Google 饼图:如何将工具提示放在中央 div 前面

Google Pie Chart: How can I put the tooltip in front of my central div

为了更好地理解我的问题,请看这里:

http://jsfiddle.net/q5bkuaj2/1/

我正在使用 Google 的 API 的饼图,我需要在饼孔中心放置一些信息。我寻找了一些 Google 选项来做到这一点,但我没有找到任何东西,所以我用 CSS 自己做了。但是现在我遇到了一个问题,因为 de z-index,工具提示总是在中心 div 的后面。解决该问题的最佳方法是什么?

图表呈现在 "chart" div:

<div id="chart_wrap">
    <div class="centro_total"><div class="alinhar_middle estilo_total">130<br/>
        <div class="label-total">Total</div>
    </div>
</div>
<div id="chart"></div>

使图表背景透明,然后您可以将 "Info" 移动到图表后面的 PieHole 内,它仍然可见。

图表的白色背景可以通过#chart_wrap

background设置

http://jsfiddle.net/wqarby07/