Skip to content

v2.1.2

Compare
Choose a tag to compare
@ka215 ka215 released this 13 Nov 08:27
· 1 commit to master since this release
  • Fixed a bug where the grid width specified minGridSize did not work properly when the scale is "week" (Issue#54).
  • Added the "disableLimitter" option to avoid validation of the maximum of the scale grids (Issue#71).
// "disableLimitter" is default to "false", or if omit that too.
$('#myTimeline').Timeline({ disableLimitter: true })
  • Modified the styles of sidebar item elements in the timeline.
<style>
/* If you want to insert margins before and after the sidebar string: */
.jqtl-side-index-item::before,
.jqtl-side-index-item::after {
  width: 1em;
}
</style>