glaze24

Members
  • Content count

    29
  • Joined

  • Last visited

About glaze24

  • Rank
    Forum Member
  1. Div Lines Are Not Showing

    yeah it works..... thanks angie
  2. Div Lines Are Not Showing

    Its not working for me.... Below is my xml.. I've tried it by putting it in chart element as well.... <chart formatNumberScale='0' caption='abc' xAxisName='efg' divLineIsDashed='1' rotateLabels='1' slantLabels='1' showValues='0' showAlternateVGridColor='1' alternateVGridAlpha='5'> <categories> <category label = '6/2/2011' /> <category label = '13/2/2011' /> <category label = '20/2/2011' /> <category label = '30/1/2011' /> </categories> <axis numDivLines='4' title = 'xy' minValue = '8527.0' maxValue = '30106.0' titlePos = 'Left'> <dataset seriesName = 'xy' > <set value = '27023.0' /> <set value = '26665.0' /> <set value = '22390.0' /> <set value = '11610.0' /> </dataset> </axis> <axis numDivLines='4' title = 'x' minValue = '8099.0' maxValue = '53683.0' titlePos = 'Left'> <dataset seriesName = 'x' > <set value = '47171.0' /> <set value = '42519.0' /> <set value = '36707.0' /> <set value = '14611.0' /> </dataset> </axis> <axis numDivLines='4' title = 'z' minValue = '13005.0' maxValue = '54226.0' titlePos = 'RIGHT' axisOnLeft='0'> <dataset seriesName = 'z' > <set value = '48337.0' /> <set value = '45154.0' /> <set value = '41778.0' /> <set value = '18894.0' /> </dataset> </axis> <axis numDivLines='4' title = 'y' minValue = '4082.0' maxValue = '19755.0' titlePos = 'RIGHT' axisOnLeft='0'> <dataset seriesName = 'y' > <set value = '17516.0' /> <set value = '14738.0' /> <set value = '13160.0' /> <set value = '6321.0' /> </dataset> </axis> </chart> What could be the reason?
  3. Div Lines Are Not Showing

    Please check the axis in green color in the attachment charts.bmp
  4. Div Lines Are Not Showing

    Thanks angie, Another issue for me is, some axes don't have values spit up. I mean, they have only min and max values no other values between them, even though the difference between min and max is hardly 20,000. Because of this, dash lines are not coming, so chart doesn't look good. Is there any way to force the y-axis values split up?
  5. Div Lines Are Not Showing

    Hi, I am using multi-axis line chart. I want to show vertical axis divlines. but the chart chart doen't show it. I've pasted down the xml. <chart caption='abcd' xAxisName='efgh' rotateLabels='1' slantLabels='1' showValues='0' > <categories> <category label = '6/2/2011' /> <category label = '13/2/2011' /> <category label = '20/2/2011' /> <category label = '30/1/2011' /> </categories> <axis title = 'x' minValue = '11610.0' maxValue = '27023.0' titlePos = 'Left''> <dataset seriesName = 'x' > <set value = '2702300.0' /> <set value = '2666500.0' /> <set value = '2239000.0' /> <set value = '1161000.0' /> </dataset> </axis> <axis title = 'y' minValue = '14611.0' maxValue = '47171.0' titlePos = 'Left' > <dataset seriesName = 'y' > <set value = '4717100.0' /> <set value = '4251900.0' /> <set value = '3670700.0' /> <set value = '1461100.0' /> </dataset> </axis> <axis title = 'z' minValue = '18894.0' maxValue = '48337.0' titlePos = 'RIGHT' axisOnLeft='0' > <dataset seriesName = 'z' > <set value = '4833700.0' /> <set value = '4515400.0' /> <set value = '4177800.0' /> <set value = '1889400.0' /> </dataset> </axis> <axis title = 'xy' minValue = '6321.0' maxValue = '17516.0' titlePos = 'RIGHT' axisOnLeft='0' > <dataset seriesName = 'xy' > <set value = '1751600.0' /> <set value = '1473800.0' /> <set value = '1316000.0' /> <set value = '632100.0' /> </dataset> </axis> </chart> any suggestion?
  6. Tool Tip For Linear Gauge

    Hi, Below is my code, <chart showToolTip='0' showValue='0' showGaugeLabels='0' lowerLimit='0' upperLimit='100' lowerLimitDisplay='0' upperLimitDisplay='100' tickValueStep='2' bgColor='FBFAF7' showBorder = '0' numberSuffix='%'> <colorRange> <color minValue='0' maxValue='83' code='A9CCFF' label='xxxx'></color> <color minValue='83' maxValue='100' code='FEB5FF' label='yyy'></color> </colorRange> <pointers> <pointer bgAlpha= '24' radius = '7' value='83'></pointer> </pointers> </chart>
  7. Hi, I am using HLinear gauge. Please find the attached sample image. I want to show the value of the blue part of the gauge as a tool text when I hover over it and similarly for the pink part of the gauge. Is there any way to show tool tip like that? Because values are not clearly visible when one of the parts becomes very small. Please give me your suggestions. Thanks
  8. Chart Doesn't Show Tooltip Up

    yeah! I know but, that can be used when you have maxLabelWidthPercent value set to some value. I have tried it with different maxLabelWidthPercent values but, no changes at all to the chart....
  9. Chart Doesn't Show Tooltip Up

    According to your code x-axis labels will be shown as tooltip when i hover over stacked bars, but my scenario is like this: I want to show the tooltip (like technology,law, etc) when i hover over x-axis labels and only numerical values when i hover over stacked bars.. But numerical value and lables should not be combined in the tooltip. any idea?
  10. Chart Doesn't Show Tooltip Up

    thanks for your idea.. but is there any way to show tooltext only for labels? because <category> element is meant for x-axis labels, so I tried with my code. I dont want to show the labels along with dataset values...
  11. Chart Doesn't Show Tooltip Up

    Thanks for your response ! I have pasted the code below. <chart showToolTip='1' caption='Values' maxLabelWidthPercent='100' chartLeftMargin='0' canvasRightMargin='0' showValues='0' numDivLines='0' bgColor='FBFAF7' showBorder ='0' showCanvasBg = '0' showCanvasBase = '0' plotGradientColor='4A9B19' showYAxisValues='0' plotSpacePercent = '40' canvasBgColor='FAF9F2' divLineColor='FAF9F2' showAlternateVGridColor='0'> <categories> <category toolText='Technology' label=' Technology' ></category> <category toolText='Internet' label=' Internet' ></category> <category toolText='Student' label=' Student' ></category> <category toolText='Communications or Media' label='Communications or Media' ></category> <category toolText='Advertising' label=' Advertising' ></category> <category toolText='Education' label=' Education' ></category> <category toolText='Science' label=' Science' ></category> <category toolText='Arts' label=' Arts' ></category> <category toolText='Consulting' label=' Consulting' ></category> <category toolText='Telecommunications' label=' Telecommunications' ></category> <category toolText='Law' label=' Law' ></category> <category toolText='Government' label=' Government' ></category> <category toolText='Accounting' label=' Accounting' ></category> <category toolText='Transportation' label=' Transportation' ></category> <category toolText='Law Enforcement or Security' label='Law Enforcement or ...' ></category> </categories> <dataset> <set color ='4A9B19' toolText='21' value='21' ></set> <set color ='4A9B19' toolText='8' value='8' ></set> <set color ='4A9B19' toolText='5' value='5' ></set> <set color ='4A9B19' toolText='5' value='5' ></set> <set color ='4A9B19' toolText='4' value='4' ></set> <set color ='4A9B19' toolText='4' value='4' ></set> <set color ='4A9B19' toolText='3' value='3' ></set> <set color ='4A9B19' toolText='3' value='3' ></set> <set color ='4A9B19' toolText='3' value='3' ></set> <set color ='4A9B19' toolText='3' value='3' ></set> <set color ='4A9B19' toolText='2' value='2' ></set> <set color ='4A9B19' toolText='2' value='2' ></set> <set color ='4A9B19' toolText='2' value='2' ></set> <set color ='4A9B19' toolText='1' value='1' ></set> <set color ='4A9B19' toolText='1' value='1' ></set> </dataset> </chart>
  12. Hi, I have a stacked bar chart and I want to show up tooltip for long x-axis labels. I set toolText attribute to <category> element and also enabled showToolTip in <chart> element. But the chart didn't show tooltip for the labels. I dont why it is happening!!! Please give me your suggestions... Thanks
  13. Chartnodatatext Issue

    Hi, Below is my code. Please let me know if you want more information. serverpath = "http://www.ourdomain/swf/HLinearGauge.swf?ChartNoDataText=Getting Data" var myChart = new FusionCharts(serverpath, "chartId","225", "70", "0", "1"); myChart.setDataXML("<chart></chart>") myChart.render("Chartdiv"); which displays a blank chart, but did not show up the message. But for serverpath = "http://www.ourdomain/swf/HLinearGauge.swf?LoadDataErrorText=Getting Data" and myChart.setDataXML(" "), it gives the correct message. Also, when i include an alert before rendering, it did show the message, but did not without an alert.
  14. Hi all, I am using Hlinear gauge for showing data. I want to customize ChartNoDataText for it. So, I set swf url to "myurl/HLinearGauge?ChartNoDataText =My message" . Also I set chartxml to "<chart></chart>". But it renders a chart without data. But, if I set chartxml to an empty string it displays "Error in loading data". So, I changed swf url from "myurl/HLinearGauge?ChartNoDataText =My message" to "myurl/HLinearGauge?LoadDataErrorText=My message" which displays the message. Is there any problem in showing custom ChartNoDataText message for widgets?. But custom ChartNoDataText messages are working well for 3d column, stacked bar charts. Really weird, Please help me. Thanks in advance
  15. 2D Bar Chart Canvas

    Hi, I dont want the canvas area to be displayed in 2D bar chart. Which xml attribute should be used for that? Thanks in advance Hey!!! done