我在这个小提琴中有子弹迷你图,它使用这些配置:
$('#sparkline')
.sparkline(myvalues, {
type: 'bullet',
width: 100,
targetColor: "#000",
targetWidth: 4,
tooltipValueLookups: {
fields: {
p: 'Current'
}
}
});
我希望能够仅在性能字段上显示工具提示(而不是在目标之上)。那可能吗?