jaz

Members
  • Content count

    10
  • Joined

  • Last visited

Everything 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!
  2. We are currently running 3.1.1. I'll see about updating and get back to you if it's still an issue. Thanks!
  3. I've attached a screenshot of the problem that we are running into. It is consistently the first label that gets the ellipses. Is there a way to fix it without making the charts any bigger? Thanks!
  4. Was a solution to this problem ever found? I'm trying to figure out the same thing....
  5. 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!
  6. 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!
  7. Sorry for not giving enough information in my original post. I'm using a box and whiskers 2d graph. Once I put the values in one set, it fixed the problem! Thanks for your reply!
  8. I've found that whenever I add a percent sign (%) to my tool text, it is always followed by a 25 (which is the hex ASCII code for a percent sign). I've tried using the ascii code (%) and I get '%26#37'. Any ideas for how to fix this? Thanks!
  9. 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!
  10. export problem in ie7

    I am having the same problems. Were you able to get any resolution on this issue?