Google Charts - full html in tooltips

前端 未结 4 1234
逝去的感伤
逝去的感伤 2021-01-04 02:21

I am trying to make Google Charts Display custom tooltips with full HTML in them.

I know how to enable tooltips and pass appropriate data - the problem is - even whe

4条回答
  •  时光说笑
    2021-01-04 02:51

    I had to add {p: {html: true}} to each row data instead of column, as well as isHtml option for the whole chart.

提交回复
热议问题