Skip to content

Releases: crisislab-platform/TimeLine

@crisislab/[email protected]

15 Jul 08:55
Compare
Choose a tag to compare

@crisislab/[email protected]

Major changes

  • chart.paddingLeft and chart.paddingBottom are now chart.padding.left and chart.padding.bottom

Minor changes

  • Padding can now be added on all sides (left, right, bottom, top)
  • Padding can now be set when constructing a TimeLine by adding the padding option

Patch changes

  • Fixed crosshairPlugin (and also all other plugins that used the mouse position) position being wrong when the page was scrolled.

@crisislab/[email protected]

15 Jul 08:13
Compare
Choose a tag to compare

@crisislab/[email protected]

Major changes:

  • pointGap is gone! Now data should be scaled to fit, even with an uneven spacing of points!

Patch changes

  • Fixed an issue with the crosshairPlugin's horizontal line not extending to the full width of the graph.