@gravity-ui/chartkit 4.7.2 → 4.8.0
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.
|
@@ -387,7 +387,7 @@ function getTooltip(tooltip, options, comments, holidays) {
|
|
|
387
387
|
const xAxis = chart.xAxis[0];
|
|
388
388
|
const isDatetimeXAxis = xAxis.options.type === 'datetime';
|
|
389
389
|
let json;
|
|
390
|
-
if (['pie', 'funnel', 'solidgauge'].includes(serieType)) {
|
|
390
|
+
if (['pie', 'funnel', 'solidgauge', 'packedbubble'].includes(serieType)) {
|
|
391
391
|
const dataSource = this.point || this.points[0].point;
|
|
392
392
|
const precision = isNumber(options.tooltipPercentPrecision)
|
|
393
393
|
? options.tooltipPercentPrecision
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravity-ui/chartkit",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.8.0",
|
|
4
4
|
"description": "React component used to render charts based on any sources you need",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "git@github.com:gravity-ui/ChartKit.git",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@bem-react/classname": "^1.6.0",
|
|
50
50
|
"@gravity-ui/date-utils": "^1.4.1",
|
|
51
|
-
"@gravity-ui/yagr": "^3.
|
|
51
|
+
"@gravity-ui/yagr": "^3.11.0",
|
|
52
52
|
"d3": "^7.8.5",
|
|
53
53
|
"lodash": "^4.17.21",
|
|
54
54
|
"react-split-pane": "^0.1.92"
|