-
```
Found in Release:
- gwt-visualization-1.0.2
Detailed description:
We are using the PieChart and several times we found this issue. The
percentage is wrong. You can see on screenshot that we have …
-
piec2 = findViewById(R.id.piechart2);
piec2.setExtraOffsets(20.f, 0.f, 20.f, 0.f);
piec2.setDrawEntryLabels(true);
piec2.setUsePercentValues(true);
piec2.setCenter…
-
Hello,
i want to set a shadow on the pie chart. I am currently using this code:
````
pieChart.renderer.paintRender.setShadowLayer(10f, 0f, 0f, ContextCompat.getColor(context, R.color.shadow))
````…
ghost updated
4 years ago
-
I'm using your pie charts and the text size are too small, I want to make them bigger, but when I call setDescriptionTextSize(); I'm getting an error saying this method does not exist.
-
```
Found in Release:
- gwt-visualization-1.0.2
Detailed description:
We are using the PieChart and several times we found this issue. The
percentage is wrong. You can see on screenshot that we have …
-
Is animation supported on PieChart component? I tried it but it doesn't seem to work for me.
-
Seems as if a glow() command on a pie returns the pie itself, instead of the glow set.
```
var r = Raphael(10, 10, 640, 480);
var circle=r.circle(40,40,25);
circle.attr({fill:"red"});
circle.hover(c…
-
```
Found in Release:
- gwt-visualization-1.0.2
Detailed description:
We are using the PieChart and several times we found this issue. The
percentage is wrong. You can see on screenshot that we have …
-
```
Found in Release:
- gwt-visualization-1.0.2
Detailed description:
We are using the PieChart and several times we found this issue. The
percentage is wrong. You can see on screenshot that we have …
-
This should be like the 'Languages Used Comparison' and 'Repo Activity Comparison' components on [this](https://i.imgur.com/ahDfgZv.png) page.
The component should be designed in a way where it wil…