I’m trying to get a usable display from the flot jQuery library by having the X Axis display dates; however, the data I’m receiving is in DayOfYear format, instead:
var data = [[192,6.9],[191,49.52],[190,2],[189,0], etc...]
192, 191, etc represent days of the year, and I would like to convert them to actual dates. I’d appreciate any help I can get!
Also see this example.