2.0.0 (2019-02-19)
- The
Theme.AxisConfig
type has a different signature. It now containsaxisTitleStyle
,axisLineStyle
,tickLabelStyle
andtickLineStyle
defined asTextStyle
orStrokeStyle
elements. TheTheme
interface is changed in a more flat structure.darkMode
prop fromSetting
is removed.theme
prop inSetting
is now aTheme
type object, not aPartialTheme
. You can usemergeWithDefaultTheme
function to merge an existing theme with a partial one.
1.1.1 (2019-02-15)
1.1.0 (2019-02-14)
1.0.2 (2019-02-08)
1.0.1 (2019-02-07)
- reflect specs ids on legend items when using single series (8b39f15)
- axis: add axisTitleHeight to axis increments (#29) (e34f0ae), closes #26
- axis: fix horizontal title positioning to account for title padding (08d1f83)
- axis: scale tick labels to fix text truncation on chrome (#38) (99c2332), closes #18
- axis: use titleFontSize for debug rect for horizontal axis title (#17) (af4aa58), closes #11
- dimensions: use chart top padding in computation of chart height (42585f7), closes #13
- x_domain: fix x value asc sorting using numbers (26b33ff)