John-Mark Gurney
342a7f514e
add thousands sep, and add a few missing commas at the end of lines..
4 years ago
John-Mark Gurney
700b61f640
make the underlying lines easier to see, when we add proper grid
data, this might need adjusting again..
4 years ago
John-Mark Gurney
e904b0d08d
HighStocks always adds a navigator series that isn't defined, so it
messes up the indexes... find the indexes that we want, and store
them so that any other crazy things that the library does hopefully
won't screw us up..
4 years ago
John-Mark Gurney
2506993c8a
create fake consumption data, and add it in to the graph..
4 years ago
John-Mark Gurney
f6ac2f117e
add in the other data lines, and unstack the graph...
4 years ago
John-Mark Gurney
8dd61b9042
drop old fake data that isn't used anymore..
4 years ago
John-Mark Gurney
eca6eff75b
remove end of line white space..
4 years ago
John-Mark Gurney
a92e5623dc
add function to reduce the points, future versions need to calc min/max
of deleted points, but that involves date math I don't want to do yet.
4 years ago
John-Mark Gurney
38a2e0ef83
shrink the height a bit... can't use percentage, as it's fixed to 400px.
4 years ago
John-Mark Gurney
18fb5f16b9
ordinal: false ensures that any gaps are properly rendered...
4 years ago
John-Mark Gurney
610524ab9b
include a preceeding data point so that lines that are off the
graph draw more nicely..
4 years ago
John-Mark Gurney
507d668e2e
this makes timezones work.. why this exact same code didn't work earlier
is beyond me...
4 years ago
John-Mark Gurney
54548d896d
add a script that generates fake data.. definitely needs work...
Also, get basic data being loaded, and get the fetching to work
somewhat ok. Needed to deal w/ the fact that HighStocks does stupid
requests data...
Issues still present:
not timezone aware
caps between days in the data
not all navigator series are bars
4 years ago
John-Mark Gurney
51ea2e3a38
don't use cpp, just use cat to combine everything... make design responsive,
and add color when net power is good/bad...
4 years ago
John-Mark Gurney
eef9b26433
add units
5 years ago
John-Mark Gurney
3a6f9c2dae
get basic functionality working..
5 years ago
John-Mark Gurney
0381a07971
bring in latest changes, makes the chart more usable..
Plan is to have a single timeseries chart w/ the ability to
turn off the various series that you don't want to see..
5 years ago
John-Mark Gurney
35770c3831
add in highcharts, expand out to have net grid, and consumption as well
5 years ago
John-Mark Gurney
ffc744a7b0
add inital work on this...
This adds a basic WebSocket testing framework.
Sources different files based upon protocol, so the testing
framework will get used when opened from a file...
Uses Makefile and the C Preprocessor to build a single JS file
for use...
5 years ago