We currently have two main issues with the calendar JS:
- On zoom, the graph viewport will sometimes resize slightly instead of keeping a fixed width and adapting content. This happens most often when zooming to a third of the original size or less.
- On selection, if the zoomed graph has a bar that ends up being displayed below the cursor, flot interprets it as a click on the bar, and redirects to the revision when it should do nothing.
- The year currently does not appear on the x-axis ticks. We want this to appear, as it should with the default flot time mode.