문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top