gsogol

Members
  • Content count

    19
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by gsogol


  1. I wanted to understand how javascript and handlers work while exporting batch charts to pdf server-side. In the online download demo, it's just calling the javascript (server-side example) so I'm not sure when these server-side handlers come into the picture. I don't see anywhere where it points to either the .php or .aspx files.


  2. So I see there's a way to batch export charts into one pdf? In my case, I have a screen with html plus embedded FusionCharts. I need to export the whole page and not just the charts. Is there a way? If not, can I export html first using some jQuery plugin and combine it with the FusionCharts pdf exporter somehow? So make two calls (one via jQuery for html specific stuff) and combine the 2nd call (FusionCharts export) as additional page?


  3. Getting the exact same issue Expected )

     

     

     

    I have an AS.Net app with an updatepanel and use the exact same code as your documentation. On load - RenderChart and on postback RenderChartHtml. However, only on postback, the chart is drawn but get the javascript error. All xml contains single quotes. Using a download from a week ago. Pulling my hair out. Spent over a day on this to no avail.

     

     

     

    Please help.


  4. My question, however, was not related to how to actually use the link but had to do with specifically having a stacked bar chart (multiple colors) and having the need to click not just on the bar itself, but on a specific metric/color of the individual bar. I need to pass the x-axis value plus the metric or the specific color of the bar. I already know how to use links but need an answer on how do I pass an individual value of the color/metric that was clicked within a single bar.


  5. Is there a way to click a link on a specific stack within the stacked chart? So each bar shows several stacks (colors), I need to click on a specific color of the bar and pass that value as well? Is this possible?


  6. We're trying to map dynamic data in US where each data point contains a county code and a zip code. Is it possible to automatically create markers where each data point is automatically mapped to the right county on a map based on a zip code? Seems like a very obvious need.