1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

2 commits

Author SHA1 Message Date
Adam McCrea
e5f93c742a
render a "cursor" that follows the tooltip (#5530)
* WIP - trying to render a "cursor" that follows the tooltip

This is not yet working.

The intention is to have a vertical line on the chart corresponding to the currently shown "tooltip" info in the legend below the chart. This is the behavior of Sidekiq 6.

* Fix the chart cursor

* Move chart legend to the right

* Avoid content jumping when values change
2022-09-22 11:35:48 -07:00
Adam McCrea
8d66ee729a
Rebuild dashboard charts using Chart.js (#5523)
* Use charts.js for dashboard charts

* Fix chart label

* Cleanup

* Revert "Fix flaky test"

This reverts commit 2fa2873277.

* Cleanup

* Better experience when no data is available

* Fix metrics tracking for sample app

* Fix metrics charts

* Remove requires

* Dashboard chart fixes & improvements

- Don't animate the tooltip
- Display a "sticky" tooltip for the real-time chart below the chart
- Increase space between x-axis labels (ticks)
- Remove the year from the history chart x-axis labels
- Fix bugs caused by overwriting superclass configs

* Refactoring
2022-09-14 08:21:15 -07:00