josdejong
|
dd4fbf972c
|
Fixed a naming typo
|
11 years ago |
josdejong
|
73b5d8b3cd
|
Removed border and background options for the frame (should be done using css)
|
11 years ago |
josdejong
|
c099dcb9af
|
Changed color options to an object with properties for border, background, and highlight color.
|
11 years ago |
josdejong
|
4e85624cce
|
Added examples from Graphviz gallery
|
11 years ago |
josdejong
|
7f7e260e9e
|
Renamed line style `arrow` to `arrow-center`, and `arrow-end` to `arrow`.
|
11 years ago |
josdejong
|
e9240960dd
|
Simplified example
|
11 years ago |
josdejong
|
3894f2d72c
|
Added another Graph example
|
11 years ago |
josdejong
|
bbb8e086c9
|
Renamed Graph property style to shape, and text to label
|
11 years ago |
josdejong
|
ed26e58144
|
Implemented DOT support in Graph without need for a separate parse step.
|
11 years ago |
josdejong
|
aaff768118
|
Created an index page for the documentation, added another example
|
11 years ago |
josdejong
|
54696f86ce
|
Added documentation for the Timeline
|
11 years ago |
josdejong
|
287cfa1446
|
Splitted Graph.js into a file for every prototype (Node, Edge, ...)
|
11 years ago |
josdejong
|
1d7de110c0
|
Removed line styles moving-arrow and moving-dot from Graph
|
11 years ago |
josdejong
|
f25d8c5f65
|
Simplified Graph constructor
|
11 years ago |
josdejong
|
ab6e07a180
|
Removed DataTable support from Graph (will be back when vis.DataSet is supported)
|
11 years ago |
josdejong
|
e9f85a6361
|
Imported Graph documentation from former project
|
11 years ago |
josdejong
|
eef61aa4da
|
Initial import of Graph (formerly Network visualization)
|
11 years ago |
josdejong
|
457fb98367
|
Implemented ordering for groups
|
11 years ago |
josdejong
|
309564e367
|
Changed propagation of options in components to a prototype based solution
|
11 years ago |
josdejong
|
74771c66dd
|
Implemented DataView
|
11 years ago |
josdejong
|
dd8aa76b6c
|
GroupSet now neatly handling chances in groups data
|
11 years ago |
josdejong
|
8ac893855c
|
Halfway implementation of groups
|
11 years ago |
josdejong
|
0f86680971
|
Implemented methods show/hide for components
|
11 years ago |
josdejong
|
e0aa8eec53
|
Added HTML data example
|
11 years ago |
josdejong
|
f3d1a63f17
|
Added support for Moment in the DataSet. Neatened the examples.
|
11 years ago |
josdejong
|
58a6831619
|
Some obvious performance improvements
|
11 years ago |
josdejong
|
040e53b2ee
|
Only visible items are rendered now
|
11 years ago |
josdejong
|
08b6ba904e
|
Added an option to force a reflow/repaint instead of kindly request it
|
11 years ago |
josdejong
|
3e4e9313e3
|
Using vis as internal namespace now. All module related stuff is now located on a single place, in module.js
|
11 years ago |
josdejong
|
5c14597bb9
|
Implemented namespacing, closure, and support for require.js
|
11 years ago |
josdejong
|
8a67a9f172
|
Css is now packages in the js file.
|
11 years ago |
josdejong
|
7489ae0ab1
|
Changed build script to generate a single library vis.js in the project root
|
11 years ago |