@carbon/charts 0.50.5 → 0.50.6

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 CHANGED
@@ -3,6 +3,14 @@
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.6](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.5...v0.50.6) (2021-10-08)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.50.5](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.4...v0.50.5) (2021-10-08)
7
15
 
8
16
 
@@ -1,5 +1,10 @@
1
- export declare const addControls: (container: any, demoGroup: any, chart: any) => void;
2
- export declare const addRadioButtonEventListeners: (container: any, chart: any) => void;
1
+ export declare const addControls: (container: any, demoGroup: any, chart: any, configs?: {
2
+ colorPairingOptions: any;
3
+ }) => void;
4
+ export declare const addRadioButtonEventListeners: (container: any, chart: any, configs: any) => void;
5
+ export declare const addOtherVersions: (container: any, demoGroup: any, demo: any, configs?: {
6
+ currentVersion: string;
7
+ }) => void;
3
8
  /**
4
9
  * Generates random data going backwards from now once a minute
5
10
  * @param {number} quantity number of data points to create