@xh/hoist 79.0.0-SNAPSHOT.1766275267656 → 79.0.0-SNAPSHOT.1766500045639
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/kit/highcharts/index.ts +3 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/kit/highcharts/index.ts
CHANGED
|
@@ -31,7 +31,9 @@ export function installHighcharts(HighchartsImpl) {
|
|
|
31
31
|
timezone: undefined
|
|
32
32
|
},
|
|
33
33
|
lang: {
|
|
34
|
-
thousandsSep: ','
|
|
34
|
+
thousandsSep: ',',
|
|
35
|
+
// Repace default SI abbrev "G" (giga) with "b" for billions and lowercase "m" + "t"
|
|
36
|
+
numericSymbols: ['k', 'm', 'b', 't']
|
|
35
37
|
}
|
|
36
38
|
});
|
|
37
39
|
Highcharts = HighchartsImpl;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "79.0.0-SNAPSHOT.
|
|
3
|
+
"version": "79.0.0-SNAPSHOT.1766500045639",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|