reflex-components-plotly 0.9.5__tar.gz → 0.9.6a1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {reflex_components_plotly-0.9.5 → reflex_components_plotly-0.9.6a1}/CHANGELOG.md +7 -0
- {reflex_components_plotly-0.9.5 → reflex_components_plotly-0.9.6a1}/PKG-INFO +1 -1
- {reflex_components_plotly-0.9.5 → reflex_components_plotly-0.9.6a1}/src/reflex_components_plotly/plotly.py +9 -9
- {reflex_components_plotly-0.9.5 → reflex_components_plotly-0.9.6a1}/.gitignore +0 -0
- {reflex_components_plotly-0.9.5 → reflex_components_plotly-0.9.6a1}/README.md +0 -0
- {reflex_components_plotly-0.9.5 → reflex_components_plotly-0.9.6a1}/news/.gitkeep +0 -0
- {reflex_components_plotly-0.9.5 → reflex_components_plotly-0.9.6a1}/pyproject.toml +0 -0
- {reflex_components_plotly-0.9.5 → reflex_components_plotly-0.9.6a1}/src/reflex_components_plotly/__init__.py +0 -0
- {reflex_components_plotly-0.9.5 → reflex_components_plotly-0.9.6a1}/src/reflex_components_plotly/plotly.pyi +0 -0
|
@@ -73,7 +73,7 @@ class Point(TypedDict):
|
|
|
73
73
|
class Plotly(NoSSRComponent):
|
|
74
74
|
"""Display a plotly graph."""
|
|
75
75
|
|
|
76
|
-
library = "react-plotly.js@4.
|
|
76
|
+
library = "react-plotly.js@4.1.0"
|
|
77
77
|
|
|
78
78
|
lib_dependencies: list[str] = ["plotly.js@3.7.0"]
|
|
79
79
|
|
|
@@ -386,7 +386,7 @@ class PlotlyBasic(Plotly):
|
|
|
386
386
|
|
|
387
387
|
tag: str = "BasicPlotlyPlot"
|
|
388
388
|
|
|
389
|
-
library = "react-plotly.js@4.
|
|
389
|
+
library = "react-plotly.js@4.1.0"
|
|
390
390
|
|
|
391
391
|
lib_dependencies: list[str] = ["plotly.js-basic-dist-min@3.7.0"]
|
|
392
392
|
|
|
@@ -412,7 +412,7 @@ class PlotlyCartesian(Plotly):
|
|
|
412
412
|
|
|
413
413
|
tag: str = "CartesianPlotlyPlot"
|
|
414
414
|
|
|
415
|
-
library = "react-plotly.js@4.
|
|
415
|
+
library = "react-plotly.js@4.1.0"
|
|
416
416
|
|
|
417
417
|
lib_dependencies: list[str] = ["plotly.js-cartesian-dist-min@3.7.0"]
|
|
418
418
|
|
|
@@ -438,7 +438,7 @@ class PlotlyGeo(Plotly):
|
|
|
438
438
|
|
|
439
439
|
tag: str = "GeoPlotlyPlot"
|
|
440
440
|
|
|
441
|
-
library = "react-plotly.js@4.
|
|
441
|
+
library = "react-plotly.js@4.1.0"
|
|
442
442
|
|
|
443
443
|
lib_dependencies: list[str] = ["plotly.js-geo-dist-min@3.7.0"]
|
|
444
444
|
|
|
@@ -464,7 +464,7 @@ class PlotlyGl3d(Plotly):
|
|
|
464
464
|
|
|
465
465
|
tag: str = "Gl3dPlotlyPlot"
|
|
466
466
|
|
|
467
|
-
library = "react-plotly.js@4.
|
|
467
|
+
library = "react-plotly.js@4.1.0"
|
|
468
468
|
|
|
469
469
|
lib_dependencies: list[str] = ["plotly.js-gl3d-dist-min@3.7.0"]
|
|
470
470
|
|
|
@@ -490,7 +490,7 @@ class PlotlyGl2d(Plotly):
|
|
|
490
490
|
|
|
491
491
|
tag: str = "Gl2dPlotlyPlot"
|
|
492
492
|
|
|
493
|
-
library = "react-plotly.js@4.
|
|
493
|
+
library = "react-plotly.js@4.1.0"
|
|
494
494
|
|
|
495
495
|
lib_dependencies: list[str] = ["plotly.js-gl2d-dist-min@3.7.0"]
|
|
496
496
|
|
|
@@ -516,7 +516,7 @@ class PlotlyMapbox(Plotly):
|
|
|
516
516
|
|
|
517
517
|
tag: str = "MapboxPlotlyPlot"
|
|
518
518
|
|
|
519
|
-
library = "react-plotly.js@4.
|
|
519
|
+
library = "react-plotly.js@4.1.0"
|
|
520
520
|
|
|
521
521
|
lib_dependencies: list[str] = ["plotly.js-mapbox-dist-min@3.7.0"]
|
|
522
522
|
|
|
@@ -542,7 +542,7 @@ class PlotlyFinance(Plotly):
|
|
|
542
542
|
|
|
543
543
|
tag: str = "FinancePlotlyPlot"
|
|
544
544
|
|
|
545
|
-
library = "react-plotly.js@4.
|
|
545
|
+
library = "react-plotly.js@4.1.0"
|
|
546
546
|
|
|
547
547
|
lib_dependencies: list[str] = ["plotly.js-finance-dist-min@3.7.0"]
|
|
548
548
|
|
|
@@ -568,7 +568,7 @@ class PlotlyStrict(Plotly):
|
|
|
568
568
|
|
|
569
569
|
tag: str = "StrictPlotlyPlot"
|
|
570
570
|
|
|
571
|
-
library = "react-plotly.js@4.
|
|
571
|
+
library = "react-plotly.js@4.1.0"
|
|
572
572
|
|
|
573
573
|
lib_dependencies: list[str] = ["plotly.js-strict-dist-min@3.7.0"]
|
|
574
574
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|