Vaadin Bot

Results 148 issues of Vaadin Bot

**Originally by _LittleWombat_** --- We are using a PieChart from Vaadin Charts 2.0.0. Without adding a LegendItemCLickListener to the chart, it's using the standard behaviour from Highcharts. Now I would...

**Originally by [email protected]_** --- I'm using Vaadin charts 2.0.0. The javadocs for the com.vaadin.addon.charts.model.Labels.setEnabled(Boolean) method says that the default setting is true. This is not the case. The default setting...

bug

**Originally by _HermanBovens_** --- I tried for several chart types including Heatmap to set my own custom formatting functions, and it doesn't work. Even what is documented as the "default...

bug

**Originally by _HermanBovens_** --- HighCharts supports symbolWidth on a legend. In case the color axis is shown at the bottom, then this is necessary to adjust the width of it....

**Originally by _basil.bourque_** --- Vaadin Charts has a wonderful feature where the user can click on a legend item to remove or restore that series from the chart. Also nice...

bug

**Originally by _sularak_** --- It would be nice if one could modify the options for the tooltip, like borderColor, shadow,... http://api.highcharts.com/highcharts#tooltip --- Imported from https://dev.vaadin.com/ issue #14903

**Originally by @mstahv** --- DataSeries could have constructor with list of pojos and two methods that provide data. This would make it pretty neat to pass a list of entities...

**Originally by [email protected]_** --- Hello, I got the following issue with Vaadin Charts. I try to plot a ScatterPlot with a custom tooltip. The plots renders fine, if the number...

bug

**Originally by _basil.bourque_** --- In Vaadin Charts 2, the tooltip balloons on each DataSeriesItem (data points on chart line) work well. Suggestion: Display a similar **tooltip balloon on the Title...