timeline-chart
timeline-chart copied to clipboard
A timeline / gantt chart library for large data (e.g. traces)
This fixes a bug where the grid line colors were not updating on theme change. This bug was likely introduced by the viewport implementation. Grid lines are re-drawn explicitly when...
The timeline-chart library is intended to visualize timegraph data where the timegraph data can lazily loaded. For that the parent component will provide call backs to provide the data. The...
Similar to the Trace Extension, we need to set up Prettier to enforce code style for the timeline chart. This includes: [ ] Setting up Prettier in the repo so...
For the navigator horizontal scroll bar, it would be useful to have a way to scroll left or right by one page only, since there is no scroll bar arrow...
When the viewRange is changed the states aren't rendered. (you have to do it really fast to observe the issue) In the below screen cast, the state doesn't appear if...
When trying to navigate between states at high zoom levels, using the left & right arrow keys, the selection doesn't skip correctly: - In the timeline-chart example app, the selection...
In a typical application, scrolling down with mouse wheel with one full finger strike makes the page scroll down around 1/3 of the page, so that after 3 strikes, the...
**Expected behavior** - mouse wheel: go up and down the timeline - ctrl + mouse wheel: zoom in and out **Observed behavior** Hitting ctrl changes the behavior, so that mouse...
It would be good to improve the timeline chart's annotation performance by making one annotation for every type and re-using it by adding it as a child to the parent...
It is perfectly legitimate to have a style that advertises a height of 0 (like for minimum frequency of CPUs), but those states are displayed with some average height, not...