Vaadin Bot

Results 174 comments of Vaadin Bot

**Originally by [email protected]_** --- Hi, Here is my code. I am calling chart.java class 5times to draw the 5 donuts in single layout. chart listener is to identify the selectd...

**Originally by @zch** --- We should make it possible to disable animations before changing the style name to avoid the animation when adding a border around a chart.

**Originally by @zch** --- The following now works in the latest version of Charts 2.0: ``` for (AbstractPlotOptions po : chart.getConfiguration().getAllPlotOptions()) { po.setAnimation(false); } for (AbstractPlotOptions po : chart2.getConfiguration().getAllPlotOptions()) {...

**Originally by @zch** --- Many of the options are modifiable through the theme (see `Theme#getTooltip()`), although some are missing (e.g. shadow, shape, snap, …).

**Originally by @zch** --- Hi Luis, Could you provide a simple configuration that shows the issue? Thanks.

**Originally by [email protected]_** --- Hi Jonatan, I'm afraid I don't any simple configuration at this time I can send you. Thanks, Luis

**Originally by @mstahv** --- **Attachment added:** [`EntitySeries.java`](https://trac-attachments.vaadin.com/trac/14892/EntitySeries.java) (1.3 KiB) A prototype implementation for the enhancement idea

**Originally by _sularak_** --- Replying to [#19494 sularak]: > Highcharts offers the possibility to set the pointPlacement for a series. > http://jsfiddle.net/9f2nw8yy/ > > It would be nice to have...

**Originally by _basil.bourque_** --- **'DataSeriesItem' Has Such A Data-Slot** I noticed that the [DataSeriesItem](http://demo.vaadin.com/javadoc/com.vaadin.addon/vaadin-charts/2.0.0/com/vaadin/addon/charts/model/DataSeriesItem.html) class offers a pair of [getId](http://demo.vaadin.com/javadoc/com.vaadin.addon/vaadin-charts/2.0.0/com/vaadin/addon/charts/model/DataSeriesItem.html#getId%28%29) & [setId](http://demo.vaadin.com/javadoc/com.vaadin.addon/vaadin-charts/2.0.0/com/vaadin/addon/charts/model/DataSeriesItem.html#setId%28%29) methods. That pair of methods seems to offer...

**Originally by _g-land_** --- Update: disabling client cache didn't solve the issue.