Skip to content

Commit

Permalink
Fix missing attr error
Browse files Browse the repository at this point in the history
  • Loading branch information
99ff00 committed Sep 30, 2019
1 parent e5ee294 commit 8352a74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/charty.js
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,9 @@ var Charty = (function () {
}

function updateCheckbox(i, off, series_) {
if (!V.showButtons)
return

var to = off ? 0 : 1,
buttonColor = (currentTheme.buttons || {}).color || '#fff',
series = series_ || AY
Expand Down

0 comments on commit 8352a74

Please sign in to comment.