rreminnyk
Members-
Content count
11 -
Joined
-
Last visited
Everything posted by rreminnyk
-
How can I show legend for single-series chart?
-
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'
-
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?
-
Have you found any solution? This is very important for me. I've already attached full xml in preceding reply.
-
FusionChart doesn't display correctly '<' symbol. The others illegal symbols('>', '%', '&', etc) shown properly.
-
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?
-
How can i change line width for MSLine.swf and Line.swf?
-
thanks!
-
i'll do it on the Monday. Full xml is attached. Line.swf is used. data.xml
-
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?
-
I have to use setDataXml method instead of setDataURL. '<' symbol isn't shown even through it masked(;