Skip to content

Releases: vaadin/vaadin-charts

v6.0.0-alpha13

31 Jan 08:16
4239f25
Compare
Choose a tag to compare
v6.0.0-alpha13 Pre-release
Pre-release

This new alpha version includes the following improvements:

  • Fix issue with size related styles.
  • Update documentation related to theming.

Use login based license checker

19 Jan 09:33
25e6d52
Compare
Choose a tag to compare
Pre-release
Update charts version (#263)

* Update charts version in readme

* Bump charts version

* Update version to alpha12

v6.0.0-alpha9

20 Dec 10:07
Compare
Choose a tag to compare
v6.0.0-alpha9 Pre-release
Pre-release
 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

20 Dec 09:48
Compare
Choose a tag to compare
Pre-release
 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

20 Dec 11:28
a01d0f0
Compare
Choose a tag to compare
v6.0.0-alpha10 Pre-release
Pre-release
Update version to 6.0.0-alpha10 (#259)

* Update version to 6.0.0-alpha10

* Updated the version in README

v6.0.0-alpha7

15 Dec 14:31
288f549
Compare
Choose a tag to compare
v6.0.0-alpha7 Pre-release
Pre-release
  • Improvements in events detailed info.
  • Fix name for default theme.

Introducing support to events

07 Dec 09:57
9a679a7
Compare
Choose a tag to compare
Pre-release
  • Add support to events for chart, series and point (#235)
  • Fix issue with chart growing on window resize (#247)

v6.0.0-alpha5

01 Dec 15:36
3f3d55f
Compare
Choose a tag to compare
v6.0.0-alpha5 Pre-release
Pre-release

Minor improvements enabling better interaction with server side component.

Exposes classes are now:

  • Vaadin.ChartElement
  • Vaadin.ChartSeriesElement

Performance improvement

23 Nov 10:52
f7fafe8
Compare
Choose a tag to compare
Pre-release
  • 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

21 Nov 18:38
Compare
Choose a tag to compare
Pre-release

Changes in this version

  • Support financial chart types and timeline
  • New default configuration for title is empty and exporting 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>