31 Commits (dadadba0e97d2ba6a73478718658553df41978c6)

Author SHA1 Message Date
  jos 6453cd0d62 Fixed #1449, #1393: text of minor grids sometimes not being drawn. Implemented option `maxMinorChars` to customize the width of the grids. 8 years ago
  jos a9ca766af7 Fixed #24: Implemented support for time zones (see examples/timeline/other/timezone.html) 9 years ago
  jos 2ce1f12e3f Fixed #1076: hiding remainder grid line at the end of a month 9 years ago
  jos b175068b2a Fixed #1076: Fixed possible overlap of minor labels text on the TimeAxis 9 years ago
  jos a58f4e2cb7 Added axis orientation option `'none'` 9 years ago
  jos f79449e812 Implemented option validator for Timeline 9 years ago
  jos f30a3a4556 Integrated an option configurator 9 years ago
  jos b3e3dccad7 Refactored the css of Timeline and Graph2d to have a `vis-` prefix everywhere. (Still a small issue in Graph2d) 9 years ago
  jos b9bb040967 Fixed #691: Orientation can now be configured separately for axis and items. 9 years ago
  jos 1aea9fed30 Implemented option `snap` 9 years ago
  jos 6c6af85c55 Fixed #590: implemented options to set a fixed scale 9 years ago
  jos d82645e65f Fixed wrongly merged TimeAxis.js 9 years ago
  jos 09ac576970 Added docs and example on background grid styling and some minor tweaks 9 years ago
  jos ed9a41745a Fixed ordering of grid lines, fixed odd/even on hour scale 9 years ago
  jos 7c33b3eb92 Added classNames to vertical grid lines 9 years ago
  jos 6b06b41a9f Vertical grid lines now have a width, filling the gap up to the next grid line 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 9 years ago
  jos c1a317efcf Fixed #247: Support for custom date formatting of the labels on the time axis 9 years ago
  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 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