@carbon/charts 0.49.5 → 0.50.1
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/essentials/threshold.d.ts +1 -0
- package/build/src/services/essentials/transitions.d.ts +0 -3
- package/build/stories/tutorials/feature-flags.d.ts +4 -0
- package/build/stories/tutorials/index.d.ts +1 -0
- package/bundle.js +1 -1
- package/components/essentials/threshold.d.ts +1 -0
- package/components/essentials/threshold.js +42 -16
- package/components/essentials/threshold.js.map +1 -1
- package/components/graphs/alluvial.js +14 -2
- package/components/graphs/alluvial.js.map +1 -1
- package/components/graphs/area-stacked.js +14 -2
- package/components/graphs/area-stacked.js.map +1 -1
- package/components/graphs/area.js +14 -2
- package/components/graphs/area.js.map +1 -1
- package/components/graphs/bar-grouped.js +14 -4
- package/components/graphs/bar-grouped.js.map +1 -1
- package/components/graphs/bar-simple.js +14 -4
- package/components/graphs/bar-simple.js.map +1 -1
- package/components/graphs/bar-stacked.js +14 -3
- package/components/graphs/bar-stacked.js.map +1 -1
- package/components/graphs/bullet.js +14 -4
- package/components/graphs/bullet.js.map +1 -1
- package/components/graphs/circle-pack.js +21 -3
- package/components/graphs/circle-pack.js.map +1 -1
- package/components/graphs/histogram.js +14 -3
- package/components/graphs/histogram.js.map +1 -1
- package/components/graphs/line.js +14 -2
- package/components/graphs/line.js.map +1 -1
- package/components/graphs/lollipop.js +14 -2
- package/components/graphs/lollipop.js.map +1 -1
- package/components/graphs/meter.js +0 -1
- package/components/graphs/meter.js.map +1 -1
- package/components/graphs/pie.js +28 -4
- package/components/graphs/pie.js.map +1 -1
- package/components/graphs/radar.js +134 -17
- package/components/graphs/radar.js.map +1 -1
- package/components/graphs/scatter.js +28 -4
- package/components/graphs/scatter.js.map +1 -1
- package/components/graphs/treemap.js +28 -4
- package/components/graphs/treemap.js.map +1 -1
- package/components/graphs/wordcloud.js +30 -5
- package/components/graphs/wordcloud.js.map +1 -1
- package/demo/styles.css +9236 -10907
- package/demo/styles.css.map +1 -1
- package/demo/styles.min.css +1 -1
- package/demo/styles.min.css.map +1 -1
- package/package.json +1 -1
- package/services/essentials/transitions.d.ts +0 -3
- package/services/essentials/transitions.js +1 -25
- package/services/essentials/transitions.js.map +1 -1
- package/styles/_chart-feature-flags.scss +4 -0
- package/styles/_type.scss +7 -2
- package/styles/components/_modal.scss +0 -4
- package/styles/components/_toolbar.scss +0 -4
- package/styles/styles.scss +1 -0
- package/styles-g10.css +45 -3525
- 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 +46 -3526
- 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 +46 -3526
- 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 +45 -3525
- package/styles.css.map +1 -1
- package/styles.min.css +1 -1
- package/styles.min.css.map +1 -1
- package/tsconfig.tsbuildinfo +21 -22
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.50.1](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.0...v0.50.1) (2021-10-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **styles:** use `map-get` in `_type.scss` ([#1171](https://github.com/carbon-design-system/carbon-charts/issues/1171)) ([5d3da4c](https://github.com/carbon-design-system/carbon-charts/commit/5d3da4c08321d9ac0dcf9687cee1b6ab77d06163))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [0.50.0](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.7...v0.50.0) (2021-09-30)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **core:** remove overflow menu and modal imports in chart styles ([#1170](https://github.com/carbon-design-system/carbon-charts/issues/1170)) ([4ca6839](https://github.com/carbon-design-system/carbon-charts/commit/4ca683928b8cea7c47b6e3f287b0fff9736eee5f)), closes [#1115](https://github.com/carbon-design-system/carbon-charts/issues/1115)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [0.49.7](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.6...v0.49.7) (2021-09-27)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **core:** optimize transition to not return new transition on root element ([#1169](https://github.com/carbon-design-system/carbon-charts/issues/1169)) ([fe4d592](https://github.com/carbon-design-system/carbon-charts/commit/fe4d592991e9cbf68c4b9efab0be4aa46dfcd416)), closes [#1143](https://github.com/carbon-design-system/carbon-charts/issues/1143)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## [0.49.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.5...v0.49.6) (2021-09-23)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* **core:** correctly draw the threshold from multiple axes ([#1159](https://github.com/carbon-design-system/carbon-charts/issues/1159)) ([1bba0d3](https://github.com/carbon-design-system/carbon-charts/commit/1bba0d38cc0b08fc56861d5923d1f7f3293e80a8)), closes [#1153](https://github.com/carbon-design-system/carbon-charts/issues/1153)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
## [0.49.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.49.4...v0.49.5) (2021-09-23)
|
|
7
51
|
|
|
8
52
|
**Note:** Version bump only for package @carbon/charts
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Service } from '../service';
|
|
2
|
-
import { Transition } from 'd3-transition';
|
|
3
2
|
interface setupTransitionConfigs {
|
|
4
3
|
transition?: any;
|
|
5
4
|
name?: string;
|
|
@@ -8,8 +7,6 @@ interface setupTransitionConfigs {
|
|
|
8
7
|
export declare class Transitions extends Service {
|
|
9
8
|
pendingTransitions: {};
|
|
10
9
|
init(): void;
|
|
11
|
-
getTransition(name: string, animate?: boolean): Transition<any, any, any, any>;
|
|
12
|
-
getInstantTransition(name?: string): Transition<any, any, any, any>;
|
|
13
10
|
setupTransition({ transition: t, name, animate }: setupTransitionConfigs): any;
|
|
14
11
|
getPendingTransitions(): {};
|
|
15
12
|
}
|
|
@@ -5,6 +5,7 @@ export * from './getting-started/vanilla';
|
|
|
5
5
|
export * from './api';
|
|
6
6
|
export * from './tabular-data-format';
|
|
7
7
|
export * from './themes';
|
|
8
|
+
export * from './feature-flags';
|
|
8
9
|
export * from './event-listeners';
|
|
9
10
|
export * from './color-palette';
|
|
10
11
|
export * from './dual-axes';
|