jaz

Members
  • Content count

    10
  • Joined

  • Last visited

Posts posted by jaz


  1. We've run across a bug that we're having a hard time trying to track down.  We use a few different chart types, but, as far as we can tell, it only happens with Angular Gauge charts.    The chart looks to be output correctly, but it is way off center.  I've attached a screen shot of what happens.

     

    We took the xml and used that to create 3 charts on the same page that use the same data.  The first two were fine, but the last one had the off-center error.  The original xml was output as one big line, but when we formatted it correctly, the error went away. 

     

    We cannot duplicate it on anything other than IE.

     

    Here is the xml that we're using:

     

    <chart showBorder='0' bgColor='F6F6F6' gaugeStartAngle='200' gaugeEndAngle='-20' palette='1' tickValueDistance='20' showValue='1' placeTicksInside='1' adjustTM='0' showTickValues='1' majorTMNumber='2' minorTMNumber='0' caption=' ' formatNumberScale='0' decimals='1' numberSuffix='%' lowerLimit='0' upperLimit='4.6'  forceDecimals='1' lowerLimitDisplay='0%' upperLimitDisplay='4.6%'  ><categories  ></categories><colorRange><color minValue='0' maxValue='0' code='FF130C'  /><color minValue='0' maxValue='1.91' code='F6BD0F'  /><color minValue='1.91' maxValue='3.06' code='8BBA00'  /><color minValue='3.06' maxValue='4.6' code='5B7A00'  /></colorRange><dials><dial value='' toolText='No Data' valueY='200' radius='0' /></dials><styles><definition><style name='captionLink' type='font' isHTML='1'  /></definition><application><apply toObject='Caption' styles='captionLink'  /><apply toObject='ToolTip' styles='captionLink'  /></application></styles></chart>

     

    We'd love to be able to figure out what is causing this problem.  Got any ideas for why this might be happening?  Thanks!

    post-8157-0-93508600-1374507148_thumb.png


  2. Ok, I've got another question now.  I know that the Box and Whisker graph does calculations based on the values that are passed in.  Is there any way to feed in specific values for each data point?  We have data that has already been calculated and we want to display it in the Box and Whisker graph format.

     

    Also, can this graph be rotated so that the Box and Whisker objects lay horizontally as opposed vertical?  Thanks!


  3. I found a thread from Oct '11 about how you can just use the FusionCharts_Gen.php for PowerCharts as well.  Is this still possible?  If so, I seem to be having problems with it....

    I get the right data for it, but nothing is rendering.  This is the xml that I get:

     

    <chart caption=' ' ><categories ><category label='Test' /></categories><dataset seriesName='Test' ><set value='10.9434931506849' /><set value='5.19178082191781' /><set value='3.48972602739726' /><set value='2.51712328767123' /><set value='1.00171232876712' /></dataset></chart>
     
    I'm not sure where to go to debug this further....any help would be appreciated!

  4. Hi-

     

    In Google Doc’s for Spreadheets, there is a gadget call Motion Chart that animates of data over time periods using Bubble Chart representation. I saw a feature request from a couple of years ago that was related to this. Has this been implemented? If not, can this animated representation be reasonably replicated using Fusion Charts or Fusion Widgets?

     

    Thanks!