Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
CssImport when using Component Exporter by Mikhail Shabarov, 7 months ago
Chart Configuration Serialization
With vaadin chart 2.1.3 I was able to serialize the chart configuration by calling
chart.getConfiguration.toString()
and than saving the json string to the database.
Now with vaadin chart 3.0.0 the toString method is no more redefined by AbstractConfigurationObject and I don't understand how to save the configuration.
Last updated on
I haven't tried, but there is
static String toJSON(AbstractConfigurationObject object)
in
com.vaadin.addon.charts.util.ChartSerialization
Last updated on
You cannot reply to this thread.