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.10.0 to 0.10.1

dist/src/scatter-chart.d.ts

8

CHANGELOG.md

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

## [0.10.1](https://github.com/IBM/carbon-charts/compare/v0.10.0...v0.10.1) (2019-02-28)
**Note:** Version bump only for package @carbon/charts
# [0.10.0](https://github.com/IBM/carbon-charts/compare/v0.9.7...v0.10.0) (2019-02-28)

@@ -8,0 +16,0 @@

@@ -65,1 +65,9 @@ export declare const curvedLineData: {

};
export declare const scatterData: {
labels: string[];
datasets: {
label: string;
backgroundColors: string[];
data: number[];
}[];
};

3

dist/src/index.d.ts

@@ -8,4 +8,5 @@ import { BaseChart } from "./base-chart";

import { ComboChart } from "./combo-chart";
import { ScatterChart } from "./scatter-chart";
declare const defaultColors: any;
import "./style.scss";
export { defaultColors, BaseChart, BaseAxisChart, PieChart, DonutChart, DonutCenter, BarChart, LineChart, ComboChart };
export { defaultColors, BaseChart, BaseAxisChart, PieChart, DonutChart, DonutCenter, BarChart, LineChart, ComboChart, ScatterChart };

@@ -1,20 +0,8 @@

import { BaseAxisChart } from "./base-axis-chart";
export declare class LineChart extends BaseAxisChart {
x: any;
y: any;
colorScale: any;
import { ScatterChart } from "./scatter-chart";
export declare class LineChart extends ScatterChart {
lineGenerator: any;
constructor(holder: Element, configs: any);
getLegendType(): string;
addLabelsToDataPoints(d: any, index: any): any;
getCircleRadius(): any;
getCircleFill(radius: any, d: any): any;
draw(): void;
interpolateValues(newData: any): void;
updateElements(animate: boolean, gLines?: any): void;
resizeChart(): void;
setXScale(): void;
resetOpacity(): void;
reduceOpacity(exception: any): void;
addDataPointEventListener(): void;
}
{
"name": "@carbon/charts",
"version": "0.10.0",
"version": "0.10.1",
"description": "Carbon charting components",

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

],
"gitHead": "836280c93c6d4f1b08bf810e186d08d8c6b36937"
"gitHead": "180948d71b42e356104c2c034308ddc48a2bc86b"
}

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