Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@carbon/charts

Package Overview
Dependencies
Maintainers
7
Versions
544
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carbon/charts - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

11

CHANGELOG.md

@@ -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 @@

11

dist/src/pie-chart.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc