@carbon/charts
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -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 @@ |
@@ -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; |
@@ -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
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
1473587
1916