@carbon/charts
Advanced tools
Comparing version 0.8.6 to 0.9.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.9.0](https://github.com/IBM/carbon-charts/compare/v0.8.6...v0.9.0) (2019-01-28) | ||
### Features | ||
* **CORE:** ability to customize donut label & number ([07014cf](https://github.com/IBM/carbon-charts/commit/07014cf)) | ||
## [0.8.6](https://github.com/IBM/carbon-charts/compare/v0.8.5...v0.8.6) (2019-01-18) | ||
@@ -8,0 +19,0 @@ |
@@ -12,3 +12,6 @@ export declare const pieOptions: { | ||
colors: string[]; | ||
centerLabel: string; | ||
center: { | ||
label: string; | ||
number: number; | ||
}; | ||
}; | ||
@@ -15,0 +18,0 @@ export declare const pieData: { |
@@ -17,2 +17,7 @@ import { PieChart } from "./pie-chart"; | ||
update(): void; | ||
getSuppliedCenterConfigs(): { | ||
label: any; | ||
number: any; | ||
}; | ||
setCenterConfigs(): void; | ||
} |
{ | ||
"name": "@carbon/charts", | ||
"version": "0.8.6", | ||
"version": "0.9.0", | ||
"description": "Carbon charting components", | ||
@@ -90,3 +90,3 @@ "files": [ | ||
], | ||
"gitHead": "6e3c16066a2a3b91275c75f564aabe04b733812a" | ||
"gitHead": "884643db32c09cc14fad368286ae10f9c9530ed1" | ||
} |
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
1468715
1893