Vaadin Charts
The most comprehensive visualization library available for Vaadin.
The most comprehensive visualization library available for Vaadin. Learn more about the features and 50+ included charts at vaadin.com/charts
NOTE for Vaadin 6 users: Charts 1.x Maven dependency is the following:
<!-- Use this for a Vaadin 6 application only -->
<dependency>
<groupId>com.vaadin.addon</groupId>
<artifactId>vaadin-charts-vaadin6</artifactId>
<version>1.1.9</version>
</dependency>
Links
- Online Demo
- Source Code
- Discussion Forum
- License Installation Instructions
- Charts 3 Demo for Vaadin 7
- Charts 4 Demo for Vaadin 8
- Product page
- Issue Tracker
- Documentation
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Fixes an issue with HighCharts 4.2.7 where chart column labels would not be displayed correctly.
- Released
- 2024-11-19
- Maturity
- STABLE
- License
- Vaadin Commercial License
Compatibility
- Framework
- Vaadin 8.19+
- Vaadin 6.8+ in 1.1.9
- Vaadin 7.3+ in 1.1.9
- Vaadin 8.0+ in 4.0.5
- Vaadin 10+ in 6.0.2
- Vaadin 7.4+ in 3.2.1
- Vaadin 14+ in 7.0.2
- Vaadin 8.10+ in 4.3.0
- Vaadin 7.7+ in 3.3.2
- Browser
- Firefox
- Safari
- Google Chrome
- iOS Browser
- Android Browser
- Internet Explorer
- Microsoft Edge
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
Vaadin Charts version 4.3.5
Fixes an issue with HighCharts 4.2.7 where chart column labels would not be displayed correctly.