feat(dashed lines): Implementing dashed lines

Adding support for dashed lines using jquery.flot.dashes.js
This commit is contained in:
smalik
2016-07-01 13:16:49 -04:00
committed by Daniel Lee
parent 9e13c93379
commit 1a3bc60e69
11 changed files with 309 additions and 4 deletions

View File

@@ -50,6 +50,9 @@
"lines": true,
"fill": 1,
"linewidth": 1,
"dashes": false,
"dashLength": 10,
"spaceLength": 10,
"points": false,
"pointradius": 5,
"bars": false,