Google pie chart (any chart) not working inside an ASP.Net AJAX Update Panel

后端 未结 1 944
半阙折子戏
半阙折子戏 2021-01-27 10:04

I am facing problem with Google pie chart and Update panel. Their is one Tab container inside a update panel which has two Tab panels. Each tab panel contains div and script to

相关标签:
1条回答
  • 2021-01-27 10:46

    The call to google.load only loads the Visualization API and fires a callback the first time it is called only. Subsequent calls to google.load for the same package do nothing. If your charts draw in a callback from the google loader in your second tab, the callback will not fire, so you need to use a callback from the update process instead.

    0 讨论(0)
提交回复
热议问题