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
As an ARLAS maintainer, I want to be able to represent on a histogram a day/week/month/year pattern
such in the following chart
for this, a new data type should be introduced. We already support :
numeric
time
We need to add
millisecondOfDay
millisecondOfWeek
millisecondOfMonth
millisecondOfYear
Clarification
millisecondOfDay will suppose that we feed the xAxis with long values expressed in milliseconds between 0 and 86400000, that we transform to a hh:mm:ss format
The text was updated successfully, but these errors were encountered:
MohamedHamouGisaia
changed the title
Support millisecond of the day patten in histograms
Support millisecond of the day/month/year pattern in histograms
Dec 24, 2019
MohamedHamouGisaia
changed the title
Support millisecond of the day/month/year pattern in histograms
Support millisecond of the day/week/month/year pattern in histograms
Dec 24, 2019
MohamedHamouGisaia
changed the title
Support millisecond of the day/week/month/year pattern in histograms
Support hour/day/week/month of the day/week/month/year pattern in histograms
Jan 6, 2022
As an ARLAS maintainer, I want to be able to represent on a histogram a day/week/month/year pattern
such in the following chart
for this, a new data type should be introduced. We already support :
We need to add
Clarification
millisecondOfDay
will suppose that we feed the xAxis withlong
values expressed in milliseconds between 0 and 86400000, that we transform to a hh:mm:ss formatThe text was updated successfully, but these errors were encountered: