Uli Fahrer
1393eeece0
Fixed #2458 : Allow graph2D options to be undefined ( #2634 )
7 years ago
Alexander Wunschik
890c3f83a6
fix(graph2d): fix #2500 for graph2d ( #2581 )
* fix(graph2d): fix #2500 for graph2d; improves #2580
* fix(DataSet): make sure the right id-type is used internaly
This fixes a fixed strange string-number conversion issue.
It can happen that id "0" !== 0 what causes #2580 .
fixes #2580
7 years ago
Alexander Wunschik
1eb05e52fa
readded throttleRedraw ( #2514 )
* readded depricated option throttleRedraw; fixes #2511
* added doc style for depricated options
7 years ago
easleydp
3b27f47995
Fix YUI Compressor incompatibilities and in so doing improve general JavaScript correctness ( #2452 )
7 years ago
Greg Kubisa
ff3948f85c
Use requestAnimationFrame to throttle redraws
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
4c721d4cfb
Remove non-implemented option again.
9 years ago
Ludo Stellingwerff
5249806fbd
Introducing a zindex option to control the svg render order.
Provide the DataView.map() method similar to the DataSet one.
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
77112d8334
Fixed configureOptions for new option `maxMinorChars`
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
050bb4258d
Introduce "zero" shade orientation.
9 years ago
jos
d7124f9df3
Fixed #1249 : option `hiddenDates` not accepting a single hidden date
9 years ago
jos
05a6021395
Fixed an error in the configurator option `throttleRedraw`
9 years ago
jos
d9223685e2
Implemented redraw throttling for Timeline
9 years ago
jos
a9ca766af7
Fixed #24 : Implemented support for time zones (see examples/timeline/other/timezone.html)
9 years ago
Martin Fischer
d881052df3
added zoomKey option to Graph2d, added missing docs
9 years ago
Manuel Schallar
71f875f8fd
added onRender as a drawPoints property and as a function on the object itself
9 years ago
jos
ecb525c7a8
Improved locales validation again
9 years ago
jos
4178e4c943
Fixed #950 : option `locales` broken in `Timeline`, `Graph2d`, and `Network`
9 years ago
jos
3e9ccebf27
Fixed #897 : Timeline option `{snap: null}` did give a validation error
9 years ago
jos
37f93c810b
Disable `yAxisOrientation` in configurator. (isn't stable)
9 years ago
jos
146ba57d28
Documented `configure` for Timeline and Graph2d. Some minor fixes in the options.
9 years ago
jos
176742b33f
Implemented configurator for Graph2d. Fixed Configurator displaying nothing when `filter: true`.
9 years ago
Alex de Mulder
b9ff0eb827
added validator to graph2d, maybe also put it in groups?
9 years ago