mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 18:43:21 +08:00
Add plotter function per series. It was absent from mapping.
This commit is contained in:
5
types/dygraphs/index.d.ts
vendored
5
types/dygraphs/index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user