You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #7166 on April 17, 2021 09:18.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
Feature Proposal
I'm looking for a timeline charts that allow us to draw inline colored horizontal bar.
like a timeseries status changes.
Feature Use Case
a timeline of some sort with ideally this dataset format :
"datasets": [ { "data": [ [ s:<timestampEpochStart>, e:<timestampEpochStop>, v:"OK" ], [ s:<timestampEpochStart1>, e:<timestampEpochStop1>, v:"ERROR" ], [ s:<timestampEpochStart2>, e:<timestampEpochStop2>, v:"OK" ] ] } ]
Possible Implementation
I'm currently testing this one: https://github.com/fanthos/chartjs-chart-timeline which is good but lack the zoom feature. It does not work with chartjs-plugin-zoom.min.js
here's a jsfiddle: https://jsfiddle.net/Viseth7/zf9wgpy1/3/
It would definitly make sense to have such chart.
Beta Was this translation helpful? Give feedback.
All reactions