irawan

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by irawan

  1. Trend line label in Combination 2D not showing... Can someone please help me ? Anything wrong with my xml ? <chart xAxisName='Peers' showValues='0' numberPrefix='' showLegend='0' adjustDiv='1' > <categories> <category label='Peer 1' /> <category label='Peer 2' /> </categories> <dataset seriesName='Peer'> <set value='14.77' /> <set value='21.31' /> </dataset> <trendLines> <line startValue='39.05' color='91C728' displayvalue='Median' /> </trendLines> <styles> <definition> <style name='CanvasAnim' type='animation' param='_xScale' start='0' duration='1' /> </definition> <application> <apply toObject='Canvas' styles='CanvasAnim' /> </application> </styles> </chart>
  2. Thanks for the reply, but the thing is the word "Median" is not appears in the y-axis, but I can see the trend line Btw, I'm using FusionCharts.setCurrentRenderer('javascript'); to render the chart Screen shot