-
```
Hi,
I am using the pie chart plugin of jquery flot and I faced a problem when
trying to resize the pie or to update the data (setData, setupGrid, then draw).
It worked well with other charts (c…
-
```
Hi,
I am using the pie chart plugin of jquery flot and I faced a problem when
trying to resize the pie or to update the data (setData, setupGrid, then draw).
It worked well with other charts (c…
-
```
Hi,
I am using the pie chart plugin of jquery flot and I faced a problem when
trying to resize the pie or to update the data (setData, setupGrid, then draw).
It worked well with other charts (c…
-
```
Hi,
I am using the pie chart plugin of jquery flot and I faced a problem when
trying to resize the pie or to update the data (setData, setupGrid, then draw).
It worked well with other charts (c…
-
https://jsfiddle.net/hr5kmxLf/2/
This is example from https://www.highcharts.com/demo/highcharts/pie-donut, with modifications so that tooltip.className is set for given chart and CSS expanded so t…
-
```
from bokeh.charts import Donut, output_file, show
output_file('donut.html')
# prepare the data
data = [[2., 5., 3.], [4., 1., 4.], [6., 4., 3.]]
donut = Donut(data, ['cpu1', 'cpu2', 'cpu3'])
s…
-
Tried the following piece of code:
```
data = [
{"date": "Mar 22", "Apples": 2890, "Oranges": 2338, "Tomatoes": 2452},
{"date": "Mar 23", "Apples": 2756, "Oranges": 2103, "Tomatoes": 240…
-
- [ ] Legend should left align with Y-axis
@shixiedesign
-
### Description
While hovering over pie chart legend by default it should highlight corresponding series on chart. Instead there is error repeated every cursor move.
`Uncaught TypeError: Cannot…
-
Currently there are couple of events emitted using the Chartist.js EventEmitter. We need to document them somewhere (probably on the individual chart constructors and / or base chart).