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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -