File tree
216 files changed
+3152
-5
lines changed- codegen
- plotly
- graph_objs
- bar
- marker
- barpolar
- marker
- carpet
- choropleth
- cone
- contour
- contourcarpet
- heatmap
- heatmapgl
- histogram
- marker
- histogram2d
- histogram2dcontour
- layout
- polar
- scene
- ternary
- xaxis
- mesh3d
- parcoords
- line
- scatter
- marker
- scatter3d
- marker
- scattercarpet
- marker
- scattergeo
- marker
- scattergl
- marker
- scattermapbox
- marker
- scatterpolar
- marker
- scatterpolargl
- marker
- scatterternary
- marker
- splom
- marker
- streamtube
- surface
- validators
- bar/marker
- colorbar
- barpolar/marker
- colorbar
- carpet
- aaxis
- baxis
- choropleth
- colorbar
- cone
- colorbar
- contour
- colorbar
- contourcarpet
- colorbar
- heatmap
- colorbar
- heatmapgl
- colorbar
- histogram/marker
- colorbar
- histogram2d
- colorbar
- histogram2dcontour
- colorbar
- layout
- mapbox
- polar
- angularaxis
- radialaxis
- scene
- xaxis
- yaxis
- zaxis
- slider
- ternary
- aaxis
- baxis
- caxis
- xaxis
- rangeselector
- yaxis
- mesh3d
- colorbar
- parcoords
- line
- colorbar
- scatter/marker
- colorbar
- scatter3d/marker
- colorbar
- scattercarpet/marker
- colorbar
- scattergeo/marker
- colorbar
- scattergl/marker
- colorbar
- scattermapbox/marker
- colorbar
- scatterpolar/marker
- colorbar
- scatterpolargl/marker
- colorbar
- scatterternary/marker
- colorbar
- splom
- marker
- colorbar
- streamtube
- colorbar
- surface
- colorbar
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
216 files changed
+3152
-5
lines changedDiff for: codegen/__init__.py
+6-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 | 31 |
| |
33 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| |||
112 | 113 |
| |
113 | 114 |
| |
114 | 115 |
| |
115 |
| - | |
| 116 | + | |
| 117 | + | |
116 | 118 |
| |
117 | 119 |
| |
118 | 120 |
| |
|
Diff for: codegen/utils.py
+63-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
787 | 787 |
| |
788 | 788 |
| |
789 | 789 |
| |
| 790 | + | |
790 | 791 |
| |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
791 | 800 |
| |
792 | 801 |
| |
793 | 802 |
| |
| |||
898 | 907 |
| |
899 | 908 |
| |
900 | 909 |
| |
901 |
| - | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
902 | 915 |
| |
903 | 916 |
| |
904 | 917 |
| |
| |||
1101 | 1114 |
| |
1102 | 1115 |
| |
1103 | 1116 |
| |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
| 1153 | + | |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + |
Diff for: plotly/graph_objs/_carpet.py
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
| 228 | + | |
| 229 | + | |
| 230 | + | |
228 | 231 |
| |
229 | 232 |
| |
230 | 233 |
| |
| |||
510 | 513 |
| |
511 | 514 |
| |
512 | 515 |
| |
| 516 | + | |
| 517 | + | |
| 518 | + | |
513 | 519 |
| |
514 | 520 |
| |
515 | 521 |
| |
|
Diff for: plotly/graph_objs/_choropleth.py
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
173 | 177 |
| |
174 | 178 |
| |
175 | 179 |
| |
|
Diff for: plotly/graph_objs/_cone.py
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
259 | 259 |
| |
260 | 260 |
| |
261 | 261 |
| |
| 262 | + | |
| 263 | + | |
| 264 | + | |
262 | 265 |
| |
263 | 266 |
| |
264 | 267 |
| |
|
Diff for: plotly/graph_objs/_contour.py
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
| 195 | + | |
| 196 | + | |
| 197 | + | |
195 | 198 |
| |
196 | 199 |
| |
197 | 200 |
| |
|
Diff for: plotly/graph_objs/_contourcarpet.py
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
388 | 392 |
| |
389 | 393 |
| |
390 | 394 |
| |
|
Diff for: plotly/graph_objs/_figure.py
+25
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
| |||
208 | 211 |
| |
209 | 212 |
| |
210 | 213 |
| |
| 214 | + | |
| 215 | + | |
| 216 | + | |
211 | 217 |
| |
212 | 218 |
| |
213 | 219 |
| |
| |||
258 | 264 |
| |
259 | 265 |
| |
260 | 266 |
| |
| 267 | + | |
| 268 | + | |
| 269 | + | |
261 | 270 |
| |
262 | 271 |
| |
263 | 272 |
| |
| |||
268 | 277 |
| |
269 | 278 |
| |
270 | 279 |
| |
| 280 | + | |
| 281 | + | |
| 282 | + | |
271 | 283 |
| |
272 | 284 |
| |
273 | 285 |
| |
| |||
289 | 301 |
| |
290 | 302 |
| |
291 | 303 |
| |
| 304 | + | |
| 305 | + | |
| 306 | + | |
292 | 307 |
| |
293 | 308 |
| |
294 | 309 |
| |
| |||
4902 | 4917 |
| |
4903 | 4918 |
| |
4904 | 4919 |
| |
| 4920 | + | |
4905 | 4921 |
| |
4906 | 4922 |
| |
4907 | 4923 |
| |
| |||
4943 | 4959 |
| |
4944 | 4960 |
| |
4945 | 4961 |
| |
| 4962 | + | |
| 4963 | + | |
| 4964 | + | |
4946 | 4965 |
| |
4947 | 4966 |
| |
4948 | 4967 |
| |
| |||
5017 | 5036 |
| |
5018 | 5037 |
| |
5019 | 5038 |
| |
| 5039 | + | |
5020 | 5040 |
| |
5021 | 5041 |
| |
5022 | 5042 |
| |
| |||
8112 | 8132 |
| |
8113 | 8133 |
| |
8114 | 8134 |
| |
| 8135 | + | |
8115 | 8136 |
| |
8116 | 8137 |
| |
8117 | 8138 |
| |
| |||
8164 | 8185 |
| |
8165 | 8186 |
| |
8166 | 8187 |
| |
| 8188 | + | |
| 8189 | + | |
| 8190 | + | |
8167 | 8191 |
| |
8168 | 8192 |
| |
8169 | 8193 |
| |
| |||
8258 | 8282 |
| |
8259 | 8283 |
| |
8260 | 8284 |
| |
| 8285 | + | |
8261 | 8286 |
| |
8262 | 8287 |
| |
8263 | 8288 |
| |
|
Diff for: plotly/graph_objs/_figurewidget.py
+25
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
| |||
208 | 211 |
| |
209 | 212 |
| |
210 | 213 |
| |
| 214 | + | |
| 215 | + | |
| 216 | + | |
211 | 217 |
| |
212 | 218 |
| |
213 | 219 |
| |
| |||
258 | 264 |
| |
259 | 265 |
| |
260 | 266 |
| |
| 267 | + | |
| 268 | + | |
| 269 | + | |
261 | 270 |
| |
262 | 271 |
| |
263 | 272 |
| |
| |||
268 | 277 |
| |
269 | 278 |
| |
270 | 279 |
| |
| 280 | + | |
| 281 | + | |
| 282 | + | |
271 | 283 |
| |
272 | 284 |
| |
273 | 285 |
| |
| |||
289 | 301 |
| |
290 | 302 |
| |
291 | 303 |
| |
| 304 | + | |
| 305 | + | |
| 306 | + | |
292 | 307 |
| |
293 | 308 |
| |
294 | 309 |
| |
| |||
4902 | 4917 |
| |
4903 | 4918 |
| |
4904 | 4919 |
| |
| 4920 | + | |
4905 | 4921 |
| |
4906 | 4922 |
| |
4907 | 4923 |
| |
| |||
4943 | 4959 |
| |
4944 | 4960 |
| |
4945 | 4961 |
| |
| 4962 | + | |
| 4963 | + | |
| 4964 | + | |
4946 | 4965 |
| |
4947 | 4966 |
| |
4948 | 4967 |
| |
| |||
5017 | 5036 |
| |
5018 | 5037 |
| |
5019 | 5038 |
| |
| 5039 | + | |
5020 | 5040 |
| |
5021 | 5041 |
| |
5022 | 5042 |
| |
| |||
8112 | 8132 |
| |
8113 | 8133 |
| |
8114 | 8134 |
| |
| 8135 | + | |
8115 | 8136 |
| |
8116 | 8137 |
| |
8117 | 8138 |
| |
| |||
8164 | 8185 |
| |
8165 | 8186 |
| |
8166 | 8187 |
| |
| 8188 | + | |
| 8189 | + | |
| 8190 | + | |
8167 | 8191 |
| |
8168 | 8192 |
| |
8169 | 8193 |
| |
| |||
8258 | 8282 |
| |
8259 | 8283 |
| |
8260 | 8284 |
| |
| 8285 | + | |
8261 | 8286 |
| |
8262 | 8287 |
| |
8263 | 8288 |
| |
|
Diff for: plotly/graph_objs/_heatmap.py
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
| 172 | + | |
| 173 | + | |
| 174 | + | |
172 | 175 |
| |
173 | 176 |
| |
174 | 177 |
| |
|
0 commit comments