gpt4 book ai didi

html - Google Visualization API - 不显示工具提示

转载 作者:太空宇宙 更新时间:2023-11-04 16:02:53 25 4
gpt4 key购买 nike

我在 Google Visualization API 上创建了图表,对我来说看起来很棒。我有点问题。我试图在这样的标签下显示我的图表:

 <body>
<!--Div that will hold the charts-->
<div style="width:1080px; background-color:gray">
<div id="chart_div" style="float:left;"></div>
<div id="pie_div" style="float:left;"></div>
<div id="pie_div2"style="float:left;"></div>
<div id="pie_div3"></div>
</div>
</body>

问题是,当我将鼠标悬停在前 3 个图表(折线图、饼图 1、饼图 2)上时,它不会像最后一个饼图中那样显示工具提示。

这是我的截图:

enter image description here

我认为这与我在 div 上编写的样式有关。任何人都可以帮助我,以便我可以在我的图表上显示工具提示?

最佳答案

没关系,我已经有了答案。我刚刚在最后一个饼图上添加了 float 代码,唉!工具提示回来了。

<body>
<!--Div that will hold the pie chart-->
<div style="width:1080px; background-color:gray">
<div id="chart_div" style="float:left;"></div>
<div id="pie_div" style="float:left;"></div>
<div id="pie_div2"style="float:left;"></div>
<div id="pie_div3"style="float:left;"></div>
</div>
</body>

关于html - Google Visualization API - 不显示工具提示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9579709/

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