gpt4 book ai didi

javascript - 如何让工具提示永远不会隐藏在 Chart.js 中?

转载 作者:行者123 更新时间:2023-11-28 07:02:55 29 4
gpt4 key购买 nike

图表效果很好:

var context = document.getElementById('chart1').getContext('2d');
var chart1 = new Chart(context).Line({
labels: all_labels_html,
datasets: [{
fillColor: "transparent",
strokeColor: "#841354",
pointColor: "#f0ab0f",
pointStrokeColor: "#fff",
pointHighlightFill: "#841354",
pointHighlightStroke: "rgba(220,220,220,1)",
data: returnDadosFromDadosJson(dataJson, 'class', 'row-bold')
}]
}, {
scaleShowGridLines : false,
pointDotRadius: 6,
pointHitDetectionRadius: 20,
datasetStroke: true,
datasetStrokeWidth: 3,
showTooltips: true
});

但是,我需要添加一些东西才能让它永远不会隐藏吗?

实际上,只有当鼠标经过时才会显示。我需要它显示出来,不再隐藏。

enter image description here

提前致谢。

最佳答案

看看这个 answer 。基本上它包含一个防止工具提示在鼠标移出时关闭的功能。

关于javascript - 如何让工具提示永远不会隐藏在 Chart.js 中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31952049/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com