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

Vaadin chart datetime is different

I am Korean. Do not speak English well. I want to solve the current problem. to represent the time. However, this time is different by 9 hours. I want to solve this problem. Please tell me how. Thank you... enter image description here enter image…
양병혁
  • 3
  • 2
0
votes
1 answer

Vaadin chart order bars

This is my chart: Now, bars are sorted by series(on right side) but I want to sort every category by values like that: Can I do that with Vaadin charts?
Krzysztof Majewski
  • 2,494
  • 4
  • 27
  • 51
0
votes
1 answer

Remove series from vaadin chart 4.0.0

I want to change number of ListSeries to draw chart on button click. I am using Vaadin 8.0.1 with Vaadin chart 4.0.0 and Java 8. Class contains implementation of chart. package v8.v8; import java.util.List; import…
Uttam Kasundara
  • 237
  • 3
  • 13
0
votes
1 answer

Batik generating a blank jpg from my svg file

I'm using Vaadin's Charts 4.0.0 (Vaadin version 8.0.7) to generate an SVG file. I then try to convert this SVG file to a JPG file but each time it's always blank. My code to generate the SVG file: String svg =…
Stephane Grenier
  • 15,527
  • 38
  • 117
  • 192
0
votes
0 answers

Can I use vaadin code to generate code dynamically using JavaScript?