Question

I am using java script am-charts for displaying charts for tablet application. There is one problem which i am facing during development

  • whenever i am opening same links in two tabs, charts are not display in both tabs.
  • Whenever i am opening different link in application, charts are not display

<a href="http://www.facebook.com/" target="_BLANK">Facebook</a>

Can you please guide me, how could i solve this problem?

Thanks

Was it helpful?

Solution

Try to call chart.validateNow() after you show your list item.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top