Time

We can customize our time format available in our X Axis section or choose a predefined time format following javascript time formatting. For customization, below an available list:

  • “year”: “%Y “,
  • “year-month”: “%Y-%m “,
  • “year-month-date”: “%Y-%m-%d “,
  • “quarter”: “Q%q “,
  • “month”: “%b “,
  • “date”: “%d “,
  • “week”: “W%U “,
  • “day”: “%a “,
  • “hours”: “%H:00”,
  • “hours-minutes”: “%H:%M”,
  • “minutes”: “00:%M”,
  • “seconds”: “:%S”,
  • “milliseconds”: “.%L”

Or

  • “year”: “%Y”,
  • “quarter”: “%B”,
  • “month”: “%B”,
  • “week”: “%b %d”,
  • “date”: “%a %d”,
  • “hours”: “%I %p”,
  • “minutes”: “%I:%M”,
  • “seconds”: “:%S”,
  • “milliseconds”: “.%L”

Legend

We can also customize our legend title available in title configuration section

Last modified: Jan 18, 2023

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment