fiware-austria / SCDP

Smart City Data Platform Graz
0 stars 0 forks source link

Modify sensor charts x-axis scaling #132

Open apruitg opened 5 years ago

apruitg commented 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

fiware-austria commented 5 years ago

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)