mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 08:24:05 +01:00
Fix typo in sample (#7557)
This commit is contained in:
committed by
Evert Timberg
parent
9a0656d7ff
commit
ff99600533
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user