Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-migdal committed Nov 16, 2024
1 parent d45f9c3 commit 71cca3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions dist/dev/index.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/ChartHTML.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ export default class ChartHTML extends LISS({css: CSS}) {
maintainAspectRatio: false,
scales: {},
plugins: {
datalabels: false,
datalabels: {
display: false,
},
tooltip : {
enabled: false
}
Expand Down

0 comments on commit 71cca3d

Please sign in to comment.