Skip to main content
1-Visitor
November 7, 2016
Question

Hide Time on x axis in Timeseries Chart but display both date and time when hover on line

  • November 7, 2016
  • 1 reply
  • 1390 views

Hi Everyone,

As title Stated I want to hide time from x axis on time series chart. So I set XaxisTimeFormat as yyyy-MM-dd

If I set it as above, it hides the time on axis as well as on line hover but I want to display date + time when hover on line in chart.

Is there anyway t perform this.

Please help.

Thanks in advance,

Meenakshi

1 reply

1-Visitor
November 7, 2016

I don't think out-of-the-box, you can do three things:

  • Change XAxisStyle on TimeSeries chart to make text match background color
  • If it's not a responsive design, put a white box over the footer, nasty but effective.
  • Customize standard TimeSeries widget to do it.

Carles.