rreminnyk

Members
  • Content count

    11
  • Joined

  • Last visited

About rreminnyk

  • Rank
    Junior Member
  1. How can I show legend for single-series chart?
  2. Yaxis number formatting error

    Problem still presents. When i set adjustDiv to 1 fusionChart automatically adjusts the quantity of horizontal lines, but i want to see only 6 horizontal lines on the chart. What do you think about this?
  3. Yaxis number formatting error

    Have you found any solution? This is very important for me. I've already attached full xml in preceding reply.
  4. FusionChart Error

    I think i have found solution for this problem. I masked "<" to "%26lt;" and ">" to "%26gt;". After this setDataXml method works correctly. What do you think about this?
  5. MSLine.swf and Line.swf

    thanks!
  6. Yaxis number formatting error

    i'll do it on the Monday. Full xml is attached. Line.swf is used. data.xml
  7. FusionChart Error

    ok, but should be fine if this was described in your Online documentation (Advanced Charting/Using Special Characters/Using > and < characters in FusionCharts XML) BTW, any plans to have it fixed in the further versions?
  8. Yaxis number formatting error

    yAxisMinValue='89 yAxisMaxValue='1440' adjustDiv='0' numDivLines='6' doesn't work properly. Decimal numbers still shown on the y axis. Only after set formatNumber to '1' it disappear, but thousandSeparator appear instead:) all used attributes: adjustDiV='0' numDivLines='6' decimals='0' formatNumber='0' yAxisMaxValue='1440' yAxisMinValue='98' bgColor='ffffff' canvasBgColor='ffffff' chartBottomMargin='3' chartLeftMargin='3' chartRightMargin='12' chartTopMargin='12' drawAnchors='0' formatNumberScale='0' labelStep='6' legendPosition='BOTTOM' palette='3' showValues='0' xAxisNamePadding='2' yAxisNamePadding='2'
  9. FusionChart Error

    I have to use setDataXml method instead of setDataURL. '<' symbol isn't shown even through it masked(;
  10. FusionChart Error

    FusionChart doesn't display correctly '<' symbol. The others illegal symbols('>', '%', '&', etc) shown properly.
  11. How can i change line width for MSLine.swf and Line.swf?