mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fix lint error
This commit is contained in:
parent
71b2d06917
commit
1debf14af2
@ -17,7 +17,7 @@ let columnChart = new CanvasJS.Chart("chartContainer",
|
||||
data: [
|
||||
{
|
||||
type: "column",
|
||||
lineDashType:"longDash",
|
||||
lineDashType: "longDash",
|
||||
showInLegend: true,
|
||||
legendMarkerColor: "grey",
|
||||
legendText: "MMbbl = one million barrels",
|
||||
|
||||
2
types/canvasjs/index.d.ts
vendored
2
types/canvasjs/index.d.ts
vendored
@ -3,7 +3,7 @@
|
||||
// Definitions by: ShuYin Zhang <https://github.com/brutalimp>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
type DashType = "solid" | "shortDash" | "shortDot" | "shortDashDot" | "shortDashDotDot" | "dot" | "dash" | "dashDot" | "longDash" | "longDashDot" | "longDashDotDot"
|
||||
type DashType = "solid" | "shortDash" | "shortDot" | "shortDashDot" | "shortDashDotDot" | "dot" | "dash" | "dashDot" | "longDash" | "longDashDot" | "longDashDotDot";
|
||||
|
||||
declare namespace CanvasJS {
|
||||
class Chart {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user