@hpcc-js/chart
Advanced tools
Comparing version 0.0.27 to 0.0.29
@@ -77,3 +77,4 @@ import { INDChart } from "@hpcc-js/api"; | ||
MultiChart.prototype._anyChartTypes = [ | ||
{ id: "TABLE", display: "Table", widgetClass: "other_Table" }, | ||
{ id: "TABLE", display: "Table", widgetClass: "dgrid_Table" }, | ||
{ id: "TABLE_LEGACY", display: "Table (legacy)", widgetClass: "other_Table" }, | ||
{ id: "TABLE_NESTED", display: "Nested Table", widgetClass: "other_NestedTable" }, | ||
@@ -80,0 +81,0 @@ { id: "TABLE_CALENDAR", display: "Table driven Calendar Heat Map", widgetClass: "other_CalendarHeatMap" }, |
@@ -89,3 +89,4 @@ (function (factory) { | ||
MultiChart.prototype._anyChartTypes = [ | ||
{ id: "TABLE", display: "Table", widgetClass: "other_Table" }, | ||
{ id: "TABLE", display: "Table", widgetClass: "dgrid_Table" }, | ||
{ id: "TABLE_LEGACY", display: "Table (legacy)", widgetClass: "other_Table" }, | ||
{ id: "TABLE_NESTED", display: "Nested Table", widgetClass: "other_NestedTable" }, | ||
@@ -92,0 +93,0 @@ { id: "TABLE_CALENDAR", display: "Table driven Calendar Heat Map", widgetClass: "other_CalendarHeatMap" }, |
{ | ||
"name": "@hpcc-js/chart", | ||
"version": "0.0.27", | ||
"version": "0.0.29", | ||
"description": "hpcc-js - Viz Chart", | ||
@@ -14,9 +14,11 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"clean": "rimraf lib* && rimraf dist*", | ||
"build": "tsc", | ||
"clean": "rimraf lib* && rimraf dist*", | ||
"build-es6": "tsc --module es6 --outDir ./lib-es6", | ||
"bundle": "node ./node_modules/@hpcc-js/bundle/lib/rollup", | ||
"docs": "typedoc --options tdoptions.json ." | ||
}, | ||
"dependencies": { | ||
"@hpcc-js/api": "^0.0.27", | ||
"@hpcc-js/common": "^0.0.27", | ||
"@hpcc-js/api": "^0.0.29", | ||
"@hpcc-js/common": "^0.0.29", | ||
"@hpcc-js/d3-bullet": "^1.0.2", | ||
@@ -35,2 +37,3 @@ "d3-axis": "^1.0.8", | ||
"devDependencies": { | ||
"@hpcc-js/bundle": "^0.0.3", | ||
"rimraf": "^2.6.1", | ||
@@ -37,0 +40,0 @@ "typedoc": "^0.7.1", |
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
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2013260
4
107
13648
2
2
+ Added@hpcc-js/api@0.0.29(transitive)
+ Added@hpcc-js/common@0.0.29(transitive)
- Removed@hpcc-js/api@0.0.27(transitive)
- Removed@hpcc-js/common@0.0.27(transitive)
Updated@hpcc-js/api@^0.0.29
Updated@hpcc-js/common@^0.0.29