Skip to content

Releases: chiasm-project/chiasm-charts

Dynamic Scale Types

10 Dec 20:50
Compare
Choose a tag to compare
thumbnail

This release adds dynamic scale types chat change based on the input data. This allows, for example, ordinal scales on a scatter plot.

Also, the axis labels are now relative to the outer box, rather than relative to the margin. This allows the user to interactively adjust the margin such that axis tick labels do not overlap with the axis labels.

Color options have also been included in the bar chart, and a new "backgroundColor" mixin has been introduced.

First Release

06 Dec 21:17
Compare
Choose a tag to compare

thumbnail

This first release includes basic charts:

  • barChart
  • histogram
  • lineChart
  • scatterPlot
  • boxPlot
  • heatMap

Also, editable margins! In all charts, you can click and drag the margin. It's a bit buggy still (drag in one visualization then in another), but basically works.