Add chart.getMarkerType API
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -24,13 +24,13 @@ |
"async-buffer": "3.0.0" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-concat": "~0.5.0", | ||
"grunt-contrib-cssmin": "^0.10.0", | ||
"grunt-contrib-jasmine": "~0.8.0", | ||
"grunt-contrib-jshint": "~0.10.0", | ||
"grunt-contrib-uglify": "~0.4.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"load-grunt-tasks": "~0.2.0" | ||
"grunt": "1.0.1", | ||
"grunt-contrib-concat": "1.0.1", | ||
"grunt-contrib-cssmin": "1.0.1", | ||
"grunt-contrib-jasmine": "1.0.3", | ||
"grunt-contrib-jshint": "1.0.0", | ||
"grunt-contrib-uglify": "1.0.1", | ||
"grunt-contrib-watch": "1.0.0", | ||
"load-grunt-tasks": "3.5.0" | ||
} | ||
} |
Please
register
or
sign in
to comment