Skip to content

Commit 692ab98

Browse files
committed
default values for scale
1 parent 96cae85 commit 692ab98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chart/ChartJsWebcomponent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class ChartJsWebcomponent extends BaseCustomWebComponentConstructorAppend
6868
}
6969
}
7070

71-
#enableXScale: boolean
71+
#enableXScale: boolean = false;
7272
public get enableXScale() {
7373
return this.#enableXScale;
7474
}
@@ -79,7 +79,7 @@ export class ChartJsWebcomponent extends BaseCustomWebComponentConstructorAppend
7979
}
8080
}
8181

82-
#enableYScale: boolean
82+
#enableYScale: boolean = false;
8383
public get enableYScale() {
8484
return this.#enableYScale;
8585
}

0 commit comments

Comments
 (0)