Releases: crisislab-platform/TimeLine
Releases · crisislab-platform/TimeLine
@crisislab/[email protected]
@crisislab/[email protected]
Major changes
chart.paddingLeft
andchart.paddingBottom
are nowchart.padding.left
andchart.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 thepadding
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]
@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.