charts icon indicating copy to clipboard operation
charts copied to clipboard

Framework 8 version of Vaadin Charts

Results 105 charts issues
Sort by recently updated
recently updated
newest added

It does not seem possible to remove the tooltip "Chart" (see screenshot) of the chart. With setTitle you can set the actual Title of the chart AND that tooltip content....

We used the charts constructed via java code at the server with a fixed size, but all various probed ratio's width/height did not help to get the X-Axis labels and/or...

bug

Hallo. We use the chart export a lot. In the past we had problems with dying phantomjs instances, so we changed our code to start phantomjs, do the export and...

I expect the following code to customize the From/To labels in the range selector, but it doesn't work and the default "From"/"To" strings are shown anyways: ```java configuration.getLang().setRangeSelectorFrom("F2"); configuration.getLang().setRangeSelectorTo("T2"); ```...

Test was temporarily ignored by https://github.com/vaadin/charts/pull/601 because the view page uses an image from a broken URL.

enhancement

Demo link of Charts 4 in Docs goes to Charts for Flow demo

**Originally by _HermanBovens_** --- As can be seen also on the Vaadin Charts demo site, when hovering over legend items the series is not emphasized anymore as it used to...

bug

The [animation](https://api.highcharts.com/highcharts/plotOptions.boxplot.animation) property (enable or disable the initial animation when a series is displayed) is missing from `PlotOptionsBoxplot`. Note that [chart.animation](https://api.highcharts.com/highcharts/chart.animation) does not affect the initial series animation. Applies to:...

enhancement

When the removeColor() is called, it returns NullPointerException if the this.color is null.