Releases: dschenck/easychart
Releases · dschenck/easychart
Version 0.1.31
Version 0.1.30
Version 0.1.30
What's new
- new convenience arguments for
marker
inchart.plot
:markersize
(orms
),markercolor
(ormc
),markerlinewidth
(ormlw
),markerlinecolor
(ormlc
)
Bug fixed
- passing
xformat=:.2%
ineasychart.new
was not parsed correctly
Docs
None
Version 0.1.29
Version 0.1.29
What's new
- specifying number of decimals to use when setting
yformat
ineasychart.new
(e.g.:.2%
) - support for stock charts using the new
constr
argument 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.Chart
is now idempotent- hoisted
easychart.rendering
to 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.export
to 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.vline
andchart.vband
now allow for an optionalxAxis
argument to handle charts with mutliples axeschart.hline
andchart.hband
now allow for an optionalyAxis
argument to handle charts with mutliples axes- saving the
easychart.config
will now write the config file with indentation
Bug fixes
easychart.Chart.save
now ignores NaN values when serializing to a json file- the
colormap
argument was ignored ineasychart.heatmap
; now fixed easychart.heatmap
will now set yAxis and xAxis bounds (min
andmax
) 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
colormap
argument ineasychart.new
- dynamically dispatch arguments to
easychart.new
fromeasychart.heatmap
Version 0.1.23
What's new in 0.1.23
New features
- copy chart as PNG option in exporting menu
- argument aliases in
chart.vband
andchart.hband
formin
,max
andcolor
- text labels for
chart.vband
andchart.hband
- convert integer
color
tocolorIndex
Deprecations
chart.append
is now deprecated
Bug fixes
easychart.plot
passes arguments toeasychart.new
based on function signature
Version 0.1.22
Merge pull request #9 from dschenck/0.1.22 0.1.22