@carbon/charts
Advanced tools
Comparing version 0.8.4 to 0.8.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.8.5](https://github.com/IBM/carbon-charts/compare/v0.8.4...v0.8.5) (2019-01-17) | ||
### Bug Fixes | ||
* **$browser:** Fixes the issue with pie labels not lining up on smaller sizes. ([54e2227](https://github.com/IBM/carbon-charts/commit/54e2227)), closes [#151](https://github.com/IBM/carbon-charts/issues/151) | ||
## [0.8.4](https://github.com/IBM/carbon-charts/compare/v0.8.3...v0.8.4) (2019-01-17) | ||
@@ -8,0 +19,0 @@ |
@@ -27,12 +27,3 @@ import { BaseChart } from "./base-chart"; | ||
*/ | ||
private deriveTransformString(d, radius); | ||
/** | ||
* Decide what text-anchor value the slice label item would need based on the quadrant it's in | ||
* | ||
* @private | ||
* @param {any} d - d3 data item for slice | ||
* @returns computed decision on what the text-anchor string should be | ||
* @memberof PieChart | ||
*/ | ||
private deriveTextAnchor(d); | ||
private deriveTransformString(element, d, radius); | ||
} |
{ | ||
"name": "@carbon/charts", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"description": "Carbon charting components", | ||
@@ -90,3 +90,3 @@ "files": [ | ||
], | ||
"gitHead": "2bb7edcef54fc449210adb146375c3166ae60115" | ||
"gitHead": "3f4a701935296886b8b5ef7376eefcf331fea56c" | ||
} |
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
1465368
1882