Skip to content

Commit

Permalink
fix(website): fix crash caused by calendar tooltip
Browse files Browse the repository at this point in the history
Close #1211
Close #1203
  • Loading branch information
wyze committed Nov 4, 2020
1 parent d79d0a1 commit f594a85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion website/src/pages/calendar/canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const initialProperties = {

isInteractive: true,
'custom tooltip example': false,
tooltip: null,

legends: [
{
Expand Down
1 change: 0 additions & 1 deletion website/src/pages/calendar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ const initialProperties = {

isInteractive: true,
'custom tooltip example': false,
tooltip: null,

legends: [
{
Expand Down

0 comments on commit f594a85

Please sign in to comment.