cats-charts 0.0.63 → 0.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/cats-charts.mjs +1 -0
- package/fesm2022/cats-charts.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/fesm2022/cats-charts.mjs
CHANGED
|
@@ -2649,6 +2649,7 @@ class DoughnutChart {
|
|
|
2649
2649
|
formatter: (params) => this.config.tooltipFormatter
|
|
2650
2650
|
? this.config.tooltipFormatter(params, this.config)
|
|
2651
2651
|
: this.chartService.pieTooltipFormatter(params, this.config),
|
|
2652
|
+
...this.config.tooltip,
|
|
2652
2653
|
},
|
|
2653
2654
|
legend: {
|
|
2654
2655
|
show: false,
|