SrinivasKothuri
Members-
Content count
6 -
Joined
-
Last visited
About SrinivasKothuri
-
Rank
Forum Newbie
-
Chart Shows All Axis Coordinates Same Value
SrinivasKothuri replied to SrinivasKothuri's topic in Javascript Problems
Is there any other way where the range will be set automatically? because, this problem occurs only when there is one item in the chart. If there are more items in the chart, the same kind of xml is working fine. I may not want to add new attributes in the xml (yAxisMaxValue and yAxisMinValue ). -
Chart Shows All Axis Coordinates Same Value
SrinivasKothuri replied to SrinivasKothuri's topic in Javascript Problems
sorry but it resulted in an incorrect graph. the horizontal axis ranges 0, 400, 800, 1k and the 1.11k bar ended between 800 and 1k !! -
Chart Shows All Axis Coordinates Same Value
SrinivasKothuri replied to SrinivasKothuri's topic in Javascript Problems
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> -
Chart Shows All Axis Coordinates Same Value
SrinivasKothuri replied to SrinivasKothuri's topic in Javascript Problems
Please find the attached screen-shot. (plz notice the problem area is marked in red.) patient.bmp -
Chart Shows All Axis Coordinates Same Value
SrinivasKothuri replied to SrinivasKothuri's topic in Javascript Problems
Hi Angshu, Thank you for your response. I'm using FC of version 3.2.1. and the chart type is column chart -
SrinivasKothuri started following Chart Shows All Axis Coordinates Same Value
-
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.