mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Add console.log statement to debug tooltip label
This commit is contained in:
parent
b38b92dbbc
commit
34fbf5252e
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
tooltip: {
|
||||
callbacks: {
|
||||
label: function(context) {
|
||||
console.log(context);
|
||||
var label = context.dataset.label || '';
|
||||
var value = context.parsed.y || 0;
|
||||
var lines = context.raw || 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue