Vaadin Charts - Vaadin Add-on Directory
The most comprehensive visualization library available for Vaadin.Source Code
Discussion Forum
License Installation Instructions
Charts 3 Demo for Vaadin 7
Charts 4 Demo for Vaadin 8
Product page
Issue Tracker
Documentation
Vaadin Charts version 1.1.9
This is a bugfix release. A list of changes can be found at http://dev.vaadin.com/query?group=status&milestone=Charts+1.1.9
Vaadin Charts version 2.1.3
Vaadin Charts 2.1 adds:
* Tree Maps
* Polygon Series
* Custom call-outs for individual data points
* Easy sparklines
* API additions, improvements and bug fixes
Vaadin Charts 2.1.3 is a bugfix release. A list of changes can be found at [http://dev.vaadin.com/query?group=status&milestone=Charts+2.1.3](http://dev.vaadin.com/query?group=status&milestone=Charts+2.1.3)
Vaadin Charts version 3.2.1
Vaadin Charts 3.2.1 is a maintenance release including fix for [#433](https://github.com/vaadin/charts/issues/433) and all changes done for 3.2.0:
* Added React support for Web Components version.
* API enhancements and review
* Fixed serialization of size related properties
* Added Tooltip positioner function API
* Added reset zoom API to Chart configuration
Vaadin Charts version 4.0.5
### Maintenance release for Vaadin Charts 4.0 including bugfix for:
- #528 Inject Highcharts-more module only if not already injected
Vaadin Charts version 6.0.2
Check release notes in [github](https://github.com/vaadin/vaadin-charts-flow/releases/tag/6.0.2)
Vaadin Charts version 3.3.1
Fixed plot lines and bands labels fail caused by highcharts bugs
Vaadin Charts version 7.0.2
Release notes available in [github](https://github.com/vaadin/vaadin-charts-flow/releases/tag/7.0.2)
Vaadin Charts version 4.3.0
See release notes at [github](https://github.com/vaadin/charts/releases/tag/4.3.0)
Vaadin Charts version 4.3.1
fix: Do not sanitize plain strings and do not strip table tags. See [issue #633](https://github.com/vaadin/charts/pull/633).
Vaadin Charts version 4.3.3
This is a hotfix release to address a Maven deployment issue with 4.3.2.
The list of changes in 4.3.2 are as follows:
* Updated the SolidColor color string to accept CSS specs such as rgb(255,0,0) and var(--custom-property)
* Removed @Generated tags in order to make Charts Jakarta-compatible
* Bumped Jackson-Databind dependency from 2.9.10.8 to 2.15.2
* Updated all license references to correctly point to Vaadin Commercial License
* Various internal build and test fixes
Vaadin Charts version 4.3.4
Charts 4.3.4 is a hotfix release that removes an unnecessary javax.annotation-api dependency from the add-on POM. This fixes builds against a Jakarta toolchain.
Charts 4.3.3 was a hotfix that fixed a Maven deployment issue.
The list of changes in 4.3.2 are as follows:
* Updated the SolidColor color string to accept CSS specs such as rgb(255,0,0) and var(--custom-property)
* Removed @Generated tags in order to make Charts Jakarta-compatible
* Bumped Jackson-Databind dependency from 2.9.10.8 to 2.15.2
* Updated all license references to correctly point to Vaadin Commercial License
* Various internal build and test fixes
Vaadin Charts version 3.3.2
* Backported security feature where all serialized strings are sanitized to prevent code injection
* Updated Vaadin dependency to 7.7.42
* Updated JSoup dependency to follow Vaadin version