cgarwood / hatouch

Touch Interface for Home Assistant
31 stars 3 forks source link

Vue ChartJS Component #12

Open cgarwood opened 7 years ago

cgarwood commented 7 years ago

Need to set up some Vue ChartJS components for things like temperature/power history graphs

cgarwood commented 6 years ago

Might scrap this for embedded Grafana charts. Much easier to build the charts in Grafana and InfluxDB loads the data way faster than HomeAssistant's history component. Grafana charts can be embedded via iframe or rendered out as an image. Will likely embed an iframe and try to figure out a way to customize the iframe's CSS to match a little better. May require setting up nginx reverse proxy due to Cross-Origin restrictions