@trackunit/react-chart-components 2.4.10 → 2.4.11

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/index.cjs.js CHANGED
@@ -712,7 +712,7 @@ const DonutChart = ({ data, size = "full", loading = false, onClick, className,
712
712
  emphasis: {
713
713
  label: {
714
714
  show: true,
715
- formatter: unit ? "{c}" + unit : "{c}",
715
+ formatter: unit ? `{c}${unit}` : "{c}",
716
716
  },
717
717
  },
718
718
  labelLine: {
package/index.esm.js CHANGED
@@ -691,7 +691,7 @@ const DonutChart = ({ data, size = "full", loading = false, onClick, className,
691
691
  emphasis: {
692
692
  label: {
693
693
  show: true,
694
- formatter: unit ? "{c}" + unit : "{c}",
694
+ formatter: unit ? `{c}${unit}` : "{c}",
695
695
  },
696
696
  },
697
697
  labelLine: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-chart-components",
3
- "version": "2.4.10",
3
+ "version": "2.4.11",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "migrations": "./migrations.json",
@@ -9,12 +9,12 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "echarts": "5.6.0",
12
- "@trackunit/date-and-time-utils": "1.14.5",
13
- "@trackunit/react-date-and-time-hooks": "2.4.10",
14
- "@trackunit/ui-design-tokens": "1.14.4",
15
- "@trackunit/shared-utils": "1.16.4",
16
- "@trackunit/css-class-variance-utilities": "1.14.4",
17
- "@trackunit/react-components": "2.6.5"
12
+ "@trackunit/date-and-time-utils": "1.14.6",
13
+ "@trackunit/react-date-and-time-hooks": "2.4.11",
14
+ "@trackunit/ui-design-tokens": "1.14.5",
15
+ "@trackunit/shared-utils": "1.16.5",
16
+ "@trackunit/css-class-variance-utilities": "1.14.5",
17
+ "@trackunit/react-components": "2.7.0"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@apollo/client": "^3.13.8",
@@ -1 +0,0 @@
1
- {"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../../../libs/react/chart-components/migrations/entry.ts"],"names":[],"mappings":"","sourcesContent":["// Migration entry point for @nx/js:tsc build target.\n// Migrations are registered in ../migrations.json and resolved by NX at runtime.\nexport {};\n"]}