Getting Highcharts JSON from a Vaadin chart

Hi there,

Once you have created and set up a Vaadin Chart using the API, is there any way to get the actual JSON representation of the chart which is passed to the browser and Highcharts for rendering?

Many thanks,
Luis

Hi,

chart.getConfiguration().toString() comes pretty close to that.

cheers,
matti

Thanks Matti, will play around with it