davidrg / zxweather

Weather Station software built to run weather.zx.net.nz. Includes support for Davis Vantage Vue/Pro2 and FineOffset WH1080 hardware.
GNU General Public License v2.0
0 stars 0 forks source link

view data for graph #147

Open davidrg opened 2 years ago

davidrg commented 2 years ago

Would be nice to be able to pop open the view data window showing all data currently in the graph. Ideally without going back to the data source - it should be fairly instant.

Could get fancy and live-filter the data window to the timespan visible in the graph so as you zoom in/out the data visible in the view-data window changes too.

Might also be nice when you click on a cell (or row, or rows) to highlight those points on the associated graph.

So this probably isn't an application of the view-data window but probably a new ChartModel or something.