Add series data to dygraph
Add an additional column of series data to a dygraph. This is typically used in the construction of custom series types (e.g. log scaled, smoothed, etc.)
dySeriesData(dygraph, name, values)
dygraph |
Dygraph to add data to |
name |
Name of series |
values |
Data values |
Dygraph with additional series data
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.