Hi,
On Flash this xml
<chart drawAnchors='1' legendPosition='BOTTOM' yAxisMaxValue='100' anchorSides='10' connectNullData='0' decimalPrecision='2' formatNumberScale='0' numberPrefix='' numberSuffix='%' chartLeftMargin='5' chartRightMargin='20' chartTopMargin='10' chartBottomMargin='5' showNames='1' showAnchors='0' showValues='1' showShadow='0' showColumnShadow='0' outCnvBaseFont='Arial' outCnvBaseFontColor='000000' baseFontSize='12' baseFont='Arial' divLineColor='C0C0C0' vDivLineColor='E0E0E0' divLineThickness='1' vDivLineThickness='1' divLineAlpha='100' canvasBorderColor='B0B0B0' canvasBorderThickness='1' lineThickness='3' lineColor='B3D5F0' bgColor='FFFFFF' showBorder='0' adjustDiv='1' showAlternateHGridColor='0' palette='2' rotateValues='1' decimalSeparator=',' decimals='2'><div> <styles></div><div> <definition></div><div> <style name='CaptionFont' type='font' font='arial' isHTML='1' bold='0' size='11' /></div><div> <style name='SmallCaptionFont' type='font' font='arial' isHTML='1' bold='0' size='10' /></div><div> </definition></div><div> <application></div><div> <apply toObject='CAPTION' styles='CaptionFont' /></div><div> <apply toObject='DATALABELS' styles='CaptionFont' /></div><div> <apply toObject='DATAVALUES' styles='CaptionFont' /></div><div> <apply toObject='TOOLTIP' styles='CaptionFont' /></div><div> <apply toObject='YAXISVALUES' styles='CaptionFont' /></div><div> <apply toObject='LEGEND' styles='CaptionFont' /></div><div> </application></div><div> </styles></div><div> <categories></div><div> <category label='Россия' /></div><div> <category label='СНГ' /></div><div> <category label='Европа' /></div><div> <category label='Сев. Америка' /></div><div> <category label='Центр. Америка' /></div><div> <category label='Африка' /></div><div> <category label='Бл. и Ср. Восток' /></div><div> <category label='Азия' /></div><div> <category label='Пасифик' /></div><div> </categories></div><div> <dataSet seriesName='2009' color='4f81bd' anchorBorderColor='4f81bd' anchorBgColor='4f81bd' renderAs='Column'></div><div> <set value='23.0752' /></div><div> <set value='41.2957' /></div><div> <set value='24.2205' /></div><div> <set value='78.4523' /></div><div> <set value='94.1176' /></div><div> <set value='15.0000' /></div><div> <set value='43.2421' /></div><div> <set value='38.3846' /></div><div> <set value='26.9671' /></div><div> </dataSet></div><div> <dataSet seriesName='2010' color='dfa311' anchorBorderColor='dfa311' anchorBgColor='dfa311' renderAs='Column'></div><div> <set value='26.9613' /></div><div> <set value='37.7367' /></div><div> <set value='35.0040' /></div><div> <set value='39.8101' /></div><div> <set value='55.8824' /></div><div> <set value='55.0505' /></div><div> <set value='49.5006' /></div><div> <set value='48.6196' /></div><div> <set value='63.1404' /></div><div> </dataSet></div></chart>
shows chart as expected.
But on IPad (html5 renderer) it doesn't (unrotated values comes very close to each other and thus unreadable)
XML generator is the same
Is there any workaround?