Skip to content

Version 0.1.25

Compare
Choose a tag to compare
@dschenck dschenck released this 13 Jan 14:40
· 32 commits to latest since this release
f7f7a8b

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