fractalbit

Members
  • Content count

    4
  • Joined

  • Last visited

About fractalbit

  • Rank
    Forum Newbie
  1. Hello, i am using the php implementation and have set the render as javascipt. Problem is i have a page with 12 charts, 9 of them hidden in tabs. But when i can the php method renderChart, all 12 of them start rendering and the page becomes unresponsive for some time. So, is it possible to make the other charts to render only when the relevant tab is clicked? I know how to cactch the onlcick event of the tabs in javascript but do not know what to do next. Any ideas/suggestions?
  2. Hovertext Does Not Work With Javascript Renderer

    Hi, i tried the toolText property and it worked just fine, thanks!
  3. Hovertext Does Not Work With Javascript Renderer

    Hello, i am NOT using the free version. The javascript renderer works fine EXCEPT the hoverText property which ignores completely. I will try the toolText property though...
  4. Hello, i have a problem with the php implementation when set to javascript renderer. More specifically, when i set the renderer to javascript, the hoverText property passed through addChartData is ignored. I am certain that the code is correct, because if i switch the renderer to flash it works correctly. Is this a bug? What can i do to solve it?