mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
add missing proterty
This commit is contained in:
6
types/canvasjs/index.d.ts
vendored
6
types/canvasjs/index.d.ts
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user