razvan.deac

Members
  • Content count

    31
  • Joined

  • Last visited

Everything posted by razvan.deac

  1. Pie chart scale to small.

    Hi, This solved my problem. Thank you, Razvan
  2. Hi, Consider the following html structure: <body style="overflow: hidden; height: 100%"> <div class="wrapper" style="overflow: auto; height: 100%"> <div id="chartContainer_1"></div> <div id="chartContainer_2"></div> ........ <div id="chartContainer_n"></div> </div> </body> Charts will be rendered in this containers. Once you scroll down charts won't display labels anymore also drilldown function won't be called anymore. Is there a way to fix this? Thanks, Razvan
  3. Charts drilldown and label problem when scrolling

    Hi, I've tested with the new version of FusionCharts XT and it works. Thanks for help, Razvan
  4. Charts drilldown and label problem when scrolling

    Hi Rishab, I've attached the sample html file. FC version 3.2.4-release.8565, browser used Chrome. Thanks, Razvan charts.html
  5. Align zero values in dual y axis

    Hi, is there any possibility to align zero values for 2 axes with different min/max values on each.
  6. Align zero values in dual y axis

    Hi, Thanks for reply. What if we have on one axes a unit measure and on the other we have %, the result won't be exactly right. Please tell me if I'm missing something. Razvan