swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular

Home Page:https://swimlane.github.io/ngx-charts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stacked Bar with hours for Taxis - scheduling timeline

misiek303 opened this issue · comments

I am unable to create a proper graph, this is kind of what my goal is

Screenshot 2024-05-14 at 10 22 10 AM

This is what I have so far

Screenshot 2024-05-14 at 10 24 00 AM

The problem here is that if a value swing the midnight I need to reset the xaxis numbers. So instead of 25 it should be 01 as 01AM next day.

Is there a way to do it ?

I tried series with new Date() but that does not work at all.