Add plotter function per series. It was absent from mapping.

This commit is contained in:
Alex
2018-06-12 14:18:39 -05:00
committed by GitHub
parent fd5fd9a23b
commit f15a541f71

View File

@@ -21,6 +21,11 @@ declare namespace dygraphs {
* A per-series color definition. Used in conjunction with, and overrides, the colors option.
*/
color?: string;
/**
* A function which plot data for this series on the chart.
*/
plotter?: any;
/**
* Draw a small dot at each point, in addition to a line going through the point. This makes