Alexander Wunschik
884b75ee43
Babel update ( #2513 )
* move all babel options to .babelrc file
* updated babel-loader
7 years ago
Alexander Wunschik
fb8e81c574
Revert "Don't pass non-string values to Date.parse" ( #2512 )
7 years ago
Jim O'Brien
9d76f9888b
Don't pass non-string values to Date.parse ( #2491 )
Fixes: https://github.com/almende/vis/issues/2490
7 years ago
easleydp
3b27f47995
Fix YUI Compressor incompatibilities and in so doing improve general JavaScript correctness ( #2452 )
7 years ago
Alexander Wunschik
9c96927d7d
removed merge-stream
8 years ago
Alexander Wunschik
6c637c4ec1
generate details source maps of webpack modules
8 years ago
Alexander Wunschik
6afe0f1845
timeline: use css style instead of delete image ( #2034 )
8 years ago
Alexander Wunschik
bb549ea880
generate individual css files for network and timeline ( #1970 )
* generate individual css files; fixes #1969
* simplified css bundleing
* add new generated dist-css files
* use chart specific css files in the examples
8 years ago
Alexander Wunschik
1f6935eb24
updated deprecated dependencies ( #1953 )
* replaced deprecated gulp-minify-css with gulp-clean-css
* updated mocha
8 years ago
jos
ef9ec3f61d
Created bundles for individual visualizations: `vis-graph3d.min.js`,
`vis-network.min.js`, and `vis-timeline-graph2d.min.js`
8 years ago
jos
1c7d5ebe5d
Upgraded to babel v6
8 years ago
Alex de Mulder
2977dfd565
- Improved the hierarchical layout algorithm by adding a condensing method to remove whitespace.
8 years ago
Marlos Dantas
c32a986af6
Fix "sources" relative location in sourcemap file
Signed-off-by: Marlos Dantas <dantas_marlos@apple.com>
9 years ago
Alex de Mulder
22bc5e0380
added popup to configurator to explain the behaviour
9 years ago
jos
d9a6b418ff
Output error.toString() in gulpfile
9 years ago
jos
0585fc4d34
Fixed delete button not being visible
9 years ago
Alex de Mulder
7919d58c84
added clustering documentation, updated clustering to 4.0, bug fixing
9 years ago
jos
3ddd43adba
Fixed outputting errors from webpack/babel-loader
9 years ago
jos
ef470ff0a6
Beep on error
9 years ago
jos
e881a78462
replaced `6to5` with `babel`, letting webpack output errors, minor fix
9 years ago
Alex de Mulder
9c324697dd
added color picker
9 years ago
Alex de Mulder
681f48eefe
basic outline for system settings exists
9 years ago
jos
85a4982487
Fixed #626 : added class name 'network-tooltip' to the tooltip, allowing custom styling.
9 years ago
jos
7114d5ccc9
Added es5 to es6 transpilation step to the build script, so now we can use ES6 :)
9 years ago
jos
cebb52d516
Fixed #448 : added some styles to prevent conflicts with bootstrap css styles
10 years ago
jos
0ed4309697
Add a newline to the minified vis.min.js file to prevent issues when concatenating downstream (see #447 )
10 years ago
jos
0808f0a891
Implemented option `activatable` for Timeline and Graph2d
10 years ago
jos
f6a9660239
Removed the light version of vis.js, added documentation on custom builds
10 years ago
jos
cbdbdc3ce6
Excluded moment.js language files by from the default vis.js bundle
10 years ago
jos
c8e8691d68
Added vis-light bundle
10 years ago
jos
434a67a5fb
Some minor improvements to the build script
10 years ago
jos
951dd61b3a
Added scripts to package.json. Fixed watching for css changes too.
10 years ago
jos
72dfc0c45f
Reworked all code to commonjs modules. Replaced the build script with Gulp
10 years ago