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.6 to 0.9.0

11

CHANGELOG.md

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

5

dist/demo/demo-data/pie-donut.d.ts

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

4

package.json
{
"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

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