mhthies / smarthomeconnect

Python 3 AsyncIO-based home automation and interfacing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create "stripe chart" log widget for boolean and enum variables

mhthies opened this issue · comments

Idea: A bar of colored stripes, one stripe for each value change, with its color representing the value (True/False or an enum value) and its with representing the duration until the next value chage.

Current implementation idea: Use Chart.js' API to create a new chart type, possibly based on a stacked bar chart.

Follow up to #9