Skip to main content

All Questions

0 votes
1 answer
1k views

Displaying a chart in Vaadin 7 with Google Visualization API

I want to display a barchart with the Google Visualization API. I followed the example code in this thread: https://vaadin.com/forum/#!/thread/2971952/ Here is my code: GVis.java @JavaScript({ ...
andbruch's user avatar
0 votes
2 answers
465 views

How to combine AreaChart and LineChart with gwt-visualizations

I have a vaadin project where I use visualizations-for-vaadin addon, which is a wrapper for gwt-visualizations. What I need is an AreaChart with stacked areas and one reference line on it. So kind of ...
Filip Majernik's user avatar