@carbon/charts
Advanced tools
Comparing version 0.9.3 to 0.9.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.9.4](https://github.com/IBM/carbon-charts/compare/v0.9.3...v0.9.4) (2019-02-16) | ||
### Bug Fixes | ||
* **$browser:** Fix duplication of titles during title resize ([4698efd](https://github.com/IBM/carbon-charts/commit/4698efd)) | ||
## [0.9.3](https://github.com/IBM/carbon-charts/compare/v0.9.2...v0.9.3) (2019-02-15) | ||
@@ -8,0 +19,0 @@ |
@@ -15,2 +15,3 @@ export declare const groupedBarData: { | ||
y: { | ||
title: string; | ||
formatter: (axisValue: any) => string; | ||
@@ -48,2 +49,3 @@ yMaxAdjuster: (yMaxValue: any) => number; | ||
y: { | ||
title: string; | ||
formatter: (axisValue: any) => string; | ||
@@ -72,2 +74,3 @@ yMaxAdjuster: (yMaxValue: any) => number; | ||
y: { | ||
title: string; | ||
formatter: (axisValue: any) => string; | ||
@@ -74,0 +77,0 @@ yMaxAdjuster: (yMaxValue: any) => number; |
@@ -16,2 +16,3 @@ export declare const curvedLineData: { | ||
y: { | ||
title: string; | ||
yMaxAdjuster: (yMax: any) => number; | ||
@@ -49,2 +50,3 @@ yMinAdjuster: (yMin: any) => number; | ||
y: { | ||
title: string; | ||
yMaxAdjuster: (yMax: any) => number; | ||
@@ -51,0 +53,0 @@ yMinAdjuster: (yMin: any) => number; |
@@ -30,2 +30,3 @@ import { BaseChart } from "./base-chart"; | ||
repositionXAxisTitle(): void; | ||
repositionYAxisTitle(): void; | ||
getYMax(): any; | ||
@@ -32,0 +33,0 @@ getYMin(): any; |
{ | ||
"name": "@carbon/charts", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "Carbon charting components", | ||
@@ -90,3 +90,3 @@ "files": [ | ||
], | ||
"gitHead": "25caf4935fc43c23c3f468df0f4cb23c07c55aa1" | ||
"gitHead": "214823ff7ea4644758f7f64bf52034b3c2e3bc59" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1477978
1926