Releases: dschenck/easychart
Releases · dschenck/easychart
Version 0.1.33
Dschenck patch 1 (#30) * Create utils.py * feat: annotate and test deduplicate function * chore: ruff format * chore: remove unused import * chore: fix ruff errors * feat: deduplicate scripts and stylesheets while rendering * chore: bump version * fix: blacken source code * feat: replace black with ruff * feat: replace highcharts CDN with jsdelivr CDN
Version 0.1.32
Version 0.1.32
What's new
- allow passing
invertedto theeasychart.newfunction
Bug fixes
- fixed re syntax warnings
Docs
- added sphinx-prompt
Chores
- formatted code with Black 26.3
- ran and fixed ruff checks
Version 0.1.31
Version 0.1.31
What's new
**kwargspassed toChart.exportare passed to therequests.postAPI request
Bug fixes
None
Docs
None
Chores
- Refactored testing pipeline
- Run ruff checks
Version 0.1.30
Version 0.1.30
What's new
- new convenience arguments for
markerinchart.plot:markersize(orms),markercolor(ormc),markerlinewidth(ormlw),markerlinecolor(ormlc)
Bug fixed
- passing
xformat=:.2%ineasychart.newwas not parsed correctly
Docs
None
Version 0.1.29
Version 0.1.29
What's new
- specifying number of decimals to use when setting
yformatineasychart.new(e.g.:.2%) - support for stock charts using the new
constrargument ineasychart.new
Bug fixed
None
Docs
None
Version 0.1.28
Version 0.1.28
What's new
None
Bug fixed
- Fixed infinite recursion error on setting
chart.exporting = {"enabled":True}
Docs
None
Version 0.1.27
Version 0.1.27
What's new
easychart.Chartis now idempotent- hoisted
easychart.renderingto top-level module
Bugfix
None
Docs
- Documented how to integrate easychart with Streamlit
Version 0.1.26
What's new in 0.1.26
New features
chart.exportto convert a chart to a static format (PNG, JPG, SVG) using an export server
Version 0.1.25
What's new in 0.1.25
New features
chart.vlineandchart.vbandnow allow for an optionalxAxisargument to handle charts with mutliples axeschart.hlineandchart.hbandnow allow for an optionalyAxisargument to handle charts with mutliples axes- saving the
easychart.configwill now write the config file with indentation
Bug fixes
easychart.Chart.savenow ignores NaN values when serializing to a json file- the
colormapargument was ignored ineasychart.heatmap; now fixed easychart.heatmapwill now set yAxis and xAxis bounds (minandmax) to ensure sparse matrices are rendered
Docs
- Added and updated docs
Version 0.1.24
What's new in 0.1.24
New features
- add
colormapargument ineasychart.new - dynamically dispatch arguments to
easychart.newfromeasychart.heatmap