@gravity-ui/chartkit 4.7.2 → 4.7.3

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.7.2",
3
+ "version": "4.7.3",
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",