Improve timeline chart #12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The timeline chart could do with some love
The labels should never overlap (apply force on them)Use Mike Bostock's reusable charts pattern: http://bost.ocks.org/mike/chart/
One idea for the zoom control is overlaying it on the chart and only displaying it on mouseover. This would make for a cleaner chart, but will prevent mobile users from zooming.
Size should be more flexible now (using viewport)