jquery-flot-dashedlines
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,2 @@ | ||
// @ts-check | ||
(function ($) { | ||
@@ -18,2 +19,5 @@ /** | ||
/** | ||
* @param {jquery.flot.plotOptions} plot | ||
*/ | ||
function init(plot) { | ||
@@ -37,6 +41,6 @@ plot.hooks.drawSeries.push(function (plot, ctx, series) { | ||
}, | ||
name: 'dashes', | ||
version: '1.0' | ||
name: 'jquery-flot-dashedlines', | ||
version: '1.1.0' | ||
}); | ||
})(jQuery); |
{ | ||
"name": "jquery-flot-dashedlines", | ||
"main": "jquery.flot.dashedlines.js", | ||
"version": "1.0.0", | ||
"types": "index.d.ts", | ||
"version": "1.1.0", | ||
"homepage": "https://github.com/lukaw3d/jquery.flot.dashedlines", | ||
@@ -16,3 +17,7 @@ "authors": [ | ||
], | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/flot": "^0.0.32", | ||
"flot": "^4.2.2" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
# jquery.flot.dashedlines | ||
# jquery-flot-dashedlines | ||
Simple dashed lines plugin for http://www.flotcharts.org/ | ||
Simple dashed lines plugin for https://www.flotcharts.org/ | ||
@@ -5,0 +5,0 @@ Usage: |
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
3315
6
71
2