本文介绍了Google图表显示多个工具提示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有以下图表,其中包含每月的权益和债务价值
I have folloing chart which has month wise equity and debt value
当鼠标悬停在月份v轴上时,我需要显示两个工具提示,我尝试添加aggregationTarget: 'category'
,但它不起作用.
I need to show both the tooltip while mouse hover the month v-axis, i try to add aggregationTarget: 'category'
but its not working.
推荐答案
我找到了解决方案,需要添加focusTarget: 'category'
I found the solution, which is need to add focusTarget: 'category'
这篇关于Google图表显示多个工具提示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!