Browse Source

rebuilt, fixed small bug in points

flowchartTest
Alex de Mulder 9 years ago
parent
commit
d49c27d1d0
3 changed files with 375 additions and 297 deletions
  1. +2
    -2
      .gitignore
  2. +372
    -294
      dist/vis.js
  3. +1
    -1
      lib/timeline/component/graph2d_types/points.js

+ 2
- 2
.gitignore View File

@ -3,9 +3,9 @@
*.iml
node_modules
.project
.settings
.settings/
npm-debug.log
# vim temporary files
.*.sw[op]
test
test/

+ 372
- 294
dist/vis.js
File diff suppressed because it is too large
View File


+ 1
- 1
lib/timeline/component/graph2d_types/points.js View File

@ -69,7 +69,7 @@ Points.draw = function (dataset, group, framework, offset) {
return callback;
}
};
};
module.exports = Points;

Loading…
Cancel
Save