@carbon/charts 0.41.80 → 0.41.81

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,17 @@
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.41.81](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.80...v0.41.81) (2021-07-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **core:** display the first and last data elements when addSpaceOnEdges is set to 0 ([#1064](https://github.com/carbon-design-system/carbon-charts/issues/1064)) ([f321807](https://github.com/carbon-design-system/carbon-charts/commit/f32180774720c7d916f6bd441b7d72500b77e7f9)), closes [#763](https://github.com/carbon-design-system/carbon-charts/issues/763)
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.41.80](https://github.com/carbon-design-system/carbon-charts/compare/v0.41.79...v0.41.80) (2021-07-07)
7
18
 
8
19
  **Note:** Version bump only for package @carbon/charts
@@ -252,6 +252,26 @@ export declare const lineTimeSeriesRotatedTicksOptions: {
252
252
  clickable: boolean;
253
253
  };
254
254
  };
255
+ export declare const lineLogAxisData: {
256
+ group: string;
257
+ date: Date;
258
+ value: number;
259
+ }[];
260
+ export declare const lineLogAxisOptions: {
261
+ title: string;
262
+ width: string;
263
+ axes: {
264
+ bottom: {
265
+ scaleType: string;
266
+ mapsTo: string;
267
+ };
268
+ left: {
269
+ mapsTo: string;
270
+ scaleType: string;
271
+ includeZero: boolean;
272
+ };
273
+ };
274
+ };
255
275
  export declare const lineEmptyStateData: any[];
256
276
  export declare const lineEmptyStateOptions: {
257
277
  title: string;