Skip to content

Commit

Permalink
fix: ci failed test chart show and hide
Browse files Browse the repository at this point in the history
  • Loading branch information
thejasonxie committed Nov 24, 2023
1 parent 5f79326 commit d8c52d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chart/chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export default class Chart extends View {
* @returns
*/
public changeVisible(visible: boolean) {
super.changeVisible(visible);
this.wrapperElement.style.display = visible ? '' : 'none';

return this;
Expand Down

0 comments on commit d8c52d1

Please sign in to comment.