wimrijnders
8e929e3543
Moved navbar elements in all html documentation files to partial ( #3604 )
* Moved navbar elements in all html documentation files to partial
This consolidates the common menu elements in all documentation files to a partial.
* Moved test-exclamation mark
7 years ago
wimrijnders
e74dc43c0a
Docs: Moved end block in all html documentation files to partial ( #3597 )
* Added partial, tested with some pages
* Docs: Moved end block in all html documentation files to partiel
This rcConsolidatersd common footer in all documentation files to a partial.
I'm hoping this serves as an example for others to isolate more common blocks (the menu would be the perfect candidate). It's straightforward work.
7 years ago
macleodbroad-wf
059f30721d
Fixes Issue #1852 - Correct documentation for graph2d’s moveTo function ( #3306 )
7 years ago
Vx2gas
d0f2a63b91
Added support to supply an end to bar charts to have them scale ( #2760 )
* Added support to supply an X2 to bar charts to have them scale
* Fixed graph2d stacking issue. It no longer takes into account hidden items
* Changed x2 to end per recommendation and added this to the docs
7 years ago
Uli Fahrer
9692d0df49
Fix error on click for graph2D when no data is provided ( #2472 )
8 years ago
Brad Hards
a70edfb1b9
Minor documentation cleanup.
8 years ago
jos
448734ceb9
Fixed #1683 : implemented `currentTimeTick` event
8 years ago
jos
014645d154
Fixed #1630 : fixed docs of `getItemRange` and `getDataRange` in docs
8 years ago
Ludo Stellingwerff
f462072d46
Fixed #1592 : Emit a "changed" event after each redraw. Made "change" event private (by prefixing _).
8 years ago
Ludo Stellingwerff
b6b3807c51
Fixed #1017 : Allow overriding of the minWidth of bars while zooming out. Fix the variable month width bug. Update documentation to better describe the current behavior.
8 years ago
Ludo Stellingwerff
257d876e14
-Fix default axis formatting function. Fixes #1557 .
-Keep single defaults location
-Update documentation on formatting function.
8 years ago
Ludo Stellingwerff
81c5730add
-Move icon rendering code to their specific subclass.
-Draw points in bar icon if appropriate
-Introduce point icon
-Cleanups
9 years ago
Ludo Stellingwerff
bfa68bb54e
Update the documentation to reflect the new stacking options.
9 years ago
Ludo Stellingwerff
a44e88ef6d
Introducing group based shading
Separate shading from line drawing (fixes drawing order)
Cleanup of draw code
Fix icon-shading CSS override
9 years ago
jos
6453cd0d62
Fixed #1449 , #1393 : text of minor grids sometimes not being drawn. Implemented option `maxMinorChars` to customize the width of the grids.
9 years ago
Ludo Stellingwerff
22b09d2197
Add shading example.
9 years ago
Ludo Stellingwerff
7c5ca074bb
Update documentation for new Shaded option.
Removed some old incorrect texts.
9 years ago
jos
d882fae44d
Removed the removed options `showMinorLines` and `showMajorLines` from the docs.
9 years ago
littleguga
9169559f79
Fixed groups.visible Description
9 years ago
Uli Fahrer
038e78653b
fix broken links
9 years ago
unknown
9b6590e74d
Introduced the Graph2d group option 'excludeFromLegend'.
9 years ago
jos
a9ca766af7
Fixed #24 : Implemented support for time zones (see examples/timeline/other/timezone.html)
9 years ago
jos
fd6b70c1cb
Mentioned 2 way data binding of DataSet in the Data Format sections in the docs (see #1099 )
9 years ago
Alex de Mulder
a85d04683b
added live update for search
9 years ago
Martin Fischer
d881052df3
added zoomKey option to Graph2d, added missing docs
9 years ago
Felix Hayashi
be603b01dd
yay! new search for visjs.org
see #909
9 years ago
Felix Hayashi
fe9086b38e
added breadcrumbs to all pages
9 years ago
Manuel Schallar
51e2135f53
Fixed multiple paths to examples
9 years ago
Manuel Schallar
35e8e15a17
Updated graph2d docs for drawPoints & drawPoints.onRender
9 years ago
Alex de Mulder
378c2e44d5
removed clear() from graph2d docs
9 years ago
Alex de Mulder
04aea9e37a
Made graph2d robust against strings for y values.
9 years ago
Alex de Mulder
633e689d90
updated docs
9 years ago
jos
d6216bb6e5
Removed menu item Documentation
9 years ago
jos
c131c084cc
Refactored table columns "mid"
9 years ago
jos
146ba57d28
Documented `configure` for Timeline and Graph2d. Some minor fixes in the options.
9 years ago
jos
350f05090f
Doc styling tweaks
9 years ago
jos
4b47dc54b9
Created a folder docs/old where we will move all old docs (will remove this folder when docs are done)
9 years ago
Alex de Mulder
ccbdd46cc4
fixed bounding box bug, added function filter to configuration system
9 years ago
Alex de Mulder
cc3e12ad66
added another solver based on barnesHut but with some of the forceAtlas2 equations
9 years ago
Alex de Mulder
b9ff0eb827
added validator to graph2d, maybe also put it in groups?
9 years ago
Alex de Mulder
20ef9a15f9
made new graph2d docs, fixed graph2d examples, updated graph2d options
9 years ago
Alex de Mulder
81ea2b1f4a
added google analytics
9 years ago
jos
fd15b369ff
Added missing docs on `hiddenDates` for Graph2d (see #695 )
9 years ago
jos
76f30e74e4
Updated docs
9 years ago
jos
0fcae5c2c9
Graph2d: Implemented events `click`, `doubleClick`, and `contextMenu`. Implemented method `getEventProperties(event)`.
9 years ago
jos
f29176bcac
Fixed #665 , fixed #149 : Implemented orientation option `'both'`, displaying a time axis both on top and bottom.
9 years ago
Alex de Mulder
ca85e86be2
merged #635 , thanks @tobeee !
9 years ago
jos
6c6af85c55
Fixed #590 : implemented options to set a fixed scale
9 years ago
Alex de Mulder
52cd648dea
reverted showMinor/MajorLines options
9 years ago
Alex de Mulder
cac743a3d3
- added show major/minor lines options to dataAxis and timeline
10 years ago