-
### Reproduction
https://stackblitz.com/edit/vitejs-vite-bmzqsu
### Describe the bug
The documentation indicate a prop named "showLegend", but it does do anything
### System Info
```bash
System:
…
-
Context:
https://github.com/user-attachments/assets/d018d184-18d7-42e0-a8c0-98eb724b822e
If the user directly clicks/triggers the dataPointSelection - the data:pieClicked property and other …
-
Good afternoon,
I'm having an issue using the lib, specifically the DonutChart.
### App.vue ###
```
import DonutChart from './components/DonutChart.vue'
…
-
Combined all feature requests for charts so its easier for me and benno to keep track on them.
I have just added what is requested below, benno have already added allot of new functionality and more …
-
Value Labels are Overlapped in donut chart...is there any method to properly arrange the labels without getting overlapped???
-
### Expected behavior
This should work without generating a type error.
### Current behavior
My chart object is defined like this:
```
const chart = new Chart(id, {
type: "doughnut",
…
-
### What problem does this feature solve?
Use Case and Context:
This feature would enable automatic activation of the corresponding data point in the DonutChart component when an item is clicked i…
-
Hi there,
When you have multiple layers in a DonutChart, the tooltips of the inner layers are not correct.
The tooltip is always "stuck" with the outer tooltip.
It would be nice, if the correct…
-
**Describe the bug**
When I use Donutchart with 5 Entry having different color in all of them. The Donutchart renders correct. However, the label-color for all 5 Entry remains same which is "black". …
-
BizCharts Version: 4.0.14
Platform:
Mini Showcase(like screenshots):
forck and create a demo: https://bizcharts.net/product/BizCharts4/demo/306
`import React from "react";
import { DonutChart …