Skip to content

Commit

Permalink
fix demo tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
huww98 committed Jan 21, 2024
1 parent 09b79a7 commit eb587ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/large_data_range.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{ name: 'Line 1', data: data, color: 'blue' },
],
zoom: { x: { autoRange: true } },
tooltip: true,
tooltip: { enabled: true },
renderPaddingLeft: 45,
});
</script>
Expand Down
2 changes: 1 addition & 1 deletion demo/not_aligned.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{ data: d1, name: 'd1' },
{ data: d2, name: 'd2', color: 'red' },
],
tooltip: true,
tooltip: {enabled: true},
});
</script>
</body>
Expand Down

0 comments on commit eb587ec

Please sign in to comment.