Skip to content

Releases: dschenck/easychart

Version 0.1.31

24 Nov 13:50
c2a4e5e
Compare
Choose a tag to compare

Version 0.1.31

What's new

  • **kwargs passed to Chart.export are passed to the requests.post API request

Bug fixes

None

Docs

None

Chores

  • Refactored testing pipeline
  • Run ruff checks

Version 0.1.30

07 Jul 11:48
5e05325
Compare
Choose a tag to compare

Version 0.1.30

What's new

  • new convenience arguments for marker in chart.plot: markersize (or ms), markercolor (or mc), markerlinewidth (or mlw), markerlinecolor (or mlc)

Bug fixed

  • passing xformat=:.2% in easychart.new was not parsed correctly

Docs

None

Version 0.1.29

26 May 12:40
ffdcc41
Compare
Choose a tag to compare

Version 0.1.29

What's new

  • specifying number of decimals to use when setting yformat in easychart.new (e.g. :.2%)
  • support for stock charts using the new constr argument in easychart.new

Bug fixed

None

Docs

None

Version 0.1.28

08 Mar 21:13
42735fb
Compare
Choose a tag to compare

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

08 Mar 20:38
f02640d
Compare
Choose a tag to compare

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

04 Feb 21:21
0113305
Compare
Choose a tag to compare

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

13 Jan 14:40
f7f7a8b
Compare
Choose a tag to compare

What's new in 0.1.25

New features

  • chart.vline and chart.vband now allow for an optional xAxis argument to handle charts with mutliples axes
  • chart.hline and chart.hband now allow for an optional yAxis 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 in easychart.heatmap; now fixed
  • easychart.heatmap will now set yAxis and xAxis bounds (min and max) to ensure sparse matrices are rendered

Docs

  • Added and updated docs

Version 0.1.24

21 Dec 21:53
8e77f2d
Compare
Choose a tag to compare

What's new in 0.1.24

New features

  • add colormap argument in easychart.new
  • dynamically dispatch arguments to easychart.new from easychart.heatmap

Version 0.1.23

10 Dec 09:33
3dd7043
Compare
Choose a tag to compare

What's new in 0.1.23

New features

  • copy chart as PNG option in exporting menu
  • argument aliases in chart.vband and chart.hband for min, max and color
  • text labels for chart.vband and chart.hband
  • convert integer color to colorIndex

Deprecations

  • chart.append is now deprecated

Bug fixes

  • easychart.plot passes arguments to easychart.new based on function signature

Version 0.1.22

03 Dec 16:09
76efde2
Compare
Choose a tag to compare
Merge pull request #9 from dschenck/0.1.22

0.1.22