8.1.4 (2019-08-01)
8.1.3 (2019-07-30)
8.1.2 (2019-07-24)
8.1.1 (2019-07-24)
8.1.0 (2019-07-22)
8.0.2 (2019-07-17)
8.0.1 (2019-07-15)
8.0.0 (2019-07-15)
-
style:
LineStyle
,AreaStyle
andBarSeriesStyle
types differs on the optional values.stroke
andfill
on the theme or specific series style now override the computed series color. -
legend: the
onLegendItemClick
click handler is no longer applied when clicking on the title. Instead a simple visibility change is applied.
7.2.1 (2019-07-10)
7.2.0 (2019-07-05)
7.1.0 (2019-07-03)
7.0.2 (2019-07-03)
7.0.1 (2019-06-25)
7.0.0 (2019-06-24)
- annotation: this changes the type signature of
RectAnnotation.renderTooltip?
from(position, details) => JSX.Element
to(details) => JSX.Element
. This allows the user to pass in a custom element without having to do the heavy lifting of writing the container positioning styles themselves.
6.3.0 (2019-06-20)
6.2.0 (2019-06-19)
6.1.0 (2019-06-19)
6.0.1 (2019-06-14)
6.0.0 (2019-06-13)
- tooltip: Previously, you could define
tooltipType
andtooltipSnap
props in a Settings component; this commit removes these fromSettingsSpecProps
and instead there is a singletooltip
prop which can accept either aTooltipType
or a fullTooltipProps
object which may includetype
,snap
, and/orheaderFormattter
for formatting the header.
5.2.0 (2019-06-12)
5.1.0 (2019-06-11)
5.0.0 (2019-06-10)
- css: EUI components are removed from this library. The single chart
style.css
stylesheet is now replaced by atheme_only_light.css
ortheme_only_dark.css
file that brings in all the required styling for chart, tooltip and legends.theme_light.css
andtheme_dark.css
styles include also a reset CSS style
4.2.9 (2019-06-07)
4.2.8 (2019-06-06)
4.2.7 (2019-06-05)
4.2.6 (2019-05-21)
4.2.5 (2019-05-21)
4.2.4 (2019-05-21)
4.2.3 (2019-05-20)
4.2.2 (2019-05-20)
4.2.1 (2019-05-09)
4.2.0 (2019-05-06)
4.1.0 (2019-05-04)
4.0.2 (2019-05-03)
4.0.1 (2019-05-02)
4.0.0 (2019-04-28)
- scales: the
ScalesConfig
type of the theme is changed from{ordinal:{padding: number}}
to{barsPadding: number}
3.11.4 (2019-04-26)
3.11.3 (2019-04-24)
3.11.2 (2019-04-16)
3.11.1 (2019-04-16)
3.11.0 (2019-04-16)
3.10.2 (2019-04-12)
3.10.1 (2019-04-11)
- temporary disable animation (#164) (80b3231), closes #89 #41 #161
- temporary disable animation (#164) (c53c8a6), closes #89 #41 #161
3.10.0 (2019-04-11)
3.9.0 (2019-04-10)
3.8.0 (2019-04-08)
3.7.2 (2019-04-08)
3.7.1 (2019-04-05)
3.7.0 (2019-04-04)
3.6.0 (2019-04-04)
3.5.1 (2019-04-02)
3.5.0 (2019-04-01)
3.4.5 (2019-03-29)
- animation: re-enabled animateData prop to disable animation (#129) (32b4263)
- specs: limit xScaleType to linear, time and ordinal (#127) (59c3b70), closes #122
3.4.4 (2019-03-28)
3.4.3 (2019-03-26)
3.4.2 (2019-03-26)
3.4.1 (2019-03-26)
3.4.0 (2019-03-25)
3.3.1 (2019-03-25)
3.3.0 (2019-03-22)
3.2.0 (2019-03-19)
3.1.1 (2019-03-19)
- npm: add missing generated file to npm package (6dd9140)
3.1.0 (2019-03-11)
3.0.1 (2019-03-08)
3.0.0 (2019-03-06)
- scale: return ticks in millis for time scales for line/area charts (8b46283)
- scale: The props callback is called with millis instead of Date for axis on line or area only charts.
2.1.0 (2019-03-06)
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)