@carbon/charts 0.54.1 → 0.54.5
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 +44 -0
- package/build/src/components/graphs/bar-stacked.d.ts +1 -0
- package/build/src/model/model.d.ts +1 -1
- package/bundle.js +1 -1
- package/components/graphs/area.js +19 -5
- package/components/graphs/area.js.map +1 -1
- package/components/graphs/bar-stacked.d.ts +1 -0
- package/components/graphs/bar-stacked.js +16 -0
- package/components/graphs/bar-stacked.js.map +1 -1
- package/components/graphs/radar.js +7 -3
- package/components/graphs/radar.js.map +1 -1
- package/demo/styles.css +8 -8
- package/demo/styles.min.css +1 -1
- package/demo/styles.min.css.map +1 -1
- package/model/model.d.ts +1 -1
- package/model/model.js +1 -1
- package/model/model.js.map +1 -1
- package/package.json +1 -1
- package/services/scales-cartesian.js.map +1 -1
- package/styles/_chart-holder.scss +1 -1
- package/styles-g10.css +2 -2
- package/styles-g10.min.css +1 -1
- package/styles-g10.min.css.map +1 -1
- package/styles-g100.css +2 -2
- package/styles-g100.min.css +1 -1
- package/styles-g100.min.css.map +1 -1
- package/styles-g90.css +2 -2
- package/styles-g90.min.css +1 -1
- package/styles-g90.min.css.map +1 -1
- package/styles.css +2 -2
- package/styles.min.css +1 -1
- package/styles.min.css.map +1 -1
- package/tsconfig.tsbuildinfo +8 -7
package/demo/styles.css
CHANGED
|
@@ -14952,10 +14952,10 @@ div.container.theme--white .bx--chart-holder {
|
|
|
14952
14952
|
width: 100%;
|
|
14953
14953
|
height: 100%;
|
|
14954
14954
|
}
|
|
14955
|
-
div.container.theme--white .bx--chart-holder.filled {
|
|
14955
|
+
div.container.theme--white .bx--chart-holder.filled, div.container.theme--white .bx--chart-holder.fullscreen {
|
|
14956
14956
|
background-color: #ffffff;
|
|
14957
14957
|
}
|
|
14958
|
-
div.container.theme--white .bx--chart-holder.filled .bx--cc--chart-wrapper {
|
|
14958
|
+
div.container.theme--white .bx--chart-holder.filled .bx--cc--chart-wrapper, div.container.theme--white .bx--chart-holder.fullscreen .bx--cc--chart-wrapper {
|
|
14959
14959
|
background-color: #ffffff;
|
|
14960
14960
|
}
|
|
14961
14961
|
div.container.theme--white .bx--chart-holder .DONT_STYLE_ME_css_styles_verifier {
|
|
@@ -19662,10 +19662,10 @@ div.container.theme--g10 .bx--chart-holder {
|
|
|
19662
19662
|
width: 100%;
|
|
19663
19663
|
height: 100%;
|
|
19664
19664
|
}
|
|
19665
|
-
div.container.theme--g10 .bx--chart-holder.filled {
|
|
19665
|
+
div.container.theme--g10 .bx--chart-holder.filled, div.container.theme--g10 .bx--chart-holder.fullscreen {
|
|
19666
19666
|
background-color: #f4f4f4;
|
|
19667
19667
|
}
|
|
19668
|
-
div.container.theme--g10 .bx--chart-holder.filled .bx--cc--chart-wrapper {
|
|
19668
|
+
div.container.theme--g10 .bx--chart-holder.filled .bx--cc--chart-wrapper, div.container.theme--g10 .bx--chart-holder.fullscreen .bx--cc--chart-wrapper {
|
|
19669
19669
|
background-color: #f4f4f4;
|
|
19670
19670
|
}
|
|
19671
19671
|
div.container.theme--g10 .bx--chart-holder .DONT_STYLE_ME_css_styles_verifier {
|
|
@@ -25927,10 +25927,10 @@ div.container.theme--g90 .bx--chart-holder {
|
|
|
25927
25927
|
width: 100%;
|
|
25928
25928
|
height: 100%;
|
|
25929
25929
|
}
|
|
25930
|
-
div.container.theme--g90 .bx--chart-holder.filled {
|
|
25930
|
+
div.container.theme--g90 .bx--chart-holder.filled, div.container.theme--g90 .bx--chart-holder.fullscreen {
|
|
25931
25931
|
background-color: #262626;
|
|
25932
25932
|
}
|
|
25933
|
-
div.container.theme--g90 .bx--chart-holder.filled .bx--cc--chart-wrapper {
|
|
25933
|
+
div.container.theme--g90 .bx--chart-holder.filled .bx--cc--chart-wrapper, div.container.theme--g90 .bx--chart-holder.fullscreen .bx--cc--chart-wrapper {
|
|
25934
25934
|
background-color: #262626;
|
|
25935
25935
|
}
|
|
25936
25936
|
div.container.theme--g90 .bx--chart-holder .DONT_STYLE_ME_css_styles_verifier {
|
|
@@ -32204,10 +32204,10 @@ div.container.theme--g100 .bx--chart-holder {
|
|
|
32204
32204
|
width: 100%;
|
|
32205
32205
|
height: 100%;
|
|
32206
32206
|
}
|
|
32207
|
-
div.container.theme--g100 .bx--chart-holder.filled {
|
|
32207
|
+
div.container.theme--g100 .bx--chart-holder.filled, div.container.theme--g100 .bx--chart-holder.fullscreen {
|
|
32208
32208
|
background-color: #161616;
|
|
32209
32209
|
}
|
|
32210
|
-
div.container.theme--g100 .bx--chart-holder.filled .bx--cc--chart-wrapper {
|
|
32210
|
+
div.container.theme--g100 .bx--chart-holder.filled .bx--cc--chart-wrapper, div.container.theme--g100 .bx--chart-holder.fullscreen .bx--cc--chart-wrapper {
|
|
32211
32211
|
background-color: #161616;
|
|
32212
32212
|
}
|
|
32213
32213
|
div.container.theme--g100 .bx--chart-holder .DONT_STYLE_ME_css_styles_verifier {
|