@hpcc-js/chart
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.7.1"></a> | ||
## [0.7.1](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@0.7.0...@hpcc-js/chart@0.7.1) (2018-07-02) | ||
**Note:** Version bump only for package @hpcc-js/chart | ||
<a name="0.7.0"></a> | ||
@@ -8,0 +16,0 @@ # [0.7.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@0.6.0...@hpcc-js/chart@0.7.0) (2018-06-28) |
{ | ||
"name": "@hpcc-js/chart", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "hpcc-js - Viz Chart", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -10,3 +10,3 @@ import { d3SelectionType, InputField } from "@hpcc-js/common"; | ||
private curve; | ||
getScale(): import("../../../node_modules/@types/d3-scale/index").ScaleLinear<number, number>; | ||
private getScale; | ||
layerEnter(host: XYAxis, element: d3SelectionType, duration?: number): void; | ||
@@ -13,0 +13,0 @@ protected _prevPointShape: any; |
4191644