@hpcc-js/api
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.3.0"></a> | ||
# [0.3.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/api@0.2.0...@hpcc-js/api@0.3.0) (2018-06-19) | ||
### Features | ||
* **chart:** Support runtime colour calculations ([18ceed4](https://github.com/hpcc-systems/Visualization/commit/18ceed4)) | ||
<a name="0.2.0"></a> | ||
@@ -8,0 +19,0 @@ # [0.2.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/api@0.1.3...@hpcc-js/api@0.2.0) (2018-06-15) |
{ | ||
"name": "@hpcc-js/api", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "hpcc-js - Viz api", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/common": "^0.5.0" | ||
"@hpcc-js/common": "^0.6.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
"typedoc": "0.7.1", | ||
"typescript": "2.8.3", | ||
"typescript": "2.9.1", | ||
"uglify-es": "3.3.9" | ||
@@ -48,0 +48,0 @@ }, |
@@ -22,3 +22,3 @@ import { Widget } from "@hpcc-js/common"; | ||
}; | ||
tooltipValueFormat: (_?) => string | ITooltip; | ||
tooltipValueFormat: (_?: any) => string | ITooltip; | ||
tooltipSeriesColor: { | ||
@@ -25,0 +25,0 @@ (): string; |
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
422742
2
+ Added@hpcc-js/common@0.6.2(transitive)
+ Added@hpcc-js/util@0.1.14(transitive)
- Removed@hpcc-js/common@0.5.0(transitive)
- Removed@hpcc-js/util@0.0.74(transitive)
Updated@hpcc-js/common@^0.6.0