@carbon/charts 1.9.0-rc.6 → 1.10.2
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/CHANGELOG.md +40 -0
- package/README.md +9 -19
- package/dist/_baseEach-603421de.mjs.map +1 -1
- package/dist/_baseEach-cdac417f.js.map +1 -1
- package/dist/angle-utils-6f166b40.js.map +1 -1
- package/dist/angle-utils-8b6ce998.mjs.map +1 -1
- package/dist/choropleth-4ac6ac20.js.map +1 -1
- package/dist/choropleth-f473ea0d.mjs.map +1 -1
- package/dist/color-scale-utils-5eb3eeaa.mjs.map +1 -1
- package/dist/color-scale-utils-7d463811.js.map +1 -1
- package/dist/demo/charts/index.d.ts +0 -7
- package/dist/demo/index.js +153 -166
- package/dist/demo/index.js.map +1 -1
- package/dist/demo/index.mjs +1637 -1829
- package/dist/demo/index.mjs.map +1 -1
- package/dist/demo/styles.css +208 -102
- package/dist/demo/styles.css.map +1 -1
- package/dist/demo/utils/index.d.ts +1 -1
- package/dist/demo/utils/sandbox.d.ts +10 -11
- package/dist/index-a266373c.mjs.map +1 -1
- package/dist/index-becfb567.mjs.map +1 -1
- package/dist/index-d865d500.js.map +1 -1
- package/dist/index-f23685eb.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/model/index.js.map +1 -1
- package/dist/model/index.mjs.map +1 -1
- package/dist/styles.css +0 -22118
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/package.json +39 -27
- package/{dist/styles/colors.scss → scss/_colors.scss} +1 -1
- package/{dist/styles/tokens.scss → scss/_tokens.scss} +6 -15
- package/scss/demos.scss +427 -0
- package/scss/index.scss +31 -0
- package/dist/styles/styles.scss +0 -40
- /package/{dist/styles → scss}/_chart-holder.scss +0 -0
- /package/{dist/styles/color-palatte.scss → scss/_color-palette.scss} +0 -0
- /package/{dist/styles → scss}/_type.scss +0 -0
- /package/{dist/styles → scss}/components/_axis.scss +0 -0
- /package/{dist/styles → scss}/components/_callouts.scss +0 -0
- /package/{dist/styles → scss}/components/_color-legend.scss +0 -0
- /package/{dist/styles → scss}/components/_edge.scss +0 -0
- /package/{dist/styles → scss}/components/_grid-brush.scss +0 -0
- /package/{dist/styles → scss}/components/_grid.scss +0 -0
- /package/{dist/styles → scss}/components/_highlights.scss +0 -0
- /package/{dist/styles → scss}/components/_layout.scss +0 -0
- /package/{dist/styles → scss}/components/_legend.scss +0 -0
- /package/{dist/styles → scss}/components/_marker.scss +0 -0
- /package/{dist/styles → scss}/components/_meter-title.scss +0 -0
- /package/{dist/styles → scss}/components/_modal.scss +0 -0
- /package/{dist/styles → scss}/components/_ruler.scss +0 -0
- /package/{dist/styles → scss}/components/_skeleton-lines.scss +0 -0
- /package/{dist/styles → scss}/components/_skeleton.scss +0 -0
- /package/{dist/styles → scss}/components/_threshold.scss +0 -0
- /package/{dist/styles → scss}/components/_title.scss +0 -0
- /package/{dist/styles → scss}/components/_toolbar.scss +0 -0
- /package/{dist/styles → scss}/components/_tooltip.scss +0 -0
- /package/{dist/styles → scss}/components/_zero-line.scss +0 -0
- /package/{dist/styles → scss}/components/_zoom-bar.scss +0 -0
- /package/{dist/styles → scss}/components/diagrams/_card-node.scss +0 -0
- /package/{dist/styles → scss}/components/diagrams/_edge.scss +0 -0
- /package/{dist/styles → scss}/components/diagrams/_marker.scss +0 -0
- /package/{dist/styles → scss}/components/diagrams/_shape-node.scss +0 -0
- /package/{dist/styles → scss}/components/diagrams/index.scss +0 -0
- /package/{dist/styles → scss}/components/index.scss +0 -0
- /package/{dist/styles → scss}/graphs/_alluvial.scss +0 -0
- /package/{dist/styles → scss}/graphs/_area.scss +0 -0
- /package/{dist/styles → scss}/graphs/_bubble.scss +0 -0
- /package/{dist/styles → scss}/graphs/_bullet.scss +0 -0
- /package/{dist/styles → scss}/graphs/_choropleth.scss +0 -0
- /package/{dist/styles → scss}/graphs/_circle-pack.scss +0 -0
- /package/{dist/styles → scss}/graphs/_donut.scss +0 -0
- /package/{dist/styles → scss}/graphs/_gauge.scss +0 -0
- /package/{dist/styles → scss}/graphs/_heatmap.scss +0 -0
- /package/{dist/styles → scss}/graphs/_line.scss +0 -0
- /package/{dist/styles → scss}/graphs/_lollipop.scss +0 -0
- /package/{dist/styles → scss}/graphs/_meter.scss +0 -0
- /package/{dist/styles → scss}/graphs/_pie.scss +0 -0
- /package/{dist/styles → scss}/graphs/_radar.scss +0 -0
- /package/{dist/styles → scss}/graphs/_scatter-stacked.scss +0 -0
- /package/{dist/styles → scss}/graphs/_scatter.scss +0 -0
- /package/{dist/styles → scss}/graphs/_tree.scss +0 -0
- /package/{dist/styles → scss}/graphs/_treemap.scss +0 -0
- /package/{dist/styles → scss}/graphs/_wordcloud.scss +0 -0
- /package/{dist/styles → scss}/graphs/index.scss +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { createVanillaChartApp, createAngularChartApp, createReactChartApp, createSvelteChartApp, createVueChartApp } from './sandbox';
|
|
2
2
|
export { addControls, addOtherVersions, addRadioButtonEventListeners } from './story-widgets';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export declare const createChartSandbox: (chartTemplate: any) => string;
|
|
2
1
|
export declare const createVanillaChartApp: (demo: any) => {
|
|
3
2
|
'index.html': string;
|
|
4
3
|
'index.js': string;
|
|
@@ -10,7 +9,7 @@ export declare const createAngularChartApp: (demo: any) => {
|
|
|
10
9
|
'tsconfig.json': string;
|
|
11
10
|
'src/index.html': string;
|
|
12
11
|
'src/main.ts': string;
|
|
13
|
-
'src/
|
|
12
|
+
'src/styles.css': string;
|
|
14
13
|
};
|
|
15
14
|
export declare const createReactChartApp: (demo: any) => {
|
|
16
15
|
'public/index.html': string;
|
|
@@ -18,22 +17,22 @@ export declare const createReactChartApp: (demo: any) => {
|
|
|
18
17
|
'package.json': string;
|
|
19
18
|
};
|
|
20
19
|
export declare const createSvelteChartApp: (demo: any) => {
|
|
21
|
-
'
|
|
22
|
-
'
|
|
23
|
-
'src/
|
|
24
|
-
'
|
|
25
|
-
'
|
|
26
|
-
'src/static/.gitkeep': string;
|
|
27
|
-
'.npmrc': string;
|
|
20
|
+
'src/App.svelte': string;
|
|
21
|
+
'src/main.ts': string;
|
|
22
|
+
'src/vite-env.d.ts': string;
|
|
23
|
+
'.stackblitzrc': string;
|
|
24
|
+
'index.html': string;
|
|
28
25
|
'package.json': string;
|
|
29
|
-
'README.md': string;
|
|
30
|
-
'sandbox.config.json': string;
|
|
31
26
|
'svelte.config.js': string;
|
|
32
27
|
'tsconfig.json': string;
|
|
28
|
+
'tsconfig.node.json': string;
|
|
33
29
|
'vite.config.ts': string;
|
|
34
30
|
};
|
|
35
31
|
export declare const createVueChartApp: (demo: any) => {
|
|
36
32
|
'src/App.vue': string;
|
|
37
33
|
'src/main.js': string;
|
|
34
|
+
'.stackblitzrc': string;
|
|
35
|
+
'index.html': string;
|
|
38
36
|
'package.json': string;
|
|
37
|
+
'vite.config.js': string;
|
|
39
38
|
};
|