Integrating third party charts with Vaadin Charts

Vaadin Charts is based on Highcharts, which supports dynamic addition of new chart types. Some charts (like Venn diagrams, see https://github.com/SocialBro/highcharts-venn) are not available from Highcharts directly. Are there license restrictions on such integration, and if not, is there a supported or preferred way to do it?

Hi,

Plugin integration should be quite easy. See this example:
http://dev.vaadin.com/svn/addons/vaadin-charts/chart-plugin-demo/

cheers,
matti

Terrific example. Wish I’d been able to find it for myself. I need a larger shovel!

– Sean

I have a Metabase chart, which need to be integrated with Vaadin UI.
Please help me in resolving this.