From f15a541f719409e5a49242845885b7876617c8c6 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 12 Jun 2018 14:18:39 -0500 Subject: [PATCH] Add plotter function per series. It was absent from mapping. --- types/dygraphs/index.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/types/dygraphs/index.d.ts b/types/dygraphs/index.d.ts index 4a4a9f0492..1e075d7ba9 100644 --- a/types/dygraphs/index.d.ts +++ b/types/dygraphs/index.d.ts @@ -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