Open apruitg opened 5 years ago
X-axis scaling should be equidistant. Goal: make it easy to recognize time frames where no sensor data exists instead of "jumping over it" by using a different time interval for scaling.
Possible solution: change format of x-axis data to datetime - continuous axis scaling: https://developers.google.com/chart/interactive/docs/customizing_axes
This could be solved by fdetching data via to new tsdb component since timestamp ist delivered as Date instead of a string. (see https://developers.google.com/chart/interactive/docs/customizing_axes)
X-axis scaling should be equidistant. Goal: make it easy to recognize time frames where no sensor data exists instead of "jumping over it" by using a different time interval for scaling.
Possible solution: change format of x-axis data to datetime - continuous axis scaling: https://developers.google.com/chart/interactive/docs/customizing_axes