@hpcc-js/chart
Advanced tools
Comparing version 0.5.2 to 0.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.6.0"></a> | ||
# [0.6.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@0.5.2...@hpcc-js/chart@0.6.0) (2018-06-22) | ||
### Features | ||
* **HexBin:** Add selection support ([c5591c3](https://github.com/hpcc-systems/Visualization/commit/c5591c3)) | ||
<a name="0.5.2"></a> | ||
@@ -8,0 +19,0 @@ ## [0.5.2](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@0.5.1...@hpcc-js/chart@0.5.2) (2018-06-20) |
{ | ||
"name": "@hpcc-js/chart", | ||
"version": "0.5.2", | ||
"version": "0.6.0", | ||
"description": "hpcc-js - Viz Chart", | ||
@@ -28,4 +28,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/api": "^0.3.2", | ||
"@hpcc-js/common": "^0.6.2", | ||
"@hpcc-js/api": "^0.4.0", | ||
"@hpcc-js/common": "^0.7.0", | ||
"@hpcc-js/util": "^0.1.1" | ||
@@ -32,0 +32,0 @@ }, |
@@ -12,2 +12,4 @@ import { InputField } from "@hpcc-js/common"; | ||
exit(_domNode: any, _element: any): void; | ||
click(row: object[], column: any, selected: any): void; | ||
dblclick(row: object[], column: any, selected: any): void; | ||
paletteID: { | ||
@@ -14,0 +16,0 @@ (): string; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4172977
28030
+ Added@hpcc-js/api@0.4.13(transitive)
+ Added@hpcc-js/common@0.7.10.9.4(transitive)
+ Addedd3-color@1.2.0(transitive)
+ Addedd3-dispatch@1.0.6(transitive)
+ Addedd3-ease@1.0.7(transitive)
+ Addedd3-format@1.3.0(transitive)
+ Addedd3-interpolate@1.4.0(transitive)
+ Addedd3-selection@1.1.0(transitive)
+ Addedd3-timer@1.0.10(transitive)
+ Addedd3-transition@1.1.0(transitive)
+ Addedtslib@1.9.0(transitive)
- Removed@hpcc-js/api@0.3.2(transitive)
- Removed@hpcc-js/common@0.6.2(transitive)
Updated@hpcc-js/api@^0.4.0
Updated@hpcc-js/common@^0.7.0