mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
fix lint error
This commit is contained in:
2
types/canvasjs/index.d.ts
vendored
2
types/canvasjs/index.d.ts
vendored
@@ -1608,7 +1608,7 @@ declare namespace CanvasJS {
|
||||
* Default: solid
|
||||
* Example: “dot”, “dash”, etc.
|
||||
*/
|
||||
lineDashType? : string;
|
||||
lineDashType?: string;
|
||||
/**
|
||||
* Sets the Line Dash Type of line wherever null data is present.
|
||||
* Note:
|
||||
|
||||
Reference in New Issue
Block a user