Forum Discussion
jordan_ee
9 years agoRegular Visitor
How to visualize an on/off data type
So I have a timeline set up that correlates a date and time for when a pump turns on or off. The issue im having is i'm trying to use a line chart to visualize it, and there is a slope between 2 time...
- 9 years ago
The line chart will always show change between data points gradually with a smooth line. If you need to show the change significantly, I suggest you try other type charts like column charts.
Regards,
Simon Hou
v-sihou-msft
9 years agoMicrosoft Employee
The line chart will always show change between data points gradually with a smooth line. If you need to show the change significantly, I suggest you try other type charts like column charts.
Regards,
Simon Hou
- smal4 years agoNew Member
Unfortunately a column chart will only draw constant-width bars each time there is a 1, with the center at the time the pump turns on. I've made the same experience, and funnily my data is also coming from a pump.
Any other ideas, anyone? Many thanks!