ok I can plot my data (time/temp) on an lcd as its simply plot pixel at x/y, but how in the world do i get that to a webpage viewable form?
while i will be writing/fixing/building this in my luxury NY penthouse, I want it to work at my offgrid cabin mansion in the rockys.
(ok i dont own any of that, but the needing it to still work offgrid etc is true so i cant use code from any of the online guides that all seem to call an external site for the charting)
edit: I found this on stack, I think it may be the answer it seems to be doing what i need by generating an image of the plot in svg form, thats good enough for the job (if i'm understanding the code right) but i have yet to try to integrate/test this