dan.jackson

Members
  • Content count

    3
  • Joined

  • Last visited

Posts posted by dan.jackson


  1. Hi everyone,

     

    We have just begun the roll-out of Fusion Charts for our system and have (pretty quickly) come across an issue that is inhibiting our ability to continue with this roll-out. 

     

    Our issue may be similar to that of this forum post: http://forum.fusioncharts.com/topic/15776-fusion-charts-in-hidden-divs/?hl=hidden however I am not 100% sure if the issue reported is the same as ours or more to do with exporting, which is the reason for this post.

     

    Basically if you render a chart within a <div /> that has display: none; set, then using JavaScript you display the <div /> the chart will have rendered using the default height and width instead of those specified.

     

    For example:

     

    A)  If I render the chart normally (without display: none;) then see fusion_charts_from_show.png (attached).

     

    B)  If I then render the chart with the <div /> as display: none; and then show it, it renders like in fusion_charts_from_hidden.png (attached).

     

    A is correct, while B is incorrect.

     

    Is there a fix or a way to make the chart render correctly when we show the hidden <div />?  Preferably we do not want to run any JavaScript or anything when showing panels.

     

    Any help will be appreciated.

     

    For your information we are using: @version fusioncharts/3.3.1-sr3.21100

     

     

     

     

    post-62491-0-91591300-1400674724_thumb.png

    post-62491-0-00324000-1400674726_thumb.png


  2. Hi everyone,

     

    I have been exploring the possibilities with FusionCharts for a little while now and am currently exploring their limitations as our company is looking at purchasing the full product.

     

    At the moment I am experimenting with the trail version of FusionCharts, however I have come across a requirement in our current system that I am finding that I am unable to recreate in FusionCharts and therefore would be very grateful if anyone has had a similar issue or whether there is a solution.

     

    A few charts that we currently display are a combination of column and scatter charts.

     

    I am able to recreate the chart using the 2D combination chart (currently using the 2-yAxis chart type) with column and line, but is there a way for me to render the series in question as scatter in the context of this chart?  I've looked into the renderAs attribute and other chart types, but cannot see (in documentation / Google) a way for this to be done at current.

     

    Thank you for any assistance!

     

    Dan