@gravity-ui/chartkit 5.12.0 → 5.14.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.
@@ -66,7 +66,8 @@ Highcharts.setOptions({
66
66
  borderRadius: '0px',
67
67
  borderWidth: 0,
68
68
  useHTML: true,
69
- hideDelay: 0,
69
+ // Non-zero delay fixes tooltip hiding (set top: -9999px)
70
+ hideDelay: 1,
70
71
  animation: false,
71
72
  shadow: false,
72
73
  },
@@ -157,6 +158,7 @@ function initHighchartsLangOptions() {
157
158
  ],
158
159
  decimalPoint: i18n('highcharts', 'decimal-point'),
159
160
  thousandsSep: i18n('highcharts', 'thousands-sep'),
161
+ numericSymbols: ['K', 'M', 'B', 'T', 'P', 'E'],
160
162
  },
161
163
  });
162
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/chartkit",
3
- "version": "5.12.0",
3
+ "version": "5.14.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",
@@ -49,7 +49,7 @@
49
49
  "@bem-react/classname": "^1.6.0",
50
50
  "@gravity-ui/date-utils": "^2.1.0",
51
51
  "@gravity-ui/i18n": "^1.0.0",
52
- "@gravity-ui/yagr": "^4.3.1",
52
+ "@gravity-ui/yagr": "^4.3.2",
53
53
  "afterframe": "^1.0.2",
54
54
  "d3": "^7.8.5",
55
55
  "lodash": "^4.17.21",