@carbon/charts 0.50.9 → 0.50.10
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 +11 -0
- package/build/demo/data/circle-pack.d.ts +0 -6
- package/build/src/components/axes/toolbar.d.ts +1 -0
- package/build/src/components/essentials/legend.d.ts +1 -1
- package/build/src/services/essentials/dom-utils.d.ts +3 -0
- package/build/src/services/scales-cartesian.d.ts +1 -1
- package/bundle.js +1 -1
- package/components/axes/toolbar.d.ts +1 -0
- package/components/axes/toolbar.js +74 -48
- package/components/axes/toolbar.js.map +1 -1
- package/components/axes/zoom-bar.js +12 -3
- package/components/axes/zoom-bar.js.map +1 -1
- package/components/component.js +2 -6
- package/components/component.js.map +1 -1
- package/components/essentials/legend.d.ts +1 -1
- package/components/essentials/legend.js +20 -8
- package/components/essentials/legend.js.map +1 -1
- package/components/essentials/modal.js +3 -3
- package/components/essentials/modal.js.map +1 -1
- package/components/essentials/title.js +2 -2
- package/components/essentials/title.js.map +1 -1
- package/components/essentials/tooltip.js +2 -2
- package/components/essentials/tooltip.js.map +1 -1
- package/components/graphs/alluvial.js +29 -12
- package/components/graphs/alluvial.js.map +1 -1
- package/components/graphs/area-stacked.js +1 -0
- package/components/graphs/area-stacked.js.map +1 -1
- package/components/graphs/area.js +2 -4
- package/components/graphs/area.js.map +1 -1
- package/components/graphs/boxplot.js +1 -0
- package/components/graphs/boxplot.js.map +1 -1
- package/components/graphs/bubble.js +4 -0
- package/components/graphs/bubble.js.map +1 -1
- package/components/graphs/gauge.js +2 -4
- package/components/graphs/gauge.js.map +1 -1
- package/components/graphs/histogram.js +3 -1
- package/components/graphs/histogram.js.map +1 -1
- package/components/graphs/pie.js +1 -1
- package/components/graphs/pie.js.map +1 -1
- package/components/graphs/radar.js +8 -7
- package/components/graphs/radar.js.map +1 -1
- package/components/graphs/skeleton-lines.js +8 -3
- package/components/graphs/skeleton-lines.js.map +1 -1
- package/components/graphs/skeleton.js +18 -5
- package/components/graphs/skeleton.js.map +1 -1
- package/demo/data/bundle.js +1 -1
- package/demo/data/circle-pack.d.ts +0 -6
- package/demo/data/circle-pack.js +0 -6
- package/demo/data/circle-pack.js.map +1 -1
- package/demo/styles.css +45 -93
- package/demo/styles.css.map +1 -1
- package/demo/styles.min.css +1 -1
- package/demo/styles.min.css.map +1 -1
- package/demo/tsconfig.tsbuildinfo +3 -3
- package/demo/utils.js +2 -2
- package/demo/utils.js.map +1 -1
- package/package.json +1 -1
- package/services/essentials/dom-utils.d.ts +3 -0
- package/services/essentials/dom-utils.js +9 -1
- package/services/essentials/dom-utils.js.map +1 -1
- package/styles/components/_skeleton-lines.scss +1 -2
- package/styles/components/_skeleton.scss +2 -7
- package/styles/components/_toolbar.scss +1 -1
- package/styles/components/_tooltip.scss +4 -2
- package/styles/components/_zoom-bar.scss +0 -12
- package/styles-g10.css +11 -23
- package/styles-g10.css.map +1 -1
- package/styles-g10.min.css +1 -1
- package/styles-g10.min.css.map +1 -1
- package/styles-g100.css +11 -23
- package/styles-g100.css.map +1 -1
- package/styles-g100.min.css +1 -1
- package/styles-g100.min.css.map +1 -1
- package/styles-g90.css +11 -23
- package/styles-g90.css.map +1 -1
- package/styles-g90.min.css +1 -1
- package/styles-g90.min.css.map +1 -1
- package/styles.css +11 -23
- package/styles.css.map +1 -1
- package/styles.min.css +1 -1
- package/styles.min.css.map +1 -1
- package/tsconfig.tsbuildinfo +22 -22
|
@@ -6,14 +6,12 @@ export declare const circlePackTwoLevelData: {
|
|
|
6
6
|
}[];
|
|
7
7
|
}[];
|
|
8
8
|
export declare const circlePackTwoLevelOptions: {
|
|
9
|
-
experimental: string;
|
|
10
9
|
title: string;
|
|
11
10
|
canvasZoom: {
|
|
12
11
|
enabled: boolean;
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
export declare const circlePackTwoLevelCustomColorsOptions: {
|
|
16
|
-
experimental: string;
|
|
17
15
|
title: string;
|
|
18
16
|
canvasZoom: {
|
|
19
17
|
enabled: boolean;
|
|
@@ -28,7 +26,6 @@ export declare const circlePackTwoLevelCustomColorsOptions: {
|
|
|
28
26
|
};
|
|
29
27
|
};
|
|
30
28
|
export declare const circlePackSingleOptions: {
|
|
31
|
-
experimental: string;
|
|
32
29
|
title: string;
|
|
33
30
|
canvasZoom: {
|
|
34
31
|
enabled: boolean;
|
|
@@ -39,7 +36,6 @@ export declare const circlePackSingleLevelData: {
|
|
|
39
36
|
value: number;
|
|
40
37
|
}[];
|
|
41
38
|
export declare const circlePackThreeLevelOptions: {
|
|
42
|
-
experimental: string;
|
|
43
39
|
title: string;
|
|
44
40
|
canvasZoom: {
|
|
45
41
|
enabled: boolean;
|
|
@@ -61,7 +57,6 @@ export declare const circlePackThreeLevelData: {
|
|
|
61
57
|
})[];
|
|
62
58
|
}[];
|
|
63
59
|
export declare const circlePackThreeLevelsMonochromeOptions: {
|
|
64
|
-
experimental: string;
|
|
65
60
|
title: string;
|
|
66
61
|
canvasZoom: {
|
|
67
62
|
enabled: boolean;
|
|
@@ -86,7 +81,6 @@ export declare const circlePackThreeLevelsMonochromeData: {
|
|
|
86
81
|
}[];
|
|
87
82
|
}[];
|
|
88
83
|
export declare const circlePackThreeLevelNoZoomOptions: {
|
|
89
|
-
experimental: string;
|
|
90
84
|
title: string;
|
|
91
85
|
circlePack: {
|
|
92
86
|
hierarchyLevel: number;
|
package/demo/data/circle-pack.js
CHANGED
|
@@ -46,14 +46,12 @@ export var circlePackTwoLevelData = [
|
|
|
46
46
|
},
|
|
47
47
|
];
|
|
48
48
|
export var circlePackTwoLevelOptions = {
|
|
49
|
-
experimental: 'true',
|
|
50
49
|
title: 'Two Levels Hierarchy',
|
|
51
50
|
canvasZoom: {
|
|
52
51
|
enabled: true,
|
|
53
52
|
},
|
|
54
53
|
};
|
|
55
54
|
export var circlePackTwoLevelCustomColorsOptions = {
|
|
56
|
-
experimental: 'true',
|
|
57
55
|
title: 'Custom colors (circle pack)',
|
|
58
56
|
canvasZoom: {
|
|
59
57
|
enabled: true,
|
|
@@ -68,7 +66,6 @@ export var circlePackTwoLevelCustomColorsOptions = {
|
|
|
68
66
|
},
|
|
69
67
|
};
|
|
70
68
|
export var circlePackSingleOptions = {
|
|
71
|
-
experimental: 'true',
|
|
72
69
|
title: 'One Level Hierachy',
|
|
73
70
|
canvasZoom: {
|
|
74
71
|
enabled: true,
|
|
@@ -97,7 +94,6 @@ export var circlePackSingleLevelData = [
|
|
|
97
94
|
},
|
|
98
95
|
];
|
|
99
96
|
export var circlePackThreeLevelOptions = {
|
|
100
|
-
experimental: 'true',
|
|
101
97
|
title: 'Three Levels Hierarchy',
|
|
102
98
|
canvasZoom: {
|
|
103
99
|
enabled: true,
|
|
@@ -155,7 +151,6 @@ export var circlePackThreeLevelData = [
|
|
|
155
151
|
},
|
|
156
152
|
];
|
|
157
153
|
export var circlePackThreeLevelsMonochromeOptions = {
|
|
158
|
-
experimental: 'true',
|
|
159
154
|
title: 'Three Levels Hierarchy (monchromatic)',
|
|
160
155
|
canvasZoom: {
|
|
161
156
|
enabled: true,
|
|
@@ -218,7 +213,6 @@ export var circlePackThreeLevelsMonochromeData = [
|
|
|
218
213
|
},
|
|
219
214
|
];
|
|
220
215
|
export var circlePackThreeLevelNoZoomOptions = {
|
|
221
|
-
experimental: 'true',
|
|
222
216
|
title: 'Three Levels Hierarchy (No Zoom)',
|
|
223
217
|
circlePack: {
|
|
224
218
|
hierarchyLevel: 3,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"circle-pack.js","sourceRoot":"","sources":["circle-pack.ts"],"names":[],"mappings":"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","sourcesContent":["export const circlePackTwoLevelData = [\n\t{\n\t\tname: 'North America',\n\t\tchildren: [\n\t\t\t{ name: 'Canada', value: 800 },\n\t\t\t{ name: 'United States', value: 200 },\n\t\t\t{ name: 'Mexico', value: 100 },\n\t\t],\n\t},\n\t{\n\t\tname: 'South America',\n\t\tchildren: [\n\t\t\t{ name: 'Brazil', value: 2800 },\n\t\t\t{ name: 'Argentina', value: 10000 },\n\t\t\t{ name: 'G', value: 500 },\n\t\t\t{ name: 'DE', value: 500 },\n\t\t\t{ name: 'EF', value: 200 },\n\t\t],\n\t},\n\t{\n\t\tname: 'Asia',\n\t\tchildren: [\n\t\t\t{ name: 'China', value: 500 },\n\t\t\t{ name: 'Thailand', value: 100 },\n\t\t\t{ name: 'Cambodia', value: 500 },\n\t\t\t{ name: 'India', value: 500 },\n\t\t\t{ name: 'Vietnam', value: 400 },\n\t\t\t{ name: 'North Korea', value: 600 },\n\t\t\t{ name: 'Japan', value: 200 },\n\t\t\t{ name: 'Indonesia', value: 800 },\n\t\t],\n\t},\n\t{\n\t\tname: 'Europe',\n\t\tchildren: [\n\t\t\t{ name: 'France', value: 2000 },\n\t\t\t{ name: 'Italy', value: 400 },\n\t\t\t{ name: 'Greece', value: 500 },\n\t\t\t{ name: 'Portugal', value: 100 },\n\t\t\t{ name: 'Austria', value: 1000 },\n\t\t\t{ name: 'Ireland', value: 800 },\n\t\t\t{ name: 'Germany', value: 700 },\n\t\t\t{ name: 'Poland', value: 200 },\n\t\t\t{ name: 'Ukraine', value: 300 },\n\t\t],\n\t},\n];\n\nexport const circlePackTwoLevelOptions = {\n\texperimental: 'true',\n\ttitle: 'Two Levels Hierarchy',\n\tcanvasZoom: {\n\t\tenabled: true,\n\t},\n};\n\nexport const circlePackTwoLevelCustomColorsOptions = {\n\texperimental: 'true',\n\ttitle: 'Custom colors (circle pack)',\n\tcanvasZoom: {\n\t\tenabled: true,\n\t},\n\tcolor: {\n\t\tscale: {\n\t\t\tAsia: 'green',\n\t\t\t'South America': 'blue',\n\t\t\t'North America': 'orange',\n\t\t\tEurope: 'red',\n\t\t},\n\t},\n};\n\nexport const circlePackSingleOptions = {\n\texperimental: 'true',\n\ttitle: 'One Level Hierachy',\n\tcanvasZoom: {\n\t\tenabled: true,\n\t},\n};\n\nexport const circlePackSingleLevelData = [\n\t{\n\t\tname: 'Transportation',\n\t\tvalue: 300,\n\t},\n\t{\n\t\tname: 'Healthcare',\n\t\tvalue: 600,\n\t},\n\t{\n\t\tname: 'Hospitality',\n\t\tvalue: 50,\n\t},\n\t{\n\t\tname: 'Tourism',\n\t\tvalue: 90,\n\t},\n\t{\n\t\tname: 'Food',\n\t\tvalue: 280,\n\t},\n];\n\nexport const circlePackThreeLevelOptions = {\n\texperimental: 'true',\n\ttitle: 'Three Levels Hierarchy',\n\tcanvasZoom: {\n\t\tenabled: true,\n\t},\n};\n\nexport const circlePackThreeLevelData = [\n\t{\n\t\tname: 'North America',\n\t\tchildren: [\n\t\t\t{\n\t\t\t\tname: 'Canada',\n\t\t\t\tchildren: [\n\t\t\t\t\t{ name: 'Toronto', value: 50 },\n\t\t\t\t\t{ name: 'Montreal', value: 100 },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tname: 'United States',\n\t\t\t\tchildren: [\n\t\t\t\t\t{ name: 'Texas', value: 50 },\n\t\t\t\t\t{ name: 'New York', value: 40 },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ name: 'Mexico', value: 100 },\n\t\t],\n\t},\n\t{\n\t\tname: 'South America',\n\t\tchildren: [\n\t\t\t{ name: 'Brazil', value: 2800 },\n\t\t\t{ name: 'Argentina', value: 10000 },\n\t\t\t{ name: 'Peru', value: 500 },\n\t\t],\n\t},\n\t{\n\t\tname: 'Africa',\n\t\tchildren: [\n\t\t\t{ name: 'Egypt', value: 50 },\n\t\t\t{ name: 'Morocco', value: 10 },\n\t\t\t{ name: 'Chad', value: 200 },\n\t\t\t{ name: 'Nigeria', value: 80 },\n\t\t\t{ name: 'Libya', value: 90 },\n\t\t],\n\t},\n\t{\n\t\tname: 'Europe',\n\t\tchildren: [\n\t\t\t{ name: 'Portugal', value: 2000 },\n\t\t\t{ name: 'Spain', value: 400 },\n\t\t\t{ name: 'France', value: 500 },\n\t\t\t{ name: 'Italy', value: 300 },\n\t\t\t{ name: 'Poland', value: 100 },\n\t\t\t{ name: 'Ukraine', value: 900 },\n\t\t],\n\t},\n];\n\nexport const circlePackThreeLevelsMonochromeOptions = {\n\texperimental: 'true',\n\ttitle: 'Three Levels Hierarchy (monchromatic)',\n\tcanvasZoom: {\n\t\tenabled: true,\n\t},\n};\n\nexport const circlePackThreeLevelsMonochromeData = [\n\t{\n\t\tname: 'Revenue',\n\t\tchildren: [\n\t\t\t{\n\t\t\t\tname: 'North America',\n\t\t\t\tchildren: [\n\t\t\t\t\t{\n\t\t\t\t\t\tname: 'Canada',\n\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t{ name: 'Toronto', value: 5000 },\n\t\t\t\t\t\t\t{ name: 'Montreal', value: 1000 },\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tname: 'United States',\n\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t{ name: 'Texas', value: 500 },\n\t\t\t\t\t\t\t{ name: 'New York', value: 400 },\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{ name: 'Mexico', value: 100 },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tname: 'South America',\n\t\t\t\tchildren: [\n\t\t\t\t\t{ name: 'Brazil', value: 280 },\n\t\t\t\t\t{ name: 'Argentina', value: 700 },\n\t\t\t\t\t{ name: 'Peru', value: 500 },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tname: 'Africa',\n\t\t\t\tchildren: [\n\t\t\t\t\t{ name: 'Egypt', value: 50 },\n\t\t\t\t\t{ name: 'Morocco', value: 10 },\n\t\t\t\t\t{ name: 'Chad', value: 200 },\n\t\t\t\t\t{ name: 'Nigeria', value: 80 },\n\t\t\t\t\t{ name: 'Libya', value: 90 },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tname: 'Europe',\n\t\t\t\tchildren: [\n\t\t\t\t\t{ name: 'Portugal', value: 2000 },\n\t\t\t\t\t{ name: 'Spain', value: 400 },\n\t\t\t\t\t{ name: 'France', value: 500 },\n\t\t\t\t\t{ name: 'Italy', value: 300 },\n\t\t\t\t\t{ name: 'Poland', value: 100 },\n\t\t\t\t\t{ name: 'Ukraine', value: 900 },\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n];\n\nexport const circlePackThreeLevelNoZoomOptions = {\n\texperimental: 'true',\n\ttitle: 'Three Levels Hierarchy (No Zoom)',\n\tcirclePack: {\n\t\thierarchyLevel: 3,\n\t},\n\tcanvasZoom: {\n\t\tenabled: false,\n\t},\n};\n"]}
|
|
1
|
+
{"version":3,"file":"circle-pack.js","sourceRoot":"","sources":["circle-pack.ts"],"names":[],"mappings":"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","sourcesContent":["export const circlePackTwoLevelData = [\n\t{\n\t\tname: 'North America',\n\t\tchildren: [\n\t\t\t{ name: 'Canada', value: 800 },\n\t\t\t{ name: 'United States', value: 200 },\n\t\t\t{ name: 'Mexico', value: 100 },\n\t\t],\n\t},\n\t{\n\t\tname: 'South America',\n\t\tchildren: [\n\t\t\t{ name: 'Brazil', value: 2800 },\n\t\t\t{ name: 'Argentina', value: 10000 },\n\t\t\t{ name: 'G', value: 500 },\n\t\t\t{ name: 'DE', value: 500 },\n\t\t\t{ name: 'EF', value: 200 },\n\t\t],\n\t},\n\t{\n\t\tname: 'Asia',\n\t\tchildren: [\n\t\t\t{ name: 'China', value: 500 },\n\t\t\t{ name: 'Thailand', value: 100 },\n\t\t\t{ name: 'Cambodia', value: 500 },\n\t\t\t{ name: 'India', value: 500 },\n\t\t\t{ name: 'Vietnam', value: 400 },\n\t\t\t{ name: 'North Korea', value: 600 },\n\t\t\t{ name: 'Japan', value: 200 },\n\t\t\t{ name: 'Indonesia', value: 800 },\n\t\t],\n\t},\n\t{\n\t\tname: 'Europe',\n\t\tchildren: [\n\t\t\t{ name: 'France', value: 2000 },\n\t\t\t{ name: 'Italy', value: 400 },\n\t\t\t{ name: 'Greece', value: 500 },\n\t\t\t{ name: 'Portugal', value: 100 },\n\t\t\t{ name: 'Austria', value: 1000 },\n\t\t\t{ name: 'Ireland', value: 800 },\n\t\t\t{ name: 'Germany', value: 700 },\n\t\t\t{ name: 'Poland', value: 200 },\n\t\t\t{ name: 'Ukraine', value: 300 },\n\t\t],\n\t},\n];\n\nexport const circlePackTwoLevelOptions = {\n\ttitle: 'Two Levels Hierarchy',\n\tcanvasZoom: {\n\t\tenabled: true,\n\t},\n};\n\nexport const circlePackTwoLevelCustomColorsOptions = {\n\ttitle: 'Custom colors (circle pack)',\n\tcanvasZoom: {\n\t\tenabled: true,\n\t},\n\tcolor: {\n\t\tscale: {\n\t\t\tAsia: 'green',\n\t\t\t'South America': 'blue',\n\t\t\t'North America': 'orange',\n\t\t\tEurope: 'red',\n\t\t},\n\t},\n};\n\nexport const circlePackSingleOptions = {\n\ttitle: 'One Level Hierachy',\n\tcanvasZoom: {\n\t\tenabled: true,\n\t},\n};\n\nexport const circlePackSingleLevelData = [\n\t{\n\t\tname: 'Transportation',\n\t\tvalue: 300,\n\t},\n\t{\n\t\tname: 'Healthcare',\n\t\tvalue: 600,\n\t},\n\t{\n\t\tname: 'Hospitality',\n\t\tvalue: 50,\n\t},\n\t{\n\t\tname: 'Tourism',\n\t\tvalue: 90,\n\t},\n\t{\n\t\tname: 'Food',\n\t\tvalue: 280,\n\t},\n];\n\nexport const circlePackThreeLevelOptions = {\n\ttitle: 'Three Levels Hierarchy',\n\tcanvasZoom: {\n\t\tenabled: true,\n\t},\n};\n\nexport const circlePackThreeLevelData = [\n\t{\n\t\tname: 'North America',\n\t\tchildren: [\n\t\t\t{\n\t\t\t\tname: 'Canada',\n\t\t\t\tchildren: [\n\t\t\t\t\t{ name: 'Toronto', value: 50 },\n\t\t\t\t\t{ name: 'Montreal', value: 100 },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tname: 'United States',\n\t\t\t\tchildren: [\n\t\t\t\t\t{ name: 'Texas', value: 50 },\n\t\t\t\t\t{ name: 'New York', value: 40 },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ name: 'Mexico', value: 100 },\n\t\t],\n\t},\n\t{\n\t\tname: 'South America',\n\t\tchildren: [\n\t\t\t{ name: 'Brazil', value: 2800 },\n\t\t\t{ name: 'Argentina', value: 10000 },\n\t\t\t{ name: 'Peru', value: 500 },\n\t\t],\n\t},\n\t{\n\t\tname: 'Africa',\n\t\tchildren: [\n\t\t\t{ name: 'Egypt', value: 50 },\n\t\t\t{ name: 'Morocco', value: 10 },\n\t\t\t{ name: 'Chad', value: 200 },\n\t\t\t{ name: 'Nigeria', value: 80 },\n\t\t\t{ name: 'Libya', value: 90 },\n\t\t],\n\t},\n\t{\n\t\tname: 'Europe',\n\t\tchildren: [\n\t\t\t{ name: 'Portugal', value: 2000 },\n\t\t\t{ name: 'Spain', value: 400 },\n\t\t\t{ name: 'France', value: 500 },\n\t\t\t{ name: 'Italy', value: 300 },\n\t\t\t{ name: 'Poland', value: 100 },\n\t\t\t{ name: 'Ukraine', value: 900 },\n\t\t],\n\t},\n];\n\nexport const circlePackThreeLevelsMonochromeOptions = {\n\ttitle: 'Three Levels Hierarchy (monchromatic)',\n\tcanvasZoom: {\n\t\tenabled: true,\n\t},\n};\n\nexport const circlePackThreeLevelsMonochromeData = [\n\t{\n\t\tname: 'Revenue',\n\t\tchildren: [\n\t\t\t{\n\t\t\t\tname: 'North America',\n\t\t\t\tchildren: [\n\t\t\t\t\t{\n\t\t\t\t\t\tname: 'Canada',\n\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t{ name: 'Toronto', value: 5000 },\n\t\t\t\t\t\t\t{ name: 'Montreal', value: 1000 },\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tname: 'United States',\n\t\t\t\t\t\tchildren: [\n\t\t\t\t\t\t\t{ name: 'Texas', value: 500 },\n\t\t\t\t\t\t\t{ name: 'New York', value: 400 },\n\t\t\t\t\t\t],\n\t\t\t\t\t},\n\t\t\t\t\t{ name: 'Mexico', value: 100 },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tname: 'South America',\n\t\t\t\tchildren: [\n\t\t\t\t\t{ name: 'Brazil', value: 280 },\n\t\t\t\t\t{ name: 'Argentina', value: 700 },\n\t\t\t\t\t{ name: 'Peru', value: 500 },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tname: 'Africa',\n\t\t\t\tchildren: [\n\t\t\t\t\t{ name: 'Egypt', value: 50 },\n\t\t\t\t\t{ name: 'Morocco', value: 10 },\n\t\t\t\t\t{ name: 'Chad', value: 200 },\n\t\t\t\t\t{ name: 'Nigeria', value: 80 },\n\t\t\t\t\t{ name: 'Libya', value: 90 },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tname: 'Europe',\n\t\t\t\tchildren: [\n\t\t\t\t\t{ name: 'Portugal', value: 2000 },\n\t\t\t\t\t{ name: 'Spain', value: 400 },\n\t\t\t\t\t{ name: 'France', value: 500 },\n\t\t\t\t\t{ name: 'Italy', value: 300 },\n\t\t\t\t\t{ name: 'Poland', value: 100 },\n\t\t\t\t\t{ name: 'Ukraine', value: 900 },\n\t\t\t\t],\n\t\t\t},\n\t\t],\n\t},\n];\n\nexport const circlePackThreeLevelNoZoomOptions = {\n\ttitle: 'Three Levels Hierarchy (No Zoom)',\n\tcirclePack: {\n\t\thierarchyLevel: 3,\n\t},\n\tcanvasZoom: {\n\t\tenabled: false,\n\t},\n};\n"]}
|
package/demo/styles.css
CHANGED
|
@@ -11597,7 +11597,6 @@ div.container.theme--white .bx--cc--skeleton rect.chart-skeleton-backdrop {
|
|
|
11597
11597
|
}
|
|
11598
11598
|
div.container.theme--white .bx--cc--skeleton .shimmer-effect-lines {
|
|
11599
11599
|
stroke-width: 1px;
|
|
11600
|
-
stroke: url(#shimmer-lines);
|
|
11601
11600
|
}
|
|
11602
11601
|
div.container.theme--white .bx--cc--skeleton .shimmer-effect-sparkline {
|
|
11603
11602
|
stroke-width: 0px;
|
|
@@ -11606,22 +11605,19 @@ div.container.theme--white .bx--cc--skeleton .empty-state-lines {
|
|
|
11606
11605
|
stroke-width: 1px;
|
|
11607
11606
|
stroke: #e0e0e0;
|
|
11608
11607
|
}
|
|
11609
|
-
div.container.theme--white .bx--cc--skeleton
|
|
11608
|
+
div.container.theme--white .bx--cc--skeleton .shimmer-lines .stop-bg-shimmer {
|
|
11610
11609
|
stop-color: #e0e0e0;
|
|
11611
11610
|
}
|
|
11612
|
-
div.container.theme--white .bx--cc--skeleton
|
|
11611
|
+
div.container.theme--white .bx--cc--skeleton .shimmer-lines .stop-shimmer {
|
|
11613
11612
|
stop-color: #ffffff;
|
|
11614
11613
|
}
|
|
11615
|
-
div.container.theme--white .bx--cc--skeleton .shimmer-effect-areas {
|
|
11616
|
-
fill: url(#shimmer-areas);
|
|
11617
|
-
}
|
|
11618
11614
|
div.container.theme--white .bx--cc--skeleton .empty-state-areas {
|
|
11619
11615
|
fill: rgba(127, 127, 127, 0.1);
|
|
11620
11616
|
}
|
|
11621
|
-
div.container.theme--white .bx--cc--skeleton
|
|
11617
|
+
div.container.theme--white .bx--cc--skeleton .shimmer-areas .stop-bg-shimmer {
|
|
11622
11618
|
stop-color: rgba(127, 127, 127, 0.1);
|
|
11623
11619
|
}
|
|
11624
|
-
div.container.theme--white .bx--cc--skeleton
|
|
11620
|
+
div.container.theme--white .bx--cc--skeleton .shimmer-areas .stop-shimmer {
|
|
11625
11621
|
stop-color: rgba(255, 255, 255, 0.15);
|
|
11626
11622
|
}
|
|
11627
11623
|
div.container.theme--white .bx--cc--skeleton-lines rect.chart-skeleton-backdrop {
|
|
@@ -11629,7 +11625,6 @@ div.container.theme--white .bx--cc--skeleton-lines rect.chart-skeleton-backdrop
|
|
|
11629
11625
|
}
|
|
11630
11626
|
div.container.theme--white .bx--cc--skeleton-lines .shimmer-effect-lines {
|
|
11631
11627
|
stroke-width: 1px;
|
|
11632
|
-
stroke: url(#shimmer-lines);
|
|
11633
11628
|
}
|
|
11634
11629
|
div.container.theme--white .bx--cc--skeleton-lines .shimmer-effect-sparkline {
|
|
11635
11630
|
stroke-width: 0px;
|
|
@@ -11638,10 +11633,10 @@ div.container.theme--white .bx--cc--skeleton-lines .empty-state-lines {
|
|
|
11638
11633
|
stroke-width: 1px;
|
|
11639
11634
|
stroke: #e0e0e0;
|
|
11640
11635
|
}
|
|
11641
|
-
div.container.theme--white .bx--cc--skeleton-lines
|
|
11636
|
+
div.container.theme--white .bx--cc--skeleton-lines .shimmer-lines .stop-bg-shimmer {
|
|
11642
11637
|
stop-color: #e0e0e0;
|
|
11643
11638
|
}
|
|
11644
|
-
div.container.theme--white .bx--cc--skeleton-lines
|
|
11639
|
+
div.container.theme--white .bx--cc--skeleton-lines .shimmer-lines .stop-shimmer {
|
|
11645
11640
|
stop-color: #ffffff;
|
|
11646
11641
|
}
|
|
11647
11642
|
div.container.theme--white .bx--cc--zero-line line.domain {
|
|
@@ -11824,7 +11819,7 @@ div.container.theme--white .bx--chart-holder .bx--cc--toolbar {
|
|
|
11824
11819
|
}
|
|
11825
11820
|
div.container.theme--white .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled,
|
|
11826
11821
|
div.container.theme--white .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button {
|
|
11827
|
-
cursor:
|
|
11822
|
+
cursor: not-allowed;
|
|
11828
11823
|
}
|
|
11829
11824
|
div.container.theme--white .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled:hover,
|
|
11830
11825
|
div.container.theme--white .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button:hover {
|
|
@@ -11857,18 +11852,20 @@ div.container.theme--white .bx--chart-holder .bx--cc--toolbar .bx--loading__stro
|
|
|
11857
11852
|
div.container.theme--white .bx--cc--tooltip {
|
|
11858
11853
|
background-color: #ffffff;
|
|
11859
11854
|
pointer-events: none;
|
|
11860
|
-
transition: opacity 0.1s;
|
|
11861
11855
|
transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
|
|
11862
11856
|
display: inline;
|
|
11857
|
+
visibility: visible;
|
|
11863
11858
|
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
|
|
11864
11859
|
position: absolute;
|
|
11865
11860
|
word-wrap: break-word;
|
|
11866
11861
|
z-index: 1059;
|
|
11867
11862
|
font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
|
|
11863
|
+
transition: visibility 0s linear 0.1s, opacity 0.1s;
|
|
11868
11864
|
}
|
|
11869
11865
|
div.container.theme--white .bx--cc--tooltip.hidden {
|
|
11870
11866
|
opacity: 0;
|
|
11871
|
-
|
|
11867
|
+
visibility: hidden;
|
|
11868
|
+
transition: visibility 0s linear 0s, opacity 0.1s;
|
|
11872
11869
|
transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
|
|
11873
11870
|
}
|
|
11874
11871
|
div.container.theme--white .bx--cc--tooltip .content-box {
|
|
@@ -11999,15 +11996,9 @@ div.container.theme--white .bx--cc--zoom-bar rect.zoom-bg {
|
|
|
11999
11996
|
fill: #ffffff;
|
|
12000
11997
|
stroke: #f4f4f4;
|
|
12001
11998
|
}
|
|
12002
|
-
div.container.theme--white .bx--cc--zoom-bar rect.zoom-bg-skeleton {
|
|
12003
|
-
stroke: url(#shimmer-lines);
|
|
12004
|
-
}
|
|
12005
11999
|
div.container.theme--white .bx--cc--zoom-bar rect.zoom-slider-bg {
|
|
12006
12000
|
fill: #f4f4f4;
|
|
12007
12001
|
}
|
|
12008
|
-
div.container.theme--white .bx--cc--zoom-bar rect.zoom-slider-bg-skeleton {
|
|
12009
|
-
stroke: url(#shimmer-lines);
|
|
12010
|
-
}
|
|
12011
12002
|
div.container.theme--white .bx--cc--zoom-bar rect.zoom-slider-selected-area {
|
|
12012
12003
|
fill: #525252;
|
|
12013
12004
|
}
|
|
@@ -12015,9 +12006,6 @@ div.container.theme--white .bx--cc--zoom-bar path.zoom-bg-baseline {
|
|
|
12015
12006
|
stroke: #8d8d8d;
|
|
12016
12007
|
stroke-width: 2;
|
|
12017
12008
|
}
|
|
12018
|
-
div.container.theme--white .bx--cc--zoom-bar path.zoom-bg-baseline-skeleton {
|
|
12019
|
-
stroke: url(#shimmer-lines);
|
|
12020
|
-
}
|
|
12021
12009
|
div.container.theme--white .bx--cc--zoom-bar path.zoom-graph-area {
|
|
12022
12010
|
fill: #e0e0e0;
|
|
12023
12011
|
stroke: #8d8d8d;
|
|
@@ -14718,7 +14706,6 @@ div.container.theme--g10 .bx--cc--skeleton rect.chart-skeleton-backdrop {
|
|
|
14718
14706
|
}
|
|
14719
14707
|
div.container.theme--g10 .bx--cc--skeleton .shimmer-effect-lines {
|
|
14720
14708
|
stroke-width: 1px;
|
|
14721
|
-
stroke: url(#shimmer-lines);
|
|
14722
14709
|
}
|
|
14723
14710
|
div.container.theme--g10 .bx--cc--skeleton .shimmer-effect-sparkline {
|
|
14724
14711
|
stroke-width: 0px;
|
|
@@ -14727,22 +14714,19 @@ div.container.theme--g10 .bx--cc--skeleton .empty-state-lines {
|
|
|
14727
14714
|
stroke-width: 1px;
|
|
14728
14715
|
stroke: #e0e0e0;
|
|
14729
14716
|
}
|
|
14730
|
-
div.container.theme--g10 .bx--cc--skeleton
|
|
14717
|
+
div.container.theme--g10 .bx--cc--skeleton .shimmer-lines .stop-bg-shimmer {
|
|
14731
14718
|
stop-color: #e0e0e0;
|
|
14732
14719
|
}
|
|
14733
|
-
div.container.theme--g10 .bx--cc--skeleton
|
|
14720
|
+
div.container.theme--g10 .bx--cc--skeleton .shimmer-lines .stop-shimmer {
|
|
14734
14721
|
stop-color: #ffffff;
|
|
14735
14722
|
}
|
|
14736
|
-
div.container.theme--g10 .bx--cc--skeleton .shimmer-effect-areas {
|
|
14737
|
-
fill: url(#shimmer-areas);
|
|
14738
|
-
}
|
|
14739
14723
|
div.container.theme--g10 .bx--cc--skeleton .empty-state-areas {
|
|
14740
14724
|
fill: rgba(127, 127, 127, 0.1);
|
|
14741
14725
|
}
|
|
14742
|
-
div.container.theme--g10 .bx--cc--skeleton
|
|
14726
|
+
div.container.theme--g10 .bx--cc--skeleton .shimmer-areas .stop-bg-shimmer {
|
|
14743
14727
|
stop-color: rgba(127, 127, 127, 0.1);
|
|
14744
14728
|
}
|
|
14745
|
-
div.container.theme--g10 .bx--cc--skeleton
|
|
14729
|
+
div.container.theme--g10 .bx--cc--skeleton .shimmer-areas .stop-shimmer {
|
|
14746
14730
|
stop-color: rgba(255, 255, 255, 0.15);
|
|
14747
14731
|
}
|
|
14748
14732
|
div.container.theme--g10 .bx--cc--skeleton-lines rect.chart-skeleton-backdrop {
|
|
@@ -14750,7 +14734,6 @@ div.container.theme--g10 .bx--cc--skeleton-lines rect.chart-skeleton-backdrop {
|
|
|
14750
14734
|
}
|
|
14751
14735
|
div.container.theme--g10 .bx--cc--skeleton-lines .shimmer-effect-lines {
|
|
14752
14736
|
stroke-width: 1px;
|
|
14753
|
-
stroke: url(#shimmer-lines);
|
|
14754
14737
|
}
|
|
14755
14738
|
div.container.theme--g10 .bx--cc--skeleton-lines .shimmer-effect-sparkline {
|
|
14756
14739
|
stroke-width: 0px;
|
|
@@ -14759,10 +14742,10 @@ div.container.theme--g10 .bx--cc--skeleton-lines .empty-state-lines {
|
|
|
14759
14742
|
stroke-width: 1px;
|
|
14760
14743
|
stroke: #e0e0e0;
|
|
14761
14744
|
}
|
|
14762
|
-
div.container.theme--g10 .bx--cc--skeleton-lines
|
|
14745
|
+
div.container.theme--g10 .bx--cc--skeleton-lines .shimmer-lines .stop-bg-shimmer {
|
|
14763
14746
|
stop-color: #e0e0e0;
|
|
14764
14747
|
}
|
|
14765
|
-
div.container.theme--g10 .bx--cc--skeleton-lines
|
|
14748
|
+
div.container.theme--g10 .bx--cc--skeleton-lines .shimmer-lines .stop-shimmer {
|
|
14766
14749
|
stop-color: #ffffff;
|
|
14767
14750
|
}
|
|
14768
14751
|
div.container.theme--g10 .bx--cc--zero-line line.domain {
|
|
@@ -14945,7 +14928,7 @@ div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar {
|
|
|
14945
14928
|
}
|
|
14946
14929
|
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled,
|
|
14947
14930
|
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button {
|
|
14948
|
-
cursor:
|
|
14931
|
+
cursor: not-allowed;
|
|
14949
14932
|
}
|
|
14950
14933
|
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled:hover,
|
|
14951
14934
|
div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button:hover {
|
|
@@ -14978,18 +14961,20 @@ div.container.theme--g10 .bx--chart-holder .bx--cc--toolbar .bx--loading__stroke
|
|
|
14978
14961
|
div.container.theme--g10 .bx--cc--tooltip {
|
|
14979
14962
|
background-color: #f4f4f4;
|
|
14980
14963
|
pointer-events: none;
|
|
14981
|
-
transition: opacity 0.1s;
|
|
14982
14964
|
transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
|
|
14983
14965
|
display: inline;
|
|
14966
|
+
visibility: visible;
|
|
14984
14967
|
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
|
|
14985
14968
|
position: absolute;
|
|
14986
14969
|
word-wrap: break-word;
|
|
14987
14970
|
z-index: 1059;
|
|
14988
14971
|
font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
|
|
14972
|
+
transition: visibility 0s linear 0.1s, opacity 0.1s;
|
|
14989
14973
|
}
|
|
14990
14974
|
div.container.theme--g10 .bx--cc--tooltip.hidden {
|
|
14991
14975
|
opacity: 0;
|
|
14992
|
-
|
|
14976
|
+
visibility: hidden;
|
|
14977
|
+
transition: visibility 0s linear 0s, opacity 0.1s;
|
|
14993
14978
|
transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
|
|
14994
14979
|
}
|
|
14995
14980
|
div.container.theme--g10 .bx--cc--tooltip .content-box {
|
|
@@ -15120,15 +15105,9 @@ div.container.theme--g10 .bx--cc--zoom-bar rect.zoom-bg {
|
|
|
15120
15105
|
fill: #f4f4f4;
|
|
15121
15106
|
stroke: #ffffff;
|
|
15122
15107
|
}
|
|
15123
|
-
div.container.theme--g10 .bx--cc--zoom-bar rect.zoom-bg-skeleton {
|
|
15124
|
-
stroke: url(#shimmer-lines);
|
|
15125
|
-
}
|
|
15126
15108
|
div.container.theme--g10 .bx--cc--zoom-bar rect.zoom-slider-bg {
|
|
15127
15109
|
fill: #ffffff;
|
|
15128
15110
|
}
|
|
15129
|
-
div.container.theme--g10 .bx--cc--zoom-bar rect.zoom-slider-bg-skeleton {
|
|
15130
|
-
stroke: url(#shimmer-lines);
|
|
15131
|
-
}
|
|
15132
15111
|
div.container.theme--g10 .bx--cc--zoom-bar rect.zoom-slider-selected-area {
|
|
15133
15112
|
fill: #525252;
|
|
15134
15113
|
}
|
|
@@ -15136,9 +15115,6 @@ div.container.theme--g10 .bx--cc--zoom-bar path.zoom-bg-baseline {
|
|
|
15136
15115
|
stroke: #8d8d8d;
|
|
15137
15116
|
stroke-width: 2;
|
|
15138
15117
|
}
|
|
15139
|
-
div.container.theme--g10 .bx--cc--zoom-bar path.zoom-bg-baseline-skeleton {
|
|
15140
|
-
stroke: url(#shimmer-lines);
|
|
15141
|
-
}
|
|
15142
15118
|
div.container.theme--g10 .bx--cc--zoom-bar path.zoom-graph-area {
|
|
15143
15119
|
fill: #e0e0e0;
|
|
15144
15120
|
stroke: #8d8d8d;
|
|
@@ -19168,7 +19144,6 @@ div.container.theme--g90 .bx--cc--skeleton rect.chart-skeleton-backdrop {
|
|
|
19168
19144
|
}
|
|
19169
19145
|
div.container.theme--g90 .bx--cc--skeleton .shimmer-effect-lines {
|
|
19170
19146
|
stroke-width: 1px;
|
|
19171
|
-
stroke: url(#shimmer-lines);
|
|
19172
19147
|
}
|
|
19173
19148
|
div.container.theme--g90 .bx--cc--skeleton .shimmer-effect-sparkline {
|
|
19174
19149
|
stroke-width: 0px;
|
|
@@ -19177,22 +19152,19 @@ div.container.theme--g90 .bx--cc--skeleton .empty-state-lines {
|
|
|
19177
19152
|
stroke-width: 1px;
|
|
19178
19153
|
stroke: #525252;
|
|
19179
19154
|
}
|
|
19180
|
-
div.container.theme--g90 .bx--cc--skeleton
|
|
19155
|
+
div.container.theme--g90 .bx--cc--skeleton .shimmer-lines .stop-bg-shimmer {
|
|
19181
19156
|
stop-color: #525252;
|
|
19182
19157
|
}
|
|
19183
|
-
div.container.theme--g90 .bx--cc--skeleton
|
|
19158
|
+
div.container.theme--g90 .bx--cc--skeleton .shimmer-lines .stop-shimmer {
|
|
19184
19159
|
stop-color: #ffffff;
|
|
19185
19160
|
}
|
|
19186
|
-
div.container.theme--g90 .bx--cc--skeleton .shimmer-effect-areas {
|
|
19187
|
-
fill: url(#shimmer-areas);
|
|
19188
|
-
}
|
|
19189
19161
|
div.container.theme--g90 .bx--cc--skeleton .empty-state-areas {
|
|
19190
19162
|
fill: rgba(127, 127, 127, 0.1);
|
|
19191
19163
|
}
|
|
19192
|
-
div.container.theme--g90 .bx--cc--skeleton
|
|
19164
|
+
div.container.theme--g90 .bx--cc--skeleton .shimmer-areas .stop-bg-shimmer {
|
|
19193
19165
|
stop-color: rgba(127, 127, 127, 0.1);
|
|
19194
19166
|
}
|
|
19195
|
-
div.container.theme--g90 .bx--cc--skeleton
|
|
19167
|
+
div.container.theme--g90 .bx--cc--skeleton .shimmer-areas .stop-shimmer {
|
|
19196
19168
|
stop-color: rgba(255, 255, 255, 0.15);
|
|
19197
19169
|
}
|
|
19198
19170
|
div.container.theme--g90 .bx--cc--skeleton-lines rect.chart-skeleton-backdrop {
|
|
@@ -19200,7 +19172,6 @@ div.container.theme--g90 .bx--cc--skeleton-lines rect.chart-skeleton-backdrop {
|
|
|
19200
19172
|
}
|
|
19201
19173
|
div.container.theme--g90 .bx--cc--skeleton-lines .shimmer-effect-lines {
|
|
19202
19174
|
stroke-width: 1px;
|
|
19203
|
-
stroke: url(#shimmer-lines);
|
|
19204
19175
|
}
|
|
19205
19176
|
div.container.theme--g90 .bx--cc--skeleton-lines .shimmer-effect-sparkline {
|
|
19206
19177
|
stroke-width: 0px;
|
|
@@ -19209,10 +19180,10 @@ div.container.theme--g90 .bx--cc--skeleton-lines .empty-state-lines {
|
|
|
19209
19180
|
stroke-width: 1px;
|
|
19210
19181
|
stroke: #525252;
|
|
19211
19182
|
}
|
|
19212
|
-
div.container.theme--g90 .bx--cc--skeleton-lines
|
|
19183
|
+
div.container.theme--g90 .bx--cc--skeleton-lines .shimmer-lines .stop-bg-shimmer {
|
|
19213
19184
|
stop-color: #525252;
|
|
19214
19185
|
}
|
|
19215
|
-
div.container.theme--g90 .bx--cc--skeleton-lines
|
|
19186
|
+
div.container.theme--g90 .bx--cc--skeleton-lines .shimmer-lines .stop-shimmer {
|
|
19216
19187
|
stop-color: #ffffff;
|
|
19217
19188
|
}
|
|
19218
19189
|
div.container.theme--g90 .bx--cc--zero-line line.domain {
|
|
@@ -19396,7 +19367,7 @@ div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar {
|
|
|
19396
19367
|
}
|
|
19397
19368
|
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled,
|
|
19398
19369
|
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button {
|
|
19399
|
-
cursor:
|
|
19370
|
+
cursor: not-allowed;
|
|
19400
19371
|
}
|
|
19401
19372
|
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled:hover,
|
|
19402
19373
|
div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button:hover {
|
|
@@ -19429,18 +19400,20 @@ div.container.theme--g90 .bx--chart-holder .bx--cc--toolbar .bx--loading__stroke
|
|
|
19429
19400
|
div.container.theme--g90 .bx--cc--tooltip {
|
|
19430
19401
|
background-color: #525252;
|
|
19431
19402
|
pointer-events: none;
|
|
19432
|
-
transition: opacity 0.1s;
|
|
19433
19403
|
transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
|
|
19434
19404
|
display: inline;
|
|
19405
|
+
visibility: visible;
|
|
19435
19406
|
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
|
|
19436
19407
|
position: absolute;
|
|
19437
19408
|
word-wrap: break-word;
|
|
19438
19409
|
z-index: 1059;
|
|
19439
19410
|
font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
|
|
19411
|
+
transition: visibility 0s linear 0.1s, opacity 0.1s;
|
|
19440
19412
|
}
|
|
19441
19413
|
div.container.theme--g90 .bx--cc--tooltip.hidden {
|
|
19442
19414
|
opacity: 0;
|
|
19443
|
-
|
|
19415
|
+
visibility: hidden;
|
|
19416
|
+
transition: visibility 0s linear 0s, opacity 0.1s;
|
|
19444
19417
|
transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
|
|
19445
19418
|
}
|
|
19446
19419
|
div.container.theme--g90 .bx--cc--tooltip .content-box {
|
|
@@ -19571,15 +19544,9 @@ div.container.theme--g90 .bx--cc--zoom-bar rect.zoom-bg {
|
|
|
19571
19544
|
fill: #262626;
|
|
19572
19545
|
stroke: #393939;
|
|
19573
19546
|
}
|
|
19574
|
-
div.container.theme--g90 .bx--cc--zoom-bar rect.zoom-bg-skeleton {
|
|
19575
|
-
stroke: url(#shimmer-lines);
|
|
19576
|
-
}
|
|
19577
19547
|
div.container.theme--g90 .bx--cc--zoom-bar rect.zoom-slider-bg {
|
|
19578
19548
|
fill: #393939;
|
|
19579
19549
|
}
|
|
19580
|
-
div.container.theme--g90 .bx--cc--zoom-bar rect.zoom-slider-bg-skeleton {
|
|
19581
|
-
stroke: url(#shimmer-lines);
|
|
19582
|
-
}
|
|
19583
19550
|
div.container.theme--g90 .bx--cc--zoom-bar rect.zoom-slider-selected-area {
|
|
19584
19551
|
fill: #c6c6c6;
|
|
19585
19552
|
}
|
|
@@ -19587,9 +19554,6 @@ div.container.theme--g90 .bx--cc--zoom-bar path.zoom-bg-baseline {
|
|
|
19587
19554
|
stroke: #8d8d8d;
|
|
19588
19555
|
stroke-width: 2;
|
|
19589
19556
|
}
|
|
19590
|
-
div.container.theme--g90 .bx--cc--zoom-bar path.zoom-bg-baseline-skeleton {
|
|
19591
|
-
stroke: url(#shimmer-lines);
|
|
19592
|
-
}
|
|
19593
19557
|
div.container.theme--g90 .bx--cc--zoom-bar path.zoom-graph-area {
|
|
19594
19558
|
fill: #525252;
|
|
19595
19559
|
stroke: #8d8d8d;
|
|
@@ -23637,7 +23601,6 @@ div.container.theme--g100 .bx--cc--skeleton rect.chart-skeleton-backdrop {
|
|
|
23637
23601
|
}
|
|
23638
23602
|
div.container.theme--g100 .bx--cc--skeleton .shimmer-effect-lines {
|
|
23639
23603
|
stroke-width: 1px;
|
|
23640
|
-
stroke: url(#shimmer-lines);
|
|
23641
23604
|
}
|
|
23642
23605
|
div.container.theme--g100 .bx--cc--skeleton .shimmer-effect-sparkline {
|
|
23643
23606
|
stroke-width: 0px;
|
|
@@ -23646,22 +23609,19 @@ div.container.theme--g100 .bx--cc--skeleton .empty-state-lines {
|
|
|
23646
23609
|
stroke-width: 1px;
|
|
23647
23610
|
stroke: #393939;
|
|
23648
23611
|
}
|
|
23649
|
-
div.container.theme--g100 .bx--cc--skeleton
|
|
23612
|
+
div.container.theme--g100 .bx--cc--skeleton .shimmer-lines .stop-bg-shimmer {
|
|
23650
23613
|
stop-color: #393939;
|
|
23651
23614
|
}
|
|
23652
|
-
div.container.theme--g100 .bx--cc--skeleton
|
|
23615
|
+
div.container.theme--g100 .bx--cc--skeleton .shimmer-lines .stop-shimmer {
|
|
23653
23616
|
stop-color: #ffffff;
|
|
23654
23617
|
}
|
|
23655
|
-
div.container.theme--g100 .bx--cc--skeleton .shimmer-effect-areas {
|
|
23656
|
-
fill: url(#shimmer-areas);
|
|
23657
|
-
}
|
|
23658
23618
|
div.container.theme--g100 .bx--cc--skeleton .empty-state-areas {
|
|
23659
23619
|
fill: rgba(127, 127, 127, 0.1);
|
|
23660
23620
|
}
|
|
23661
|
-
div.container.theme--g100 .bx--cc--skeleton
|
|
23621
|
+
div.container.theme--g100 .bx--cc--skeleton .shimmer-areas .stop-bg-shimmer {
|
|
23662
23622
|
stop-color: rgba(127, 127, 127, 0.1);
|
|
23663
23623
|
}
|
|
23664
|
-
div.container.theme--g100 .bx--cc--skeleton
|
|
23624
|
+
div.container.theme--g100 .bx--cc--skeleton .shimmer-areas .stop-shimmer {
|
|
23665
23625
|
stop-color: rgba(255, 255, 255, 0.15);
|
|
23666
23626
|
}
|
|
23667
23627
|
div.container.theme--g100 .bx--cc--skeleton-lines rect.chart-skeleton-backdrop {
|
|
@@ -23669,7 +23629,6 @@ div.container.theme--g100 .bx--cc--skeleton-lines rect.chart-skeleton-backdrop {
|
|
|
23669
23629
|
}
|
|
23670
23630
|
div.container.theme--g100 .bx--cc--skeleton-lines .shimmer-effect-lines {
|
|
23671
23631
|
stroke-width: 1px;
|
|
23672
|
-
stroke: url(#shimmer-lines);
|
|
23673
23632
|
}
|
|
23674
23633
|
div.container.theme--g100 .bx--cc--skeleton-lines .shimmer-effect-sparkline {
|
|
23675
23634
|
stroke-width: 0px;
|
|
@@ -23678,10 +23637,10 @@ div.container.theme--g100 .bx--cc--skeleton-lines .empty-state-lines {
|
|
|
23678
23637
|
stroke-width: 1px;
|
|
23679
23638
|
stroke: #393939;
|
|
23680
23639
|
}
|
|
23681
|
-
div.container.theme--g100 .bx--cc--skeleton-lines
|
|
23640
|
+
div.container.theme--g100 .bx--cc--skeleton-lines .shimmer-lines .stop-bg-shimmer {
|
|
23682
23641
|
stop-color: #393939;
|
|
23683
23642
|
}
|
|
23684
|
-
div.container.theme--g100 .bx--cc--skeleton-lines
|
|
23643
|
+
div.container.theme--g100 .bx--cc--skeleton-lines .shimmer-lines .stop-shimmer {
|
|
23685
23644
|
stop-color: #ffffff;
|
|
23686
23645
|
}
|
|
23687
23646
|
div.container.theme--g100 .bx--cc--zero-line line.domain {
|
|
@@ -23865,7 +23824,7 @@ div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar {
|
|
|
23865
23824
|
}
|
|
23866
23825
|
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled,
|
|
23867
23826
|
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button {
|
|
23868
|
-
cursor:
|
|
23827
|
+
cursor: not-allowed;
|
|
23869
23828
|
}
|
|
23870
23829
|
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled:hover,
|
|
23871
23830
|
div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar div.toolbar-control.disabled button:hover {
|
|
@@ -23898,18 +23857,20 @@ div.container.theme--g100 .bx--chart-holder .bx--cc--toolbar .bx--loading__strok
|
|
|
23898
23857
|
div.container.theme--g100 .bx--cc--tooltip {
|
|
23899
23858
|
background-color: #393939;
|
|
23900
23859
|
pointer-events: none;
|
|
23901
|
-
transition: opacity 0.1s;
|
|
23902
23860
|
transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
|
|
23903
23861
|
display: inline;
|
|
23862
|
+
visibility: visible;
|
|
23904
23863
|
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
|
|
23905
23864
|
position: absolute;
|
|
23906
23865
|
word-wrap: break-word;
|
|
23907
23866
|
z-index: 1059;
|
|
23908
23867
|
font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
|
|
23868
|
+
transition: visibility 0s linear 0.1s, opacity 0.1s;
|
|
23909
23869
|
}
|
|
23910
23870
|
div.container.theme--g100 .bx--cc--tooltip.hidden {
|
|
23911
23871
|
opacity: 0;
|
|
23912
|
-
|
|
23872
|
+
visibility: hidden;
|
|
23873
|
+
transition: visibility 0s linear 0s, opacity 0.1s;
|
|
23913
23874
|
transition-timing-function: cubic-bezier(0.4, 0.14, 0.3, 1);
|
|
23914
23875
|
}
|
|
23915
23876
|
div.container.theme--g100 .bx--cc--tooltip .content-box {
|
|
@@ -24040,15 +24001,9 @@ div.container.theme--g100 .bx--cc--zoom-bar rect.zoom-bg {
|
|
|
24040
24001
|
fill: #161616;
|
|
24041
24002
|
stroke: #262626;
|
|
24042
24003
|
}
|
|
24043
|
-
div.container.theme--g100 .bx--cc--zoom-bar rect.zoom-bg-skeleton {
|
|
24044
|
-
stroke: url(#shimmer-lines);
|
|
24045
|
-
}
|
|
24046
24004
|
div.container.theme--g100 .bx--cc--zoom-bar rect.zoom-slider-bg {
|
|
24047
24005
|
fill: #262626;
|
|
24048
24006
|
}
|
|
24049
|
-
div.container.theme--g100 .bx--cc--zoom-bar rect.zoom-slider-bg-skeleton {
|
|
24050
|
-
stroke: url(#shimmer-lines);
|
|
24051
|
-
}
|
|
24052
24007
|
div.container.theme--g100 .bx--cc--zoom-bar rect.zoom-slider-selected-area {
|
|
24053
24008
|
fill: #c6c6c6;
|
|
24054
24009
|
}
|
|
@@ -24056,9 +24011,6 @@ div.container.theme--g100 .bx--cc--zoom-bar path.zoom-bg-baseline {
|
|
|
24056
24011
|
stroke: #6f6f6f;
|
|
24057
24012
|
stroke-width: 2;
|
|
24058
24013
|
}
|
|
24059
|
-
div.container.theme--g100 .bx--cc--zoom-bar path.zoom-bg-baseline-skeleton {
|
|
24060
|
-
stroke: url(#shimmer-lines);
|
|
24061
|
-
}
|
|
24062
24014
|
div.container.theme--g100 .bx--cc--zoom-bar path.zoom-graph-area {
|
|
24063
24015
|
fill: #393939;
|
|
24064
24016
|
stroke: #6f6f6f;
|
|
@@ -26661,7 +26613,7 @@ div.container.theme--g100 .bx--radio-button:checked + .bx--radio-button__label .
|
|
|
26661
26613
|
div.container div#color-palette-picker {
|
|
26662
26614
|
max-width: 18rem;
|
|
26663
26615
|
}
|
|
26664
|
-
div.container.theme--g90
|
|
26616
|
+
div.container.theme--g90 .bx--label, div.container.theme--g100 .bx--label {
|
|
26665
26617
|
color: #fff;
|
|
26666
26618
|
opacity: 0.6;
|
|
26667
26619
|
}
|