Questions tagged [vaadin-charts]

Vaadin Charts add-on, a commercial software library for sophisticated charting and graphing data-visualizations in Vaadin apps.

The Vaadin Charts add-on library is documented in The Book Of Vaadin, listed in the Add-On Directory, and has an extensive demonstration site. Version 2 was released in 2014-12.

71 questions
0
votes
1 answer

how to run vaadin charts demo in eclipse

Tried following these instructions https://github.com/vaadin/charts/blob/7a55e8dab5b9941a05603c2624a576866e86045d/DevInstructions.md, but I can't do the download dependencies step, even though it worked yesterday. Widget compile also does not…
matcha
  • 81
  • 1
  • 9
0
votes
1 answer

vaadin runWhileAttached method

How do you implement the runWhileAttached method, like in this demo: http://demo.vaadin.com/charts/#SplineUpdatingEachSecond? runWhileAttached(chart, new Runnable() { @Override public void run() { final long x =…
matcha
  • 81
  • 1
  • 9
0
votes
0 answers

using chart(dchart) in vaadin and intellij workspace

My workspace is intellij idea 14.0 How to use dchart Vaadin add-on in vaadin and intelij idea? I add lib file in my project and when use dchart, this error I add a AppWidgetSet.gwt.xml file . and i add all GWT lib in project and compile it by…
user2038046
  • 69
  • 3
  • 12
0
votes
2 answers

How to add an Add-On to a Vaadin 7.3 app using the new multi-module Maven archetype?

In late 2014, the Vaadin Plugin for NetBeans was updated to create projects using the new multi-module Maven archetype. How does one add an Add-On such as Vaadin Charts 2? I tried pasting into the "-ui" sub-module’s Pom file the Maven snippet…
Basil Bourque
  • 303,325
  • 100
  • 852
  • 1,154
0
votes
1 answer

Reduce white space within a chart in Vaadin Charts 2

Is there a way to reduce the vertical white space between the elements of a chart in Vaadin Charts 2? See the orange boxes in this screen shot. While I understand this makes for an attractively laid-out chart, in my case I am assembling many charts…
Basil Bourque
  • 303,325
  • 100
  • 852
  • 1,154
0
votes
1 answer

Styling the titles in Vaadin Charts

In Vaadin Charts 2 (just released 2014-12), how can I style the title and subtitle of the charts? The default font size is huge. I am showing multiple charts per layout, so I cannot afford so much space wasted on titling. Is there some command or…
Basil Bourque
  • 303,325
  • 100
  • 852
  • 1,154
0
votes
1 answer

Vaadin 6.8 create chart with vaadin add-ons

Hope you are rocking at your end but i need a small help. I am working on vaadin portlet and i need to create a vaadin chart(sample). I downloaded required jars (vaadin-charts-vaadin6-1.1.7.jar and gson-2.2.1.jar) and created an application as give…
0
votes
2 answers

Color an individual bar in a vaadin basic bar chart

I have a basic bar chart in my project Chart chart = new Chart(ChartType.BAR); How could I get the 10th or 20th bar in my chart and set the color of that individual bar?
William Roberts
  • 319
  • 2
  • 5
  • 21
0
votes
2 answers

How to get available Vaadin Charts for developing

I am trying to develop with Vaadin Charts, but I am not I am not able to install it. The documentation says: "Once you have installed the library in your project, you need to compile the widget set". I installed the library without problems using…
Rafa Romero
  • 2,667
  • 5
  • 25
  • 51
0
votes
0 answers

Highcharts Error with Vaadin Charts

I'm trying to add charts to a Vaadin application (6.8.12) using Vaadin Charts (1.1.2), the later being a wrapper for Highcharts. I have issues compile the project, but at run time the graphs are not portrayed and I get this message in the debug…
Luís de Sousa
  • 5,765
  • 11
  • 49
  • 86
-1
votes
1 answer

Is there a way to capture a screen of Vaadin so an email can be created

I would like to use Vaadin to display live stats of some systems. The requirements require that we send out an email with the stats upon certain conditions. I was wondering if it is possible to do a "screen capture" to an image that can then be…
KRico
  • 501
  • 2
  • 6
  • 13
1 2 3 4
5