Socket
Socket
Sign inDemoInstall

@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.9.1 to 0.9.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.9.2](https://github.com/IBM/carbon-charts/compare/v0.9.1...v0.9.2) (2019-02-15)
### Bug Fixes
* **core:** Allow custom circle size for line chart ([5fb93bd](https://github.com/IBM/carbon-charts/commit/5fb93bd))
## [0.9.1](https://github.com/IBM/carbon-charts/compare/v0.9.0...v0.9.1) (2019-02-07)

@@ -8,0 +19,0 @@

3

dist/demo/demo-data/line.d.ts

@@ -57,4 +57,7 @@ export declare const curvedLineData: {

};
points: {
radius: number;
};
legendClickable: boolean;
containerResizable: boolean;
};

@@ -7,2 +7,3 @@ import { BaseChart } from "./base-chart";

thresholdDimensions: any;
options: any;
constructor(holder: Element, configs: any);

@@ -9,0 +10,0 @@ setSVG(): any;

3

dist/src/configuration.d.ts

@@ -35,3 +35,3 @@ export declare const options: {

};
pointCircles: {
points: {
radius: number;

@@ -118,2 +118,3 @@ };

strokeWidth: number;
minNonFilledRadius: number;
mouseover: {

@@ -120,0 +121,0 @@ strokeWidth: number;

@@ -10,2 +10,4 @@ import { BaseAxisChart } from "./base-axis-chart";

addLabelsToDataPoints(d: any, index: any): any;
getCircleRadius(): any;
getCircleFill(radius: any, d: any): any;
draw(): void;

@@ -16,3 +18,5 @@ interpolateValues(newData: any): void;

setXScale(): void;
resetOpacity(): void;
reduceOpacity(exception: any): void;
addDataPointEventListener(): void;
}
{
"name": "@carbon/charts",
"version": "0.9.1",
"version": "0.9.2",
"description": "Carbon charting components",

@@ -90,3 +90,3 @@ "files": [

],
"gitHead": "1b92067976618bb81b87808a61a8c21ee911e23d"
"gitHead": "adb34158894c5d113f6d7d866f348a4aa847d70b"
}

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