-
* [ ] pinch-zoom
* [ ] hover/point points
* [ ] rotate for 3d plots
-
I may be missing something and could not figure out how, but is it possible to reverse the axis on a time series so that the newest date is on the left and the oldest is on the right?
-
## Description
If padding "fit" is turned on, then the legend can overflow in pie and donut charts. Turning it off leaves the appropriate amount of room.
## Steps to check or reproduce
https:…
-
My last Color is dominating the pie chart, The last color, in this case green is overriding the rest of the colors, Am i doing something wrong?
this is my android chart
ios chart
```
const data =…
-
When one has more than nine data series in some chart-types (e.g. donut, pie or funnel) the 10th and higher series are coloured black. The expected behaviour would be a "warp-around" of the colours.
…
-
-
when I try to run npm run build it will throw an error saying ParserError: Syntax Error at line: 1, column 25 at runMicrotasks
in the file src/scss/volt.scss
should I do here
-
### Description
If there is a big difference in values ('value') in the data array for PieChart, PieChart is not displayed. For example:
` const pieData = [
{ 'categoryId': 'id-4', 'color'…
-
I'm trying to make a donut chart with percentages within the wedges, and a separate legend for the names of the wedges. The legend on the donut, however, seems to be empty.
Code:
``` python
def pie_…
-
First, amazing job.
Would it be possible to build a pie chart type? It is the only critical visualization type missing.
Thanks.