This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
rebuilt, fixed small bug in points
flowchartTest
Alex de Mulder
9 years ago
parent
560c0f4a73
commit
d49c27d1d0
3 changed files
with
375 additions
and
297 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.gitignore
+372
-294
dist/vis.js
+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
;
Write
Preview
Loading…
Cancel
Save