mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +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: {
|
tooltip: {
|
||||||
callbacks: {
|
callbacks: {
|
||||||
label: function(context) {
|
label: function(context) {
|
||||||
|
console.log(context);
|
||||||
var label = context.dataset.label || '';
|
var label = context.dataset.label || '';
|
||||||
var value = context.parsed.y || 0;
|
var value = context.parsed.y || 0;
|
||||||
var lines = context.raw || 0;
|
var lines = context.raw || 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue