trackforce-nvd3
Advanced tools
Comparing version 1.8.9 to 1.8.10
{ | ||
"name": "trackforce-nvd3", | ||
"version": "1.8.9", | ||
"version": "1.8.10", | ||
"description": "A reusable charting library written in d3.js", | ||
@@ -11,3 +11,4 @@ "url": "https://github.com/anjmao/nvd3", | ||
"watch": "grunt watch", | ||
"release": "grunt release" | ||
"build:ts": "rm -rf ts-out && tsc", | ||
"release": "yarn build:ts && grunt release" | ||
}, | ||
@@ -14,0 +15,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
nv.models.multiBar = function () { | ||
(<any>nv.models).multiBar = function () { | ||
"use strict"; | ||
@@ -42,3 +42,3 @@ | ||
var x0, y0 //used to store previous scales | ||
, renderWatch = nv.utils.renderWatch(dispatch, duration); | ||
, renderWatch: any = nv.utils.renderWatch(dispatch, duration); | ||
@@ -45,0 +45,0 @@ var last_datalength = 0; |
nv.models.multiBarHorizontal = function () { | ||
(<any>nv.models).multiBarHorizontal = function () { | ||
"use strict"; | ||
@@ -43,3 +43,3 @@ | ||
var x0, y0; //used to store previous scales | ||
var renderWatch = nv.utils.renderWatch(dispatch, duration); | ||
var renderWatch: any = nv.utils.renderWatch(dispatch, duration); | ||
@@ -46,0 +46,0 @@ function chart(selection) { |
@@ -1,3 +0,1 @@ | ||
declare var nv: any; | ||
declare namespace d3 { | ||
@@ -4,0 +2,0 @@ |
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
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
7074673
208
48275