Alex de Mulder
|
ec8b53d938
|
fixed uneven spacing of hidden dates
|
10 years ago |
Alex de Mulder
|
808c979e25
|
fixed breaking the timeline :)
|
10 years ago |
Alex de Mulder
|
0803da355c
|
fixed snapping of minimum steps with hidden dates
|
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 |
Julian Kennedy
|
31ebe7514f
|
- timeline axis using minor measure element to calculate size of major
axis label
|
10 years ago |
jos
|
26ca73dff5
|
Implemented localization in Timeline and Graph2d
|
10 years ago |
jos
|
72dfc0c45f
|
Reworked all code to commonjs modules. Replaced the build script with Gulp
|
10 years ago |
jos
|
f0a5b12593
|
Moved source code from `/src/` to `/lib/`
|
10 years ago |
jos
|
ebb8626513
|
Halfway implementing Timeline.destroy
|
10 years ago |
jos
|
610702f21e
|
Removed all usage of style.bottom
|
10 years ago |
jos
|
e232f81dc0
|
Renamed body.props to body.domProps
|
10 years ago |
jos
|
f672f7b583
|
Reworked options and setOptions
|
10 years ago |
jos
|
4ac1d3abcc
|
Moved utility functions `toScreen`, `toTime`, and `snap` from `options` to `body.util`
|
10 years ago |
jos
|
43912f5d9b
|
Renamed parameter `timeline` to `body`, passing an explicit `body` Object to all component constructors now
|
10 years ago |
jos
|
0f45b7a2f1
|
Removed double function naming
|
10 years ago |
jos
|
a5025b9673
|
Renamed all functions `repaint` to `redraw`
|
10 years ago |
jos
|
0bb71fd374
|
A fix in the height of the vertical grid lines
|
10 years ago |
jos
|
9f2eee8af9
|
CurrentTime and CustomTime working again
|
10 years ago |
jos
|
9eb056d1cf
|
Moved grid lines of TimeAxis to the background panel
|
10 years ago |
jos
|
7a10407c27
|
Timeline repaints when orientation is changed
|
10 years ago |
jos
|
17fc182f5b
|
TimeAxis starting to work again
|
10 years ago |
jos
|
c46919d72b
|
Partly fixed #109: Axis scale and step size of a second Timeline are wrongly calculated due to miscalculation of the size of a character.
|
10 years ago |
Alex de Mulder
|
ec5b7e2397
|
updated linegraph, axis style complete
|
10 years ago |
jos
|
84f58cef34
|
Fixed #116 and #138: bug when rendering the Timeline inside a hidden container.
|
10 years ago |
jos
|
0bec54d13a
|
Fixes in updates from DataSets
|
10 years ago |
jos
|
4ab1d08876
|
Moved the dots and vertical lines of box items to a separate panel
|
10 years ago |
josdejong
|
70e0723aa4
|
Components are now controlled by their parents (GroupSet is currently broken)
|
10 years ago |
josdejong
|
7899d6dab4
|
repaint functions now return a `resized` variable used to determine whether another repaint is needed to settle
|
10 years ago |
josdejong
|
edf592c936
|
Some fixes in positioning of major and minor labels/gridlines
|
10 years ago |
josdejong
|
a042d86783
|
ItemSets in GroupSet are now relative positioned
|
10 years ago |
josdejong
|
a462d04f34
|
TimeAxis works again
|
10 years ago |
josdejong
|
27f9b20a28
|
Started reworking component/panel architecture
|
10 years ago |
josdejong
|
c886c6d66b
|
Removed reflow step from Panel, RootPanel, and ContentPanel
|
10 years ago |
josdejong
|
8c16dad1ca
|
Simplified TimeAxis
|
10 years ago |
josdejong
|
b5085d9703
|
Implemented snapping of items when dragging them
|
10 years ago |
josdejong
|
7e6810955d
|
Switched to 2-space indentation
|
10 years ago |
josdejong
|
f027e70f1f
|
Implemented pinching (not yet stable on chrome mobile)
|
11 years ago |
josdejong
|
6c085b1cce
|
Added a test example for groups. Added ContentPanel (not yet in use)
|
11 years ago |
josdejong
|
5ac671af79
|
Some fixes in positioning of groups
|
11 years ago |
josdejong
|
15a4ac5265
|
Fixed #6: options `min` and `max` are broken.
|
11 years ago |
josdejong
|
8643fdcc91
|
Renamed DataSet option fieldTypes to convert, and renamed util.cast to util.convert
|
11 years ago |
josdejong
|
1ecb550d59
|
Moved the source files around
|
11 years ago |
josdejong
|
4eed201768
|
Renamed source files to match the name of the containing prototype
|
11 years ago |
josdejong
|
a06814d7f1
|
Some more decoupling of components options
|
11 years ago |
josdejong
|
309564e367
|
Changed propagation of options in components to a prototype based solution
|
11 years ago |
josdejong
|
293e54a724
|
Fixed not cleaned up elements in timeaxis
|
11 years ago |
josdejong
|
c5d7a9a9a5
|
Isolated the local classes in a single namespace (using commonjs for referring local classes does not work that handy)
|
11 years ago |
josdejong
|
6590e2cd2e
|
Applied node style dependency management, using browserify now to bundle the code
|
11 years ago |