@carbon/charts
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -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[]; | ||
}[]; | ||
}; |
@@ -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
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
1493241
30
1966