Skip to content

Commit

Permalink
0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leungwensen committed Feb 14, 2019
1 parent 8082d4f commit 55526ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/data-set",
"version": "0.10.1",
"version": "0.10.2",
"description": "data set with state management",
"main": "build/data-set.js",
"browser": "build/data-set.js",
Expand Down
2 changes: 1 addition & 1 deletion src/util/get-series-values.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

module.exports = (extent, bw) => {
let bandwidth = bw || 1;
const bandwidth = bw || 1;
const [ min, max ] = extent;
const values = [];
let tmp = min;
Expand Down

0 comments on commit 55526ac

Please sign in to comment.