![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Create charts for E360 Plotly Visualisations.
Install pre-commit hooks into this git repository
pre-commit install --install-hooks --overwrite
from e360_charting import PieVisualisation
from e360_charting import AnnotationModel # Optional
# Create a simple visualisation instance
vis = PieVisualisation(
report_title='My Pie Chart',
labels=['a', 'b', 'c'],
values=[33, 66, 1],
annotations=[AnnotationModel(text='Some Text', x=0.5, y=0.5)] # Optional
)
# Get a payload from the instance as a dictionary
vis.dump() # -> {...}
# Convert to a pure Plotly payload
vis.as_plotly().dump() # -> {...}
from e360_charting import GroupedVisualisations
"""Extends previous example"""
# Instance for holding multiple reports
group = GroupedVisualisations()
# Add a visualisation to the group
group += vis # This way multiple instances can be merged
# Use the group to dump to a VRS payload
group.dump() # -> {...}
e360_charting.BarStackStratifiedVisualisation
e360_charting.BarStackVisualisation
e360_charting.BarStratifiedVisualisation
e360_charting.BarVisualisation
e360_charting.DonutVisualisation
e360_charting.FallenTreePlotStratifiedVisualisation
e360_charting.FallenTreePlotVisualisation
e360_charting.MultiChartAxesVisualisation
e360_charting.MultiLineStratifiedVisualisation
e360_charting.MultiLineVisualisation
e360_charting.MultiSteppedLineStratifiedVisualisation
e360_charting.MultiSteppedLineVisualisation
e360_charting.MultiStraightLineStratifiedVisualisation
e360_charting.PieVisualisation
e360_charting.RelativeBarStackStratifiedVisualisation
e360_charting.RelativeBarStackVisualisation
e360_charting.SankeyVisualisation
e360_charting.StaticSankeyVisualisation
e360_charting.SunburstVisualisation
e360_charting.TableStratifiedVisualisation
e360_charting.TableVisualisation
e360_charting.WaterfallStratifiedVisualisation
e360_charting.WaterfallVisualisation
FAQs
Create charts for E360 Plotly Visualisations.
We found that e360-charting demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.