Minimalist timeline in javascript
width
: width of the visualization (default:600
pixels)height
: height of the visualization (default:200
pixels)radius
: radius of the knots (default:10
pixels)lineWidth
: width of the lines used to draw timeknots (default:4
pixels)color
: color used for the visualization (default:999
)background
: Background color of the visualization (default:FFF
)dateFormat
: Format of the dates displayed (default:%Y/%m/%d %H:%M:%S
)horizontalLayout
: orientation in which the timeknots will be displayed horizontal or vertical (default:true
),showLabels
: Include labels showing the first and last dates (default:false
)labelFormat
: Format used to display the dates in the labels (default:%Y/%m/%d %H:%M:%S
)
It is possible to include or override certain options for particular knots. These options are
img
: Include the image in this URL when the tooltip is displayedradius
: Draw this knot with this particular radiuscolor
: Draw this knot using this particular colorlineWidth
: Draw thiw knot using this particular line widthbackground
: Draw thiw knot using this particular background
A set of example can be found at http://graves.cl/timeknots/example/index.html