Does dygraph assume the independent variables are ordered? -


it seems default l/h of x-axis determined first/last point of series rather min/max.

is there way change behavior in dygraph? considered bug? or should sorting?

generally, data given dygraphs should sorted. functionality works without being sorted, number of functions expect first column sorted. believe logs warning when data not sorted.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -