Commit 5825349
authored
File tree
Expand file treeCollapse file tree
227 files changed
+4201
-23
lines changedFilter options
- packages
- javascript/jupyterlab-plotly
- python/plotly
- codegen/resources
- plotly
- graph_objs
- bar
- marker
- barpolar
- marker
- choropleth
- choroplethmapbox
- cone
- contour
- contourcarpet
- densitymapbox
- funnel
- marker
- heatmap
- heatmapgl
- histogram
- marker
- histogram2d
- histogram2dcontour
- icicle
- marker
- indicator
- gauge
- isosurface
- layout
- coloraxis
- polar
- ternary
- mesh3d
- parcats
- line
- parcoords
- line
- scatter
- marker
- scatter3d
- line
- marker
- scattercarpet
- marker
- scattergeo
- marker
- scattergl
- marker
- scattermapbox
- marker
- scatterpolar
- marker
- scatterpolargl
- marker
- scattersmith
- marker
- scatterternary
- marker
- splom
- marker
- streamtube
- sunburst
- marker
- surface
- treemap
- marker
- volume
- offline
- package_data
- validators
- bar/marker
- colorbar
- barpolar/marker
- colorbar
- choropleth
- colorbar
- choroplethmapbox
- colorbar
- cone
- colorbar
- contour
- colorbar
- contourcarpet
- colorbar
- densitymapbox
- colorbar
- funnel/marker
- colorbar
- heatmap
- colorbar
- heatmapgl
- colorbar
- histogram/marker
- colorbar
- histogram2d
- colorbar
- histogram2dcontour
- colorbar
- icicle/marker
- colorbar
- indicator/gauge
- axis
- isosurface
- colorbar
- layout
- coloraxis
- colorbar
- polar
- angularaxis
- radialaxis
- ternary
- aaxis
- baxis
- caxis
- xaxis
- yaxis
- mesh3d
- colorbar
- parcats/line
- colorbar
- parcoords/line
- colorbar
- scatter/marker
- colorbar
- scatter3d
- line
- colorbar
- marker
- colorbar
- scattercarpet/marker
- colorbar
- scattergeo/marker
- colorbar
- scattergl/marker
- colorbar
- scattermapbox/marker
- colorbar
- scatterpolar/marker
- colorbar
- scatterpolargl/marker
- colorbar
- scattersmith/marker
- colorbar
- scatterternary/marker
- colorbar
- splom/marker
- colorbar
- streamtube
- colorbar
- sunburst/marker
- colorbar
- surface
- colorbar
- treemap/marker
- colorbar
- volume
- colorbar
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
227 files changed
+4201
-23
lines changed+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
6 | 14 |
|
7 | 15 |
|
8 | 16 |
|
|
packages/javascript/jupyterlab-plotly/package-lock.json
Copy file name to clipboardExpand all lines: packages/javascript/jupyterlab-plotly/package-lock.json+10-10Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
packages/javascript/jupyterlab-plotly/package.json
Copy file name to clipboardExpand all lines: packages/javascript/jupyterlab-plotly/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
| 68 | + |
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
|
packages/python/plotly/codegen/resources/plot-schema.json
Copy file name to clipboardExpand all lines: packages/python/plotly/codegen/resources/plot-schema.json+315Lines changed: 315 additions & 0 deletions
Large diffs are not rendered by default.
packages/python/plotly/plotly/graph_objs/_choropleth.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_choropleth.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
274 | 274 |
|
275 | 275 |
|
276 | 276 |
|
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
277 | 287 |
|
278 | 288 |
|
279 | 289 |
|
|
packages/python/plotly/plotly/graph_objs/_choroplethmapbox.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_choroplethmapbox.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
299 | 299 |
|
300 | 300 |
|
301 | 301 |
|
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
302 | 312 |
|
303 | 313 |
|
304 | 314 |
|
|
packages/python/plotly/plotly/graph_objs/_cone.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_cone.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
400 | 400 |
|
401 | 401 |
|
402 | 402 |
|
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
| 408 | + |
| 409 | + |
| 410 | + |
| 411 | + |
| 412 | + |
403 | 413 |
|
404 | 414 |
|
405 | 415 |
|
|
packages/python/plotly/plotly/graph_objs/_contour.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_contour.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
321 | 321 |
|
322 | 322 |
|
323 | 323 |
|
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
324 | 334 |
|
325 | 335 |
|
326 | 336 |
|
|
packages/python/plotly/plotly/graph_objs/_contourcarpet.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_contourcarpet.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
495 | 495 |
|
496 | 496 |
|
497 | 497 |
|
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
498 | 508 |
|
499 | 509 |
|
500 | 510 |
|
|
packages/python/plotly/plotly/graph_objs/_densitymapbox.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_densitymapbox.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
298 | 298 |
|
299 | 299 |
|
300 | 300 |
|
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
301 | 311 |
|
302 | 312 |
|
303 | 313 |
|
|
packages/python/plotly/plotly/graph_objs/_heatmap.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_heatmap.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
296 | 296 |
|
297 | 297 |
|
298 | 298 |
|
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
299 | 309 |
|
300 | 310 |
|
301 | 311 |
|
|
packages/python/plotly/plotly/graph_objs/_heatmapgl.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_heatmapgl.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
273 | 273 |
|
274 | 274 |
|
275 | 275 |
|
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
276 | 286 |
|
277 | 287 |
|
278 | 288 |
|
|
packages/python/plotly/plotly/graph_objs/_histogram2d.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_histogram2d.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
359 | 359 |
|
360 | 360 |
|
361 | 361 |
|
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
362 | 372 |
|
363 | 373 |
|
364 | 374 |
|
|
packages/python/plotly/plotly/graph_objs/_histogram2dcontour.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_histogram2dcontour.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
383 | 383 |
|
384 | 384 |
|
385 | 385 |
|
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
386 | 396 |
|
387 | 397 |
|
388 | 398 |
|
|
packages/python/plotly/plotly/graph_objs/_isosurface.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_isosurface.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
406 | 406 |
|
407 | 407 |
|
408 | 408 |
|
| 409 | + |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
| 418 | + |
409 | 419 |
|
410 | 420 |
|
411 | 421 |
|
|
packages/python/plotly/plotly/graph_objs/_layout.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_layout.py+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4242 | 4242 |
|
4243 | 4243 |
|
4244 | 4244 |
|
| 4245 | + |
| 4246 | + |
| 4247 | + |
| 4248 | + |
| 4249 | + |
| 4250 | + |
| 4251 | + |
| 4252 | + |
| 4253 | + |
| 4254 | + |
4245 | 4255 |
|
4246 | 4256 |
|
4247 | 4257 |
|
| ||
4727 | 4737 |
|
4728 | 4738 |
|
4729 | 4739 |
|
| 4740 | + |
| 4741 | + |
| 4742 | + |
| 4743 | + |
| 4744 | + |
| 4745 | + |
| 4746 | + |
| 4747 | + |
| 4748 | + |
| 4749 | + |
4730 | 4750 |
|
4731 | 4751 |
|
4732 | 4752 |
|
|
packages/python/plotly/plotly/graph_objs/_mesh3d.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_mesh3d.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
482 | 482 |
|
483 | 483 |
|
484 | 484 |
|
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
485 | 495 |
|
486 | 496 |
|
487 | 497 |
|
|
packages/python/plotly/plotly/graph_objs/_streamtube.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_streamtube.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
375 | 375 |
|
376 | 376 |
|
377 | 377 |
|
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
378 | 388 |
|
379 | 389 |
|
380 | 390 |
|
|
packages/python/plotly/plotly/graph_objs/_surface.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_surface.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
374 | 374 |
|
375 | 375 |
|
376 | 376 |
|
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
377 | 387 |
|
378 | 388 |
|
379 | 389 |
|
|
packages/python/plotly/plotly/graph_objs/_volume.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/_volume.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
407 | 407 |
|
408 | 408 |
|
409 | 409 |
|
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
| 418 | + |
| 419 | + |
410 | 420 |
|
411 | 421 |
|
412 | 422 |
|
|
packages/python/plotly/plotly/graph_objs/bar/_marker.py
Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/graph_objs/bar/_marker.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
404 | 404 |
|
405 | 405 |
|
406 | 406 |
|
| 407 | + |
| 408 | + |
| 409 | + |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
407 | 417 |
|
408 | 418 |
|
409 | 419 |
|
|
0 commit comments