Skip to content

Commit efdd187

Browse files
committed
sync graph_reference json files
1 parent bac2e22 commit efdd187

14 files changed

+3920
-7597
lines changed

plotly/graph_reference/CONTRIBUTING.md

Lines changed: 0 additions & 59 deletions
This file was deleted.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"stream": "Stream",
3+
"plotlydict": "PlotlyDict",
4+
"radialaxis": "RadialAxis",
5+
"plotlylist": "PlotlyList",
6+
"titlefont": "Font",
7+
"marker": "Marker",
8+
"font": "Font",
9+
"angularaxis": "AngularAxis",
10+
"error_x": "ErrorX",
11+
"error_y": "ErrorY",
12+
"area": "Area",
13+
"contour": "Contour",
14+
"heatmap": "Heatmap",
15+
"contours": "Contours",
16+
"xaxis": "XAxis",
17+
"figure": "Figure",
18+
"annotation": "Annotation",
19+
"annotations": "Annotations",
20+
"tickfont": "Font",
21+
"textfont": "Font",
22+
"trace": "Trace",
23+
"histogram2d": "Histogram2d",
24+
"xbins": "XBins",
25+
"plotlytrace": "PlotlyTrace",
26+
"layout": "Layout",
27+
"line": "Line",
28+
"histogram": "Histogram",
29+
"data": "Data",
30+
"legend": "Legend",
31+
"ybins": "YBins",
32+
"box": "Box",
33+
"bar": "Bar",
34+
"yaxis": "YAxis",
35+
"margin": "Margin",
36+
"colorbar": "ColorBar",
37+
"histogram2dcontour": "Histogram2dContour",
38+
"scatter": "Scatter"
39+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"Layout": "layout",
3+
"Area": "area",
4+
"PlotlyDict": "plotlydict",
5+
"RadialAxis": "radialaxis",
6+
"PlotlyList": "plotlylist",
7+
"Heatmap": "heatmap",
8+
"Contours": "contours",
9+
"XBins": "xbins",
10+
"Histogram": "histogram",
11+
"Annotations": "annotations",
12+
"YBins": "ybins",
13+
"Trace": "trace",
14+
"YAxis": "yaxis",
15+
"ErrorX": "error_x",
16+
"ErrorY": "error_y",
17+
"Histogram2d": "histogram2d",
18+
"ColorBar": "colorbar",
19+
"Line": "line",
20+
"Data": "data",
21+
"Legend": "legend",
22+
"Box": "box",
23+
"Bar": "bar",
24+
"PlotlyTrace": "plotlytrace",
25+
"AngularAxis": "angularaxis",
26+
"Margin": "margin",
27+
"Scatter": "scatter",
28+
"Figure": "figure",
29+
"Stream": "stream",
30+
"Annotation": "annotation",
31+
"XAxis": "xaxis",
32+
"Marker": "marker",
33+
"Font": "font",
34+
"Histogram2dContour": "histogram2dcontour",
35+
"Contour": "contour"
36+
}

plotly/graph_reference/OBJ_MAP.json

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
{
2+
"Layout": {
3+
"info_key": "layout",
4+
"base_name": "PlotlyDict"
5+
},
6+
"Area": {
7+
"info_key": "area",
8+
"base_name": "PlotlyDict"
9+
},
10+
"PlotlyDict": {
11+
"info_key": "plotlydict",
12+
"base_name": "PlotlyDict"
13+
},
14+
"RadialAxis": {
15+
"info_key": "radialaxis",
16+
"base_name": "PlotlyDict"
17+
},
18+
"PlotlyList": {
19+
"info_key": "plotlylist",
20+
"base_name": "PlotlyList"
21+
},
22+
"Heatmap": {
23+
"info_key": "heatmap",
24+
"base_name": "PlotlyDict"
25+
},
26+
"Contours": {
27+
"info_key": "contours",
28+
"base_name": "PlotlyDict"
29+
},
30+
"XBins": {
31+
"info_key": "xbins",
32+
"base_name": "PlotlyDict"
33+
},
34+
"Histogram": {
35+
"info_key": "histogram",
36+
"base_name": "PlotlyDict"
37+
},
38+
"Annotations": {
39+
"info_key": "annotations",
40+
"base_name": "PlotlyList"
41+
},
42+
"YBins": {
43+
"info_key": "ybins",
44+
"base_name": "PlotlyDict"
45+
},
46+
"Trace": {
47+
"info_key": "trace",
48+
"base_name": "PlotlyDict"
49+
},
50+
"YAxis": {
51+
"info_key": "yaxis",
52+
"base_name": "PlotlyDict"
53+
},
54+
"ErrorX": {
55+
"info_key": "error_x",
56+
"base_name": "PlotlyDict"
57+
},
58+
"ErrorY": {
59+
"info_key": "error_y",
60+
"base_name": "PlotlyDict"
61+
},
62+
"Histogram2d": {
63+
"info_key": "histogram2d",
64+
"base_name": "PlotlyDict"
65+
},
66+
"ColorBar": {
67+
"info_key": "colorbar",
68+
"base_name": "PlotlyDict"
69+
},
70+
"Line": {
71+
"info_key": "line",
72+
"base_name": "PlotlyDict"
73+
},
74+
"Data": {
75+
"info_key": "data",
76+
"base_name": "PlotlyList"
77+
},
78+
"Legend": {
79+
"info_key": "legend",
80+
"base_name": "PlotlyDict"
81+
},
82+
"Box": {
83+
"info_key": "box",
84+
"base_name": "PlotlyDict"
85+
},
86+
"Bar": {
87+
"info_key": "bar",
88+
"base_name": "PlotlyDict"
89+
},
90+
"PlotlyTrace": {
91+
"info_key": "plotlytrace",
92+
"base_name": "PlotlyList"
93+
},
94+
"AngularAxis": {
95+
"info_key": "angularaxis",
96+
"base_name": "PlotlyDict"
97+
},
98+
"Margin": {
99+
"info_key": "margin",
100+
"base_name": "PlotlyDict"
101+
},
102+
"Scatter": {
103+
"info_key": "scatter",
104+
"base_name": "PlotlyDict"
105+
},
106+
"Figure": {
107+
"info_key": "figure",
108+
"base_name": "PlotlyDict"
109+
},
110+
"Stream": {
111+
"info_key": "stream",
112+
"base_name": "PlotlyDict"
113+
},
114+
"Annotation": {
115+
"info_key": "annotation",
116+
"base_name": "PlotlyDict"
117+
},
118+
"XAxis": {
119+
"info_key": "xaxis",
120+
"base_name": "PlotlyDict"
121+
},
122+
"Marker": {
123+
"info_key": "marker",
124+
"base_name": "PlotlyDict"
125+
},
126+
"Font": {
127+
"info_key": "font",
128+
"base_name": "PlotlyDict"
129+
},
130+
"Histogram2dContour": {
131+
"info_key": "histogram2dcontour",
132+
"base_name": "PlotlyDict"
133+
},
134+
"Contour": {
135+
"info_key": "contour",
136+
"base_name": "PlotlyDict"
137+
}
138+
}

0 commit comments

Comments
 (0)