From 2f5687402da2aeb61e05112aed0b33ac71afa13a Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 9 Aug 2017 14:42:14 +0800 Subject: [PATCH] add missing proterty --- types/canvasjs/index.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/types/canvasjs/index.d.ts b/types/canvasjs/index.d.ts index 161afb7ac1..f9c6e7da3d 100644 --- a/types/canvasjs/index.d.ts +++ b/types/canvasjs/index.d.ts @@ -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: