Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support hour/day/week/month of the day/week/month/year pattern in histograms #98

Open
4 tasks
MohamedHamouGisaia opened this issue Dec 17, 2019 · 0 comments

Comments

@MohamedHamouGisaia
Copy link
Member

MohamedHamouGisaia commented Dec 17, 2019

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

image

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

@MohamedHamouGisaia 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 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 MohamedHamouGisaia self-assigned this Dec 24, 2019
@MohamedHamouGisaia MohamedHamouGisaia added this to the 6.2.0 milestone Dec 24, 2019
@MohamedHamouGisaia MohamedHamouGisaia removed this from the 6.2.0 milestone Mar 12, 2020
@MohamedHamouGisaia 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant