teploukhovk

Members
  • Content count

    10
  • Joined

  • Last visited

About teploukhovk

  • Rank
    Junior Member
  1. Problem with Radar

    Thank you very much.
  2. Problem with Radar

    Why "canvasPadding" attribute in <chart> doesn't work in Radar chart??
  3. Problem with Radar

    Thanks a lot.
  4. Problem with Radar

    up
  5. Problem with Radar

    Hello. With a large number of data and the small height of the window some labels overlap legend and go beyond chart area. What can I do about this? Screenshot, XML & SWF files are in attachment. Thanks. The label "1998" is located very close to the upper boundary of the window. The label "1999" painted on the border of the legend.
  6. Thanks for your answers.
  7. <chart showRestoreBtn ='0' showFormBtn='0' borderColor='000000' yAxisValueDecimals='9' borderThickness='2' borderAlpha='100' decimals='2' forceDecimals='1' inThousandSeparator='' inDecimalSeparator=',' thousandSeparator='' decimalSeparator=',' toolTipSepChar=';' formatNumber='1' formatNumberScale='0' palette='2' setAdaptiveYMin='1' useRoundEdgesExt='0' plotGradientColor='' labelDisplay='WRAP' areaOverColumns='0' animation = '0' showNames='1' caption='' outCnvBaseFontSize='12' outCnvBaseFontColor='000000' outCnvBaseFont='Arial' canvasBgColor='FFFFFF' bgColor='FFFFFF' showBorder='0' showAlternateHGridColor='0' divLineThickness='1' numVDivLines='2' vDivLineThickness='1' showAlternateVGridColor='0' showValues='0' showLegend='0' useRoundEdges='1' baseFont='Arial' baseFontSize='10' showSecondaryLimits='0' showDivLineSecondaryValue='0' > <categories> <category label='Jan 1955' fontSize='5' /> <category label='Feb 1955' fontSize='5' /> <category label='Mar 1955' fontSize='5' /> <category label='Apr 1955' fontSize='5' /> </categories> <dataset renderAs='LINE' color='516F93' alpha='100' seriesName = '' parentYAxis='P' lineThickness='2' anchorSides='20' anchorRadius='3' anchorBorderThickness='2'> <set id='row1col2' value='0,000000001'/> <set id='row1col3' value='0,000000002'/> <set id='row1col4' value='0,000000001'/> <set id='row1col5' value='0,000000002'/> </dataset> <styles> <definition> <style name='defaultToolTipFont' type='font' font='Arial' size='11' color='000000'/> <style name='DataVal' type='font' color='000000' bgColor='FFFFE0' borderColor='000000' /> <style name='CanvasAnim' type='animation' param='_xScale' start='0' duration='1' /> <style name='chartCaption' type='font' face='Arial' size='19' color='000000' bold='1'/> <style name='axisXFont' type='font' face='Arial' size='10' color='000000'/> <style name='axisXCaptionFont' type='font' face='Arial' size='13' color='000000' bold='1'/> <style name='axisYFont' type='font' face='Arial' size='10' color='000000'/> <style name='axisYCaptionFont' type='font' face='Arial' size='13' color='000000' bold='1'/> </definition> <application> <apply toObject='ToolTip' styles='defaultToolTipFont' /> <apply toObject='DataValues' styles='DataVal' /> <apply toObject='Canvas' styles='CanvasAnim' /> <apply toObject='Caption' styles='chartCaption' /> <apply toObject='DataLabels' styles='axisXFont' /> <apply toObject='XAxisName' styles='axisXCaptionFont' /> <apply toObject='YAxisValues' styles='axisYFont' /> <apply toObject='YAxisName' styles='axisYCaptionFont' /> </application> </styles> </chart> Doesn't work again
  8. No, it doesn't help.
  9. forceDecimals='1' helps with hints, but doesn't help with y-axis-scale I've read manual, but I can't transform y-asix values with small numbers... if I use <chart ... formatNumberScale='0'>, it displays zero-values on scale..
  10. Hello!How can I transform small numbers on y-scale in decimal fraction (ex.: 9,2e-8 to 0,000000092)?? Thanks. <chart showRestoreBtn ='0' showFormBtn='0' borderColor='000000' borderThickness='2' borderAlpha='100' decimals='2' forceDecimals='1' inThousandSeparator='' inDecimalSeparator=',' thousandSeparator='' decimalSeparator=',' toolTipSepChar=';' formatNumber='1' formatNumberScale='0' palette='2' setAdaptiveYMin='1' useRoundEdgesExt='0' plotGradientColor='' labelDisplay='WRAP' areaOverColumns='0' animation = '0' showNames='1' caption='' outCnvBaseFontSize='12' outCnvBaseFontColor='000000' outCnvBaseFont='Arial' canvasBgColor='FFFFFF' bgColor='FFFFFF' showBorder='0' showAlternateHGridColor='0' divLineThickness='1' numVDivLines='2' vDivLineThickness='1' showAlternateVGridColor='0' showValues='0' showLegend='0' useRoundEdges='1' baseFont='Arial' baseFontSize='10' showSecondaryLimits='0' showDivLineSecondaryValue='0' > <categories> <category label='Jan 1955' fontSize='5' /> <category label='Feb 1955' fontSize='5' /> <category label='Mar 1955' fontSize='5' /> <category label='Apr 1955' fontSize='5' /> </categories> <dataset renderAs='LINE' color='516F93' alpha='100' seriesName = '' parentYAxis='P' lineThickness='2' anchorSides='20' anchorRadius='3' anchorBorderThickness='2'> <set id='row1col2' value='9,11214953271028E-08'/> <set id='row1col3' value='9,11214953271028E-08'/> <set id='row1col4' value='9,11214953271028E-08'/> <set id='row1col5' value='9,19003115264797E-08'/> </dataset> <styles> <definition> <style name='defaultToolTipFont' type='font' font='Arial' size='11' color='000000'/> <style name='DataVal' type='font' color='000000' bgColor='FFFFE0' borderColor='000000' /> <style name='CanvasAnim' type='animation' param='_xScale' start='0' duration='1' /> <style name='chartCaption' type='font' face='Arial' size='19' color='000000' bold='1'/> <style name='axisXFont' type='font' face='Arial' size='10' color='000000'/> <style name='axisXCaptionFont' type='font' face='Arial' size='13' color='000000' bold='1'/> <style name='axisYFont' type='font' face='Arial' size='10' color='000000'/> <style name='axisYCaptionFont' type='font' face='Arial' size='13' color='000000' bold='1'/> </definition> <application> <apply toObject='ToolTip' styles='defaultToolTipFont' /> <apply toObject='DataValues' styles='DataVal' /> <apply toObject='Canvas' styles='CanvasAnim' /> <apply toObject='Caption' styles='chartCaption' /> <apply toObject='DataLabels' styles='axisXFont' /> <apply toObject='XAxisName' styles='axisXCaptionFont' /> <apply toObject='YAxisValues' styles='axisYFont' /> <apply toObject='YAxisName' styles='axisYCaptionFont' /> </application> </styles> </chart>