LightChart
A version of Vaadin Charts that uses less memory with large datasets.
A version of Vaadin Charts that uses less memory with large datasets.
This version doesn't keep references to the data shown in the charts, but just pushes that directly to the browser. This saves a lot of memory if you are drawing charts with large or huge data.
Note that to use this add-on, you'll also need a valid license to Vaadin Charts. Only the extension part comes with Apache 2.
Sample code
// Instantiate LightChart instead of Chart Chart chart = new LightChart(ChartType.COLUMN); // Use the exact same API as with Chart chart.getConfiguration().addSeries(createLargeSeries()); add(chart);
Links
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
Initial PoC.
- Released
- 2023-01-12
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 23+
- Vaadin 24 in 2.0.0
- Vaadin 23 in 2.0.0
- Browser
- Browser Independent
Vaadin Add-on Directory
Find open-source widgets, add-ons, themes, and integrations for your Vaadin application.
The channel for finding, promoting, and distributing Vaadin add-ons.