Ludo Stellingwerff
a44e88ef6d
Introducing group based shading
Separate shading from line drawing (fixes drawing order)
Cleanup of draw code
Fix icon-shading CSS override
před 10 roky
jos
2f1ff1b9d2
Fixed #1470 : broken url in docs
před 10 roky
jos
5f0755a373
Fixed #1437 : Restored `data` property of the update event of DataSet.
před 10 roky
jos
6453cd0d62
Fixed #1449 , #1393 : text of minor grids sometimes not being drawn. Implemented option `maxMinorChars` to customize the width of the grids.
před 10 roky
Ludo Stellingwerff
22b09d2197
Add shading example.
před 10 roky
Ludo Stellingwerff
7c5ca074bb
Update documentation for new Shaded option.
Removed some old incorrect texts.
před 10 roky
Maxime Douailin
998bfac3f7
make edges and nodes parameters optional. dead vars removal
před 10 roky
jos
28e2711e74
Updated history and docs
před 10 roky
Liuqing Chen
5009adca92
Rename timeline option 'allDraggable' to 'itemsAlwaysDraggable' and update documentation
před 10 roky
Maxime Douailin
572cafb1da
updated doc with new setSelection method
před 10 roky
Luís Bianchin
0a0e2e2d49
Fix the example link in timeline docs
před 10 roky
jos
dc7fdaa67b
Updated docs on DataSet.get() and DataView.get(). See #1401
před 10 roky
Martin Fischer
4b414646fa
renamed option from multiselectFiltersGroup to multiselectPerGroup,
added docs
před 10 roky
jos
d882fae44d
Removed the removed options `showMinorLines` and `showMajorLines` from the docs.
před 10 roky
Alex de Mulder
11318647fe
added images with borders and updated the manipulation css
před 10 roky
Alex de Mulder
9781185fcb
updated docs
před 10 roky
Arno Barzan
3f03ceb9dc
Added possibility to change (or hide) the title of a CustomTime element.
před 10 roky
jos
d97bb0db68
Fixed #1267 : wrong description for `clickToUse`
před 10 roky
jos
5532a88a0d
Fixed wrongly positioned row in docs
před 10 roky
littleguga
9169559f79
Fixed groups.visible Description
před 10 roky
Uli Fahrer
038e78653b
fix broken links
před 10 roky
Uli Fahrer
0a82942401
Add German locale to network
před 10 roky
jos
10e1ca3114
More explanation for `groupOrder`, see #1241
před 10 roky
Aitor Gómez-Goiri
01e5763b0c
Updating documentation to mention Spanish locale
před 10 roky
unknown
9b6590e74d
Introduced the Graph2d group option 'excludeFromLegend'.
před 10 roky
Alex de Mulder
64c1995d81
added public ready versions of kamadakawai and adaptive layout, clustering bugfixes and reactive network.
před 10 roky
vukk
c0a0a2a085
Fixes documentation for group option of node.
před 10 roky
JonathanGeoffroy
cc4b5739e8
docs: the function's name was wrong
před 10 roky
jos
d9223685e2
Implemented redraw throttling for Timeline
před 10 roky
JonathanGeoffroy
e8a2cc869c
docs: fix a typo (selcted -> selected)
Also remove useless closing tags.
před 10 roky
Martin Fischer
6804cb5595
changed docs for groupDragging
před 10 roky
Martin Fischer
584f266414
removed updating the groups in groupOrderSwap, started docs
před 10 roky
Alex de Mulder
700e735336
added cubic bezier curves.
před 10 roky
Alex de Mulder
50235111e6
added moveNode method
před 10 roky
AlexDM0
6f665f42d0
fixed doc links
před 10 roky
Alex de Mulder
9966d534cb
- Added #936 , useImageSize for images and circularImages
před 10 roky
Alex de Mulder
469b3b9ee2
- Added #931 , borderRadius in shapeProperties for the box shape.
před 10 roky
jos
a9ca766af7
Fixed #24 : Implemented support for time zones (see examples/timeline/other/timezone.html)
před 10 roky
jos
fd6b70c1cb
Mentioned 2 way data binding of DataSet in the Data Format sections in the docs (see #1099 )
před 10 roky
Alex de Mulder
c507a590be
made all search go buttons a live search instead of submit
před 10 roky
Alex de Mulder
f7d1b46753
added configChange event
před 10 roky
Alex de Mulder
5c411a9366
polising the network docs a little
před 10 roky
Alex de Mulder
5f46591919
unfolded tabs
před 10 roky
Alex de Mulder
b0ca320b8c
bit more hacking to make search blazingly fast :)
před 10 roky
Alex de Mulder
a85d04683b
added live update for search
před 10 roky
Martin Fischer
d881052df3
added zoomKey option to Graph2d, added missing docs
před 10 roky
Felix Hayashi
be603b01dd
yay! new search for visjs.org
see #909
před 10 roky
Martin Fischer
11c820a2ab
added zoomKey to apply zooming only when a specific key is down
před 10 roky
Zuko Mgwili
27a875a690
Corrected the shapeProperties.borderDashes property type description
Changed shapeProperties.borderDashes type description from "Object or Boolean" to Array or Boolean".
Merged circularImageWithDashedBorder example into shapesWithDashedBorders example.
Added enableBorderDashes and disableBorderDashes function calls to Database.js, Ellipse.js and Box.js, to enable/disable dashed borders.
před 10 roky
Zuko Mgwili
6c502fb0e1
Added a shapeProperties object allowing configuration of shapes.
Replaced dashes property in options.js with a shapeProperties object containing a borderDashes property.
Replaced dashes property in defaultOptions in NodesHandler.js with shapeProperties object having its borderDashes property set to false.
Created implementations of enableBorderDashes and disableBorderDashes functions in NodeBase.js
Updated CircleImageBase to use enableBorderDashes and disableBorderDashes for enabling/disabling dashed borders.
Added to ShapeBase enableBorderDashes and disableBorderDashes calls to allow all shapes that have borders to have the dashed borders feature.
Updated example demonstrating how to apply the dashed border to a circularImage node
Created example demonstrating how to apply the dashed border to a all shapes that support dashed borders.
Updated documentation explaining the usage of the shapeProperties.
před 10 roky