Alex de Mulder
e05e8b9988
fixed infinite loop when clearing dataset
10 years ago
Alex de Mulder
e5481cdb04
- dragEnd event now does not give the selected nodes if only the viewport has been dragged #453
10 years ago
Alex de Mulder
6d20187feb
added alignZeros
10 years ago
Alex de Mulder
411b08abd6
- Added a finishedRedraw event.
10 years ago
Alex de Mulder
fed1e4e185
reverting example
10 years ago
Alex de Mulder
5a023f8077
reverted example
10 years ago
Alex de Mulder
37c80b1931
- Added pointer properties to the click and the doubleClick events containing the XY coordinates in DOM and canvas space.
10 years ago
Alex de Mulder
6a93703749
modularized graph2d draw styles, added point style.
10 years ago
jos
24fb196d3c
Added new examples to index.html
10 years ago
Alex de Mulder
7c23ffa3c1
fixed clean up of icons, titles, fixed some style issues, typos
10 years ago
Alex de Mulder
7ce3f418e4
Fixed moving legend when postioned on the bottom and vertical dragging
10 years ago
Alex de Mulder
ca29945fed
Added new verticalDrag event for internal use, allowing the vertical scrolling of the grid lines on drag.
10 years ago
Alex de Mulder
aac382fc1c
fixed arrowheads not being colored
10 years ago
Chris Jackson
e7b9197163
Update demo.
10 years ago
Chris Jackson
4e6c5a51af
Add style option for data points.
Note that this ought to be renamed to be consistent with other style options but currently 'style' is used to define the shape of the point.
10 years ago
Chris Jackson
e9cd838493
Update examples
10 years ago
Chris Jackson
ab76d35203
Update demo
10 years ago
Chris Jackson
846e2b32d4
Catch case where title is undefined
10 years ago
Chris Jackson
f82b32c0cf
Add style option for axis titles.
10 years ago
Chris Jackson
42c022437d
Tidy up example
10 years ago
Chris Jackson
1636e3717f
Add 'title' option to display a title on the left or right axes.
This is primarily designed for the graph2d line graph.
10 years ago
jos
8fba071432
Fixed a regular expression
10 years ago
Alex de Mulder
8527e25c6d
fixed subgroups and added sorting
10 years ago
Alex de Mulder
5cd6a2c9a2
fixed all problems with hiddenDates
10 years ago
Alex de Mulder
d35dbef594
fixed all problems with hiddenDates EXCEPT moment on firefox
10 years ago
Alex de Mulder
ec8b53d938
fixed uneven spacing of hidden dates
10 years ago
jos
00328965e7
Background areas can now be draw in a specific group or spread over the whole Timeline.
10 years ago
jos
c198bcd17b
Cleaned up example 29
10 years ago
Alex de Mulder
a12e44dc14
updated subgroups to have specific indexes for sorting later on
10 years ago
Alex de Mulder
704755a29e
updated and improved API for hidden dates with the repeat argument
10 years ago
Alex de Mulder
f6a1a252ed
updated background item for better subgroup alignment. Fixed dragging items with hiddenDates
10 years ago
jos
394fd73851
Added new examples to the index page
10 years ago
Alex de Mulder
c35261eb9e
cleaned up subgroups, removed magic numbers, added example, works for top and bottom orientations.
10 years ago
Alex de Mulder
8baad7a749
finalized hiddenDates, fixed tablet support. Cleaned up code, set 4 pixel threshold for performance.
10 years ago
Alex de Mulder
5eac1cf625
Docs and history for hiddenDates
10 years ago
Alex de Mulder
3c8df26e41
fully working hiddenDates! woohoo!
10 years ago
Alex de Mulder
95f7586248
almost working hiddenDates, generic and specific. Only start times now
10 years ago
Alex de Mulder
af5af63558
working arrays to hide, fixed zoom, fixed pinch, made seperate volatile object for dynamic date support.
10 years ago
Alex de Mulder
db06332925
initial hiding of times, currently only one time is allowed
10 years ago
fabriziofortino
47e3d25dce
graph3d: added custom ticks label support for z axis
10 years ago
fabriziofortino
fd5eede1f7
graph3d: added support for custom axis ticks labels
10 years ago
Alex de Mulder
551da77113
updated docs and examples with new constructors.
10 years ago
Dan Turkenkopf
99ad76972d
Update examples to include all_data_attributes
10 years ago
Alex de Mulder
ea78ec883c
added startStabilization event
10 years ago
Alex de Mulder
939f8f85da
- Renamed storePosition to storePositions. Added deprication message and old name still works.
- Worked around hammer.js bug with multiple release listeners.
- Improved cleaning up after manipulation toolbar.
- Added getPositions() method to get the position of all nodes.
- Added getCenterCoordinates() method to get the x and y position in canvas space of the center of the view.
10 years ago
Alex de Mulder
b994f42e37
- tweaked add edge manipulation
10 years ago
jos
6b61e95bf2
Changed to `moment().add(value, unit)` notation
10 years ago
Alex de Mulder
fe9383bb3d
fixed dataAxis not showing large numbers correctly #313
10 years ago
Alex de Mulder
4fa0b995bc
updated the fixed property of Nodes. You can now always unfix it with allowedToMove #303
10 years ago
Alex de Mulder
c2866fb50c
- Fixed minor bug in positioning of fontFill of nodes with certain shapes.
10 years ago