Releases: vaadin/vaadin-charts
Releases · vaadin/vaadin-charts
v6.0.0-alpha13
This new alpha version includes the following improvements:
- Fix issue with size related styles.
- Update documentation related to theming.
Use login based license checker
Update charts version (#263) * Update charts version in readme * Bump charts version * Update version to alpha12
v6.0.0-alpha9
Add custom event for point legend item click (#257) * Add custom event for point legend item click * Rename variable to disable visibility toggle
Point legend click event support
Add custom event for point legend item click (#257) * Add custom event for point legend item click * Rename variable to disable visibility toggle
v6.0.0-alpha10
Update version to 6.0.0-alpha10 (#259) * Update version to 6.0.0-alpha10 * Updated the version in README
v6.0.0-alpha7
- Improvements in events detailed info.
- Fix name for default theme.
Introducing support to events
v6.0.0-alpha5
Minor improvements enabling better interaction with server side component.
Exposes classes are now:
- Vaadin.ChartElement
- Vaadin.ChartSeriesElement
Performance improvement
- Address one issue found when consecutive calls to
update
to an inactive window was causing it to freeze once tab was again active (#230)
API improvements and fixes
Changes in this version
- Support financial chart types and timeline
- New default configuration for
title
is empty andexporting
is false - Fixing issue preventing mixing high-level API and JSON configuration easily
- Fixing tooltip configuration
- Fixing JS API demo and a new demo showing dom-repeat usage with
<vaadin-chart-series>