instanttim / MonitorMate

A monitoring system for the Outback Power MATE3. It processes the data stream, reformats it for logging, charting, and display on a web server.
GNU General Public License v2.0
8 stars 7 forks source link

Date/chart browsing not very rich #2

Closed instanttim closed 10 years ago

instanttim commented 10 years ago

The original implementation had a slick in-place chart browsing activated by clicking on years, months, or days in the charts. That kinda worked, but it would be nice to actually have a data-log chart browser of some sort.

instanttim commented 10 years ago

I've put in a date picker on the daily.html page. Now I just have to get the URL stuff to work and then make clicking on the column charts to load the proper daily page.

4bf1b7279b58bdeeacbab267fa70bd722b613acc

instanttim commented 10 years ago

Lots of fixes: a813dfcd8f9b93ee84ee7ce67446360c80648d14 90a68d093c7ccdc70c3d82119f767861dc916bb4 6e77019793273dd0f55e006483e80496190b8bd7 6d6e136b5f67092c51efb8ccbd8cc017b2a2bd1f 9cf63b1b9d7d10d89326dec460c7dbedc3abb239

It's fully functional, last thing i've decided to do is merge my historical and daily pages and remove the 3rd party date picker. But i'm opening a new issue for that: https://github.com/instanttim/monitormate/issues/8