我尝试为甘特谷歌图表自定义工具提示,似乎不适用
我添加了:
data.addColumn({type: 'string', role: 'tooltip'});
和选项
tooltip: {isHtml: true},
legend: 'none'
但它似乎不起作用。 下面是Google提供的实现方式,如上所述由我改编。 知道为什么它不起作用吗?
答案 0 :(得分:5)
我正在使用相同的图表并且我遇到了一些问题...... Html工具提示功能不适用于谷歌甘特图,您可以在“支持的图表"在我在下面复制的链接中......
https://developers.google.com/chart/interactive/docs/customizing_tooltip_content
好运
如果我的回答有助于你,请告诉我
答案 1 :(得分:1)
Google Chart Gantt HTML工具提示尚不可用,
以下图表类型目前支持HTML工具提示: AreaChart,BarChart,CalendarChart,CandlestickChart,ColumnChart,ComboChart,LineChart,PieChart,Sankey Diagrams,ScatterChart,Timeline。
https://developers.google.com/chart/interactive/docs/customizing_tooltip_content#supported-charts
答案 2 :(得分:0)
在Google文档中,我们有“ Google图表会自动为所有核心图表创建工具提示” 这意味着你的包裹应该像 google.charts.load('current',{'packages':['corechart']}); 而不是你的 google.charts.load('current',{'packages':['gantt']}); 自定义工具提示不受甘特图支持,请更改时间表以使用corechart程序包