SrinivasKothuri

Members
  • Content count

    6
  • Joined

  • Last visited

Posts posted by SrinivasKothuri


  1. below is the recent XML taken for the chart.

     

     

    <chart animation='1'

    imageSave='1'

    imageSaveURL='/hotel/Charts.php'

    showLabels='1'

    labelDisplay='Stagger'

    staggerLines='2'

    yAxisValueDecimals='0'

    chartBottomMargin='10'

    chartTopMargin='10'

    showhovercap='1'

    rotateValues='1'

    placeValuesInside='1'

    rotateXAxisName='1'

    chartLeftMargin='5'

    chartRightMargin='20'

    numDivLines='2'

    setAdaptiveYMin='1'

    defaultNumberScale=''

    numberScaleValue='1024, 1024'

    numberScaleUnit='k,M'>

    <set label='AA'

    name='AA'

    toolText='AA Value: 1135 Hz'

    value='1135'

    link='/records.php%3fid%3d^J7eaV9CDJojQB-741251CA'/>

    <categories>

    <category label='AA' /></categories>

    <legend showLegend='0'/>

    </chart>


  2. The following is the xml fed to generate a chart.

     

     

     

    <chart animation='1'

    imageSave='1'

    imageSaveURL='/hotel/Charts.jsp'

    showLabels='1'

    labelDisplay='Stagger'

    staggerLines='2'

    yAxisValueDecimals='0'

    chartBottomMargin='10'

    chartTopMargin='10'

    showhovercap='1'

    rotateValues='1'

    placeValuesInside='1'

    rotateXAxisName='1'

    chartLeftMargin='5'

    chartRightMargin='20'

    numDivLines='2'

    setAdaptiveYMin='1'

    defaultNumberScale=''

    numberScaleValue='1024, 1024'

    numberScaleUnit='k,M'>

    <set label='(other)'

    name='(other)'

    value='135'

    link='/records.jsp%3fid%3d^J7eaV9CDJojQB-741251CA'/>

    <categories>

    <category label='(other)' />

    </categories>

    <legend showLegend='0'/>

    </chart>

     

    but the chart shows same value in all points of the horizontal axis.

    Kindly let me know if something need to be changed from this or is the behavior of FC indeed.

     

    Thanks in advance.