add missing proterty

This commit is contained in:
peter
2017-08-09 14:42:14 +08:00
parent 825d361b8e
commit 2f5687402d

View File

@@ -1603,6 +1603,12 @@ declare namespace CanvasJS {
* Example: true, false
*/
connectNullData?: boolean;
/**
* Sets the Line Dash Type for all Line and Area Charts.
* Default: solid
* Example: “dot”, “dash”, etc.
*/
lineDashType? : string;
/**
* Sets the Line Dash Type of line wherever null data is present.
* Note: