mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Fix typo in sample (#7557)
This commit is contained in:
parent
f353a5039e
commit
9ea8292b6e
@ -43,7 +43,7 @@
|
||||
</div>
|
||||
|
||||
<script>
|
||||
Chart.default.tooltips.custom = function(tooltip) {
|
||||
Chart.defaults.tooltips.custom = function(tooltip) {
|
||||
// Tooltip Element
|
||||
var tooltipEl = document.getElementById('chartjs-tooltip');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user