-
We need to remove Radium from the following components:
- [x] Listbox https://github.com/mxenabled/mx-react-components/pull/757
- [x] ButtonGroup https://github.com/mxenabled/mx-react-components/…
-
# Bug
Invariant Violation: requireNativeComponent: "ARTShape" was not found in the UIManager.
```
This error is located at:
in ARTShape (at Shape.js:61)
in Shape (at Donut.js:59)
in …
-
### Contact Details
mariastthpl@gmail.com
### What happened?
Upon specifying the tooltip options of a Donut Chart as follows:
```
tooltip: {
truncation: {
type: "none"
}
},
…
-
Hello,
I am struggling with positioning labels in radial charts. Here is my code:
```
const DonutChart = () => {
const data = [{ angle: 4, label: "Yes" }, { angle: 4, label: "No" }, { angl…
-
### Reproduction
https://codesandbox.io/p/devbox/shadcn-vue-donutchartdemo-forked-8z4mt4
### Describe the bug
Basically, unless the `index` property is equal to "name", it does not render the text …
-
I had a requirement to generate charts that somtimes contain only 1 element(100%)/ But having only one element as input values ends up with just the canvas. Single item donut charts seem to have some …
-
I have 5 labels but Donut Chart picks 4 label randomly and show and ignores last one
```
var entries = new Microcharts.Entry[]
{
new Microcharts.Entry(5)
…
-
Code sandbox:
- Donut: https://codesandbox.io/s/carbon-components-hide-labels-donut-0mngj?file=/src/index.js
- Pie: https://codesandbox.io/s/carbon-components-hide-labels-pie-9o3h6?file=/src/index…
-
Hi!
I am trying to modify the code, so i could use the knob as a circular progress bar. I am struggling a bit with animating the drawing of the arc. Do you have any tips how would I go about it?
Shou…
klaut updated
11 years ago
-
**Describe the bug**
I am doing a PDF Web API with Quest PDF.
When I try to create a Donut (or pie) chart on the canvas it renders bad.
**Which platform and version is this for?**
example: .NET …