sivatech001
Members-
Content count
24 -
Joined
-
Last visited
Everything posted by sivatech001
-
Hi Team, Am using this ScrollColumn2D.swf chart in our application. Alignment is not setting properly please suggest me, Template partial code: formatNumberScale="0" numDivLines="3" legendBorderAlpha="0" borderColor="E3CAD8" borderThickness="1" showBorder="1" useRoundEdges="1" showvalues="1" shownames="1" palette="5" plotSpacePercent='50' setAdaptiveYMin='0' scrollToEnd="1"> Note : Please see the graph image also for the attachment Thanks, Siva
-
Question: 1. In the left corner of graph one letter 'F' in the word "First lb" not showing properly. I need to align to the right. So that I can see the letter properly. 2. Marker on reading needs to be height up of the the red marker. Currently it showing less height. I need some more height. My XML code: <Chart bgColor='E1EBFA,E1EBFA' bgAlpha='0' showBorder='0' upperLimit='$upperLimit' lowerLimit='0' gaugeRoundRadius='5' chartBottomMargin='1' ticksBelowGauge='1' showTickValues='0' showGaugeLabels='1' majorTMNumber='$majorTMNumber' valueAbovePointer='0' pointerOnTop='0' pointerRadius='12' placeTicksInside='1' placeValuesInside='1' majorTMThickness='10' majorTMColor='E9E8AF' showValue ='0' showToolTip='1' gaugeBorderThickness='125' gaugeBorderColor='fdfdf0'> </chart> Thanks, Siva.
-
Hi, How do I call images for the following ranges which is shown in the following screen shot. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> I can show the bar using the final value which is got from database. My question is, 1. How do I set the limits which is described in the above screen shot. Also I want to call the images for each and every ranges which is to be shown in the above image. 2. Let us know the simple code sample ie, how to call the images in the ranges which I mentioned. 3. Can you please send me your sample code the above similar functionality(XML code) which is to be calling the images in the given specified ranges. Thanks, Siva.
-
Hi, <chart yAxisMinValue="0" yAxisMaxValue="100" formatNumber="0" bgColor='f7f2f7,f7f2f7' bgalpha='100,100' formatNumberScale="0" numDivLines="3" legendBorderAlpha="0" borderColor="f7f2f7" borderThickness="1" showBorder="1" useRoundEdges="1" showvalues="0" numberSuffix = '%' shownames="1" palette="5" plotSpacePercent='50' labelDisplay='Rotate' slantLabels='1' setAdaptiveYMin='20'> <categories> #set($count = 0) #foreach( $lunchmeals in $lunchmeal) <category name = '$lunchmeals' toolText='$lunchmealname.get($count)' color='8BBA00'/> #set($count=$count+1) #end </categories> <dataset color='8BBA00' showValues ='1'> #foreach( $lunchcalories in $lunchcalorie) <set value = '$!lunchcalories' /> #set ($lunchcalories='0') #end </dataset> </chart> The above mentioned red color text contain dynamic values comes from database. In that case if the values get name with sigle quote (eg : apple's) then it showing Invalid XML data error. How to rectify this. Thanks, Siva.
-
Hi, I used as per your document, I got more or less same as per my application requirement. I need some more clearness. 1. How to set the x-axis properly so that can I see the image properly. I used my code but I got the above graph (not looking proper). 2. How to give Tooltext for the image. I used toolText='First image' but it is not displaying while rollover the mouse on the first image. (How do I fix) Also MY code given below. <Chart bgColor='E9E8AF' bgAlpha='0' showBorder='0'upperLimit='275000' lowerLimit='0' gaugeRoundRadius='5' chartBottomMargin='10' ticksBelowGauge='1' showGaugeLabels='0' majorTMNumber='7' valueAbovePointer='0' pointerOnTop='0' pointerRadius='9' placeTicksInside='1' placeValuesInside='1' majorTMThickness='10' majorTMColor='E9E8AF' > <colorRange> <color minValue='0' maxValue='2500' code='E9E8AF' /> <color minValue='2500' maxValue='5000' code='E9E8AF' /> <color minValue='5000' maxValue='7500' code='E9E8AF' /> <color minValue='7500' maxValue='10000' code='E9E8AF' /> <color minValue='10000' maxValue='12500' code='E9E8AF' /> <color minValue='12500' maxValue='15000' code='E9E8AF' /> <color minValue='15000' maxValue='20000' code='E9E8AF' /> <color minValue='20000' maxValue='30000' code='E9E8AF' /> <color minValue='30000' maxValue='40000' code='E9E8AF' /> <color minValue='40000' maxValue='50000' code='E9E8AF' /> <color minValue='50000' maxValue='75000' code='E9E8AF' /> <color minValue='75000' maxValue='100000' code='E9E8AF' /> <color minValue='100000' maxValue='120000' code='E9E8AF' /> <color minValue='120000' maxValue='150000' code='E9E8AF' /> <color minValue='150000' maxValue='175000' code='E9E8AF' /> <color minValue='175000' maxValue='200000' code='E9E8AF' /> <color minValue='200000' maxValue='225000' code='E9E8AF' /> <color minValue='225000' maxValue='250000' code='E9E8AF' /> <color minValue='250000' maxValue='275000' code='E9E8AF' /> </colorRange> <pointers> <pointer value='$StrenghExe' toolText='$sum'/> </pointers> <annotations origW='2000' origH='138' autoScale='1' constrainedScale='0'> <annotationGroup id='Grp1' showBelow='0' > <annotation type='image' x='16' y='18' toolText='First Image' URL='http://localhost:80/graphs/FusionAir/Resources/1.gif' /> <annotation type='image' x='127' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/2.gif' /> <annotation type='image' x='240' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/3.gif' /> <annotation type='image' x='347' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/4.gif' /> <annotation type='image' x='466' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/5.gif' /> <annotation type='image' x='575' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/6.gif' /> <annotation type='image' x='675' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/7.gif' /> <annotation type='image' x='770' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/8.gif' /> <annotation type='image' x='890' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/9.gif' /> <annotation type='image' x='991' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/10.gif' /> <annotation type='image' x='1090' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/11.gif' /> <annotation type='image' x='1190' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/12.gif' /> <annotation type='image' x='1290' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/13.jpg' /> <annotation type='image' x='1390' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/14.gif' /> <annotation type='image' x='1495' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/15.gif' /> <annotation type='image' x='1590' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/16.gif' /> <annotation type='image' x='1695' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/17.gif' /> <annotation type='image' x='1795' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/18.gif' /> <annotation type='image' x='1895' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/19.gif' /> </annotationGroup> </annotations> <trendpoints> <point startValue='1' displayValue='First lb' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='2500' displayValue='2,500 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='5000' displayValue='5,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='7500' displayValue='7,500 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='10000' displayValue='10,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='12500' displayValue='12,500 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='15000' displayValue='15,000 lbs' color='E9E8AF' alpha='0' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='20000' displayValue='20,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='30000' displayValue='30,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='40000' displayValue='40,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='50000' displayValue='50,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='75000' displayValue='75,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='100000' displayValue='100,000 lbs' color='E9E8AF' alpha='0' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='120000' displayValue='120,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='150000' displayValue='150,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='175000' displayValue='175,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='200000' displayValue='200,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='225000' displayValue='225,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='250000' displayValue='250,000 lbs' color='E9E8AF' alpha='0' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='275000' displayValue='275,000 lbs' color='E9E8AF' alpha='0' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> </trendpoints> <styles> <definition> <style name='ValueFont' type='Font' bgColor='333333' size='10' color='FFFFFF'/> </definition> <application> <apply toObject='VALUE' styles='valueFont'/> </application> </styles> </Chart> Thanks, Siva.
-
Bullet Graph(HLinearGauge.swf)-Clearness Doubt.
sivatech001 posted a topic in Suggestions & Requests
Hi, I used as per your request and also applied in my application with the given HLinearGauge.swf. My question is, I need to give spaces to all images as per I requested. See my image given below, I need the above mentioned graph. Questions: 1. My upper limit image size is more so in that case the graph not display properly(see my first image given above). 2. It is possible to set the scrolling possiblity to horizontal scroll bar so that I can see my graph full. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> 3. Can I set the graph as like the above mentioned in the clear manner. Also make changes in my code where I can chage so that I can get the image clear the above mentioned Note: See my XML code given below, <Chart bgColor='FFFFFF' bgAlpha='0' showBorder='0' upperLimit='15000' lowerLimit='0' gaugeRoundRadius='5' chartBottomMargin='10' ticksBelowGauge='1' showGaugeLabels='0' majorTMNumber='7' valueAbovePointer='0' pointerOnTop='0' pointerRadius='9' placeTicksInside='1' placeValuesInside='1' majorTMThickness='10' majorTMColor='CCCA6A' > <colorRange> <color minValue='0' maxValue='2500' code='FF654F' /> <color minValue='2500' maxValue='5000' code='FF654F' /> <color minValue='5000' maxValue='7500' code='FF654F' /> <color minValue='7500' maxValue='10000' code='FF654F' /> <color minValue='10000' maxValue='12500' code='FF654F' /> <color minValue='12500' maxValue='15000' code='FF654F' /> <color minValue='15000' maxValue='20000' code='FF654F' /> <color minValue='20000' maxValue='30000' code='FF654F' /> <color minValue='30000' maxValue='40000' code='FF654F' /> <color minValue='40000' maxValue='50000' code='FF654F' /> <color minValue='50000' maxValue='75000' code='FF654F' /> <color minValue='75000' maxValue='100000' code='FF654F' /> <color minValue='100000' maxValue='120000' code='FF654F' /> <color minValue='120000' maxValue='150000' code='FF654F' /> <color minValue='150000' maxValue='175000' code='FF654F' /> <color minValue='175000' maxValue='200000' code='FF654F' /> <color minValue='200000' maxValue='225000' code='FF654F' /> <color minValue='225000' maxValue='250000' code='FF654F' /> <color minValue='250000' maxValue='275000' code='FF654F' /> </colorRange> <pointers> <pointer value='$dcrVal' toolText='$sum'/> </pointers> <annotations origW='694' origH='138' autoScale='1' constrainedScale='0'> <annotationGroup id='Grp1' showBelow='0' > <annotation type='image' x='16' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/1.png' /> <annotation type='image' x='127' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/2.png' /> <annotation type='image' x='240' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/3.png' /> <annotation type='image' x='347' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/4.png' /> <annotation type='image' x='466' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/5.png' /> <annotation type='image' x='575' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/6.png' /> </annotationGroup> </annotations> <trendpoints> <point startValue='1' displayValue='First lb' alpha='0' color='cccccc' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> <point startValue='2500' displayValue='2,500 lbs' alpha='0' color='cccccc' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> <point startValue='5000' displayValue='5,000 lbs' alpha='0' color='cccccc' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> <point startValue='7500' displayValue='7,500 lbs' alpha='0' color='cccccc' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> <point startValue='10000' displayValue='10,000 lbs' alpha='0' color='cccccc' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> <point startValue='12500' displayValue='12,500 lbs' alpha='0' color='cccccc' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> <point startValue='15000' displayValue='15,000 lbs' color='cccccc' alpha='0' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> </trendpoints> <styles> <definition> <style name='ValueFont' type='Font' bgColor='333333' size='10' color='FFFFFF'/> </definition> <application> <apply toObject='VALUE' styles='valueFont'/> </application> </styles></Chart> Thanks, siva. -
Hi, Its work.
-
Hi, I used this chart in my application. It shows the default color eventhough I set bgColor but it not showing pls look in to this the following code. <graph yAxisMinValue="0" yAxisMaxValue="100" formatNumber="0" bgColor="f7f2f7" labelDisplay='Rotate' slantLabels='1' formatNumberScale="0" numDivLines="2" legendBorderAlpha="0" yAxisValueDecimals='2' useRoundEdges="1" showvalues="0" numberSuffix = '%' shownames="1" palette="5" plotSpacePercent='70' setAdaptiveYMin='10'>What can do change backround. Thanks
-
ScrollColumn2D.swf (Backround color setting)
sivatech001 replied to sivatech001's topic in Suggestions & Requests
Hi, In this same chart I have more row(scroll). It displays only one color for all row. I need to change dynamically different color for each rows. It is possible then how can i do that. Thanks. -
Hi, Hi I used this code in my application, <Chart bgColor="f7f2ff,f7f2ff" upperLimit="500" lowerLimit="-1500" majorTMNumber="6" majorTMHeight="8" showGaugeBorder="0" gaugeOuterRadius="140" gaugeOriginX="205" gaugeOriginY="206" gaugeInnerRadius="2" formatNumberScale="0" formatNumber='0' displayValueDistance="35" chartLeftMargin="50" borderColor="f7f2f7" borderThickness="1" showBorder="1" tickMarkDecimalPrecision="1" pivotRadius="15" showPivotBorder="1" pivotBorderColor="000000" Canvasbgcolor="f7f2f7" pivotBorderThickness="3" pivotFillMix="FFFFFF,000000" autoScale='1' origW='400' origH='200'> <colorRange> <color minValue="-1500" maxValue="-1000" code="FF0000" /> <color minValue="-1000" maxValue="-750" code="FBB117" /> <color minValue="-750" maxValue="-250" code="5FFB17" /> <color minValue="-250" maxValue="0" code="FBB117" /> <color minValue="0" maxValue="500" code="FF0000" /> </colorRange> <dials> <dial value='$weightlossAvg' borderAlpha="0" bgColor="000000" baseWidth="28" topWidth="1" radius="130" toolText='$suggest'/> </dials> <annotations autoScale='1' origW='400' origH='200' borderColor="000000" borderThickness="1" showBorder="1"> <annotationGroup xPos="205" yPos="207.5"> <annotation type="circle" xPos="0" yPos="2.5" radius="150" startAngle="0" endAngle="180" fillPattern="linear" fillAsGradient="1" fillColor="dddddd,666666" fillAlpha="100,100" fillRatio="50,50" fillDegree="0" showBorder="1" borderColor="444444" borderThickness="2" /> <annotation type="circle" xPos="0" yPos="0" radius="145" startAngle="0" endAngle="180" fillPattern="linear" fillAsGradient="1" fillColor="666666,ffffff" fillAlpha="100,100" fillRatio="50,50" fillDegree="0" /> </annotationGroup> </annotations> </Chart> I put color ranges in the above code. But it is not align properly in my condition range <colorRange> <color minValue="-1500" maxValue="-1000" code="FF0000" /> <color minValue="-1000" maxValue="-750" code="FBB117" /> <color minValue="-750" maxValue="-250" code="5FFB17" /> <color minValue="-250" maxValue="0" code="FBB117" /> <color minValue="0" maxValue="500" code="FF0000" /> </colorRange> So, as per condition the graphs show like (-1500 to -1000 to this color and so on..) But the my graphs shows the ranges properly but in outer area marker not in my condition it shows (-1500 to -1100 and -1100 to -700 and -700 to -300 and -300 to 100 and 100 to 500) but i need (-1500 to -1000 and -1000 to -750 and -750 to -250 and 250 to 0 and 0 to 500) Thanks,
-
Hi, I was used MSBar3D.swf chart in our project. In that currently I used fixed width and height. It is applicable for certain condition like, if bar height and showing my result bar less or same it accommodate. Suppose if showing result bar is more means the graph is congested. So in that case can I use dynamically grow the scroll to show all my result bar, so that can i see my result fully. Siva.
-
Hi, It is applicable for MSColumn3D.swf. or else any other charts this facility is available. Thanks.
-
Hi, I called Fusion Map(FCMap_USA.swf) this map in my application its displaying. But it shows the places like(CA,MT,ND and etc...) thats area names in USA. I want to hide that area names and show the maps without area names. Thans, Siva.
-
Regarding (AngularGauge.swf) and MSColumn3D.swf
sivatech001 posted a topic in Suggestions & Requests
Hi, I have implemented (AngularGauge.swf) in my application. It showing big size in my application, I want to reduce the size as much as possible as I like. So where can I change the code so that can reduce size as much as possible. Please see below my code for more information. code snopshot <Chart bgColor="AEC0CA,FFFFFF" fillAngle="45" upperLimit="1250" lowerLimit="-1250" majorTMNumber="6" majorTMHeight="8" showGaugeBorder="0" gaugeOuterRadius="140" gaugeOriginX="205" gaugeOriginY="206" gaugeInnerRadius="2" formatNumberScale="0" displayValueDistance="30" tickMarkDecimalPrecision="1" pivotRadius="17" showPivotBorder="1" pivotBorderColor="000000" pivotBorderThickness="5" pivotFillMix="FFFFFF,000000"> <colorRange> <color minValue="-1250" maxValue="-750" code="#FF0000" /> <color minValue="-750" maxValue="-250" code="#FBB117" /> <color minValue="-250" maxValue="250" code="#5FFB17" /> <color minValue="250" maxValue="750" code="#FBB117" /> <color minValue="750" maxValue="1250" code="#FF0000" /> </colorRange> <dials> <dial value='$weightlossAvg' borderAlpha="0" bgColor="000000" baseWidth="28" topWidth="1" radius="130" toolText='$suggest'/> </dials> <annotations> <annotationGroup xPos="205" yPos="207.5"> <annotation type="circle" xPos="0" yPos="2.5" radius="150" startAngle="0" endAngle="180" fillPattern="linear" fillAsGradient="1" fillColor="dddddd,666666" fillAlpha="100,100" fillRatio="50,50" fillDegree="0" showBorder="1" borderColor="444444" borderThickness="2" /> <annotation type="circle" xPos="0" yPos="0" radius="145" startAngle="0" endAngle="180" fillPattern="linear" fillAsGradient="1" fillColor="666666,ffffff" fillAlpha="100,100" fillRatio="50,50" fillDegree="0" /> </annotationGroup> </annotations> </Chart> ------------------------------------------------------------------------------- 2. Also I used MSColumn3D.swf chart. When it shows depends on size the width of the bar size is showing right. I want to show whatever the width the bar should be lean (just like line). When I use this chart, I show name like protien 60% in that case 'pr' will print first line and 'ot' will print second line and so on in the single bar(ie, harizantally disaplying). I need the food name shoud display vertically(ie, protein and corresponding bar). Thanks, siva -
Fusion Map(FCMap_USA.swf) need help
sivatech001 replied to sivatech001's topic in Suggestions & Requests
Hi, I used showLabel='0' but also it shows the area. How to make it without showing area name. My codes given below. <map showShadow='0' showBevel='0' showMarkerLabels='0' useHoverColor='0' showLabels='0' showCanvasBorder='0' mapRightMargin='0' fillColor='AFCED9' bordercolor='FFFFFF' markerBgColor='00577F' animation='0' formatNumber="0" bgColor="f7f2f7" borderColor="f7f2f7" borderThickness="1" showBorder="1" markerBorderColor='00577F' markerRadius='3' showTooltip='0' showMarkerTooltip='0' showMarkerLabels='0'> <data> <entity id='AL' /> <entity id='AK' /> <entity id='AZ' /> <entity id='AR' /> <entity id='CA' /> <entity id='CO' /> <entity id='CT' /> <entity id='DE' /> <entity id='FL' /> <entity id='GA' /> <entity id='HI' /> <entity id='ID' /> <entity id='IL' /> <entity id='IN' /> <entity id='IA' /> <entity id='KS' /> <entity id='KY' /> <entity id='LA' /> <entity id='ME' /> <entity id='MD' /> <entity id='MA' /> <entity id='MI' /> <entity id='MN' /> <entity id='MS' /> <entity id='MO' /> <entity id='MT' /> <entity id='NE' /> <entity id='NV' /> <entity id='NH' /> <entity id='NJ' /> <entity id='NM' /> <entity id='NY' /> <entity id='NC' /> <entity id='ND' /> <entity id='OH' /> <entity id='OK' /> <entity id='OR' /> <entity id='PA' /> <entity id='RI' /> <entity id='SC' /> <entity id='SD' /> <entity id='TN' /> <entity id='TX' /> <entity id='UT' /> <entity id='VT' /> <entity id='VA' /> <entity id='WA' /> <entity id='WV' /> <entity id='WI' /> <entity id='WY' /> <entity id='DC' /> </data> <markers> <definition> <marker id='SE' x='35.34' y='50.56' label='Seattle' /> <marker id='CO' x=' 525.85' y='172.94' label='Columbus' /> <marker id='MA' x='444.94' y='119.34' label='Madison' /> <marker id='LA' x='81.86' y=' 257.89' label='Los Angeles' /> <marker id='SLC' x='163.79' y='156.76' label='Salt Lake City' /> <marker id='KC' x='383.25' y='183.05 ' label='Kansas City' /> <marker id='AT' x='508.66' y='267' label='Atlanta' /> <marker id='CH' x='467.19' y='139.56' label='Chicago' /> <marker id='OK' x='344.82' y='236.65' label='Oklahoma City' /> <marker id='NO' x='432.81' y='314.53' label='New Orleans' /> </definition> <shapes> <shape id='Icon' type='image' URL='http://localhost:80/graphs/FusionAir/Resources/PlaneIcon.gif'/> </shapes> <application> <marker id='SE' shapeId='Icon' /> <marker id='SP' shapeId='Icon' /> <marker id='CO' shapeId='Icon' /> <marker id='MA' shapeId='Icon' /> <marker id='LA' shapeId='Icon' /> <marker id='SLC' shapeId='Icon' /> <marker id='KC' shapeId='Icon' /> <marker id='AT' shapeId='Icon' /> <marker id='CH' shapeId='Icon' /> <marker id='OK' shapeId='Icon' /> <marker id='NO' shapeId='Icon' /> </application> <connectors> <connector from='SE' to='SLC' toolText='Seattle - Salt Lake City: 689 miles' dashed='1' color='00577F' alpha='40'/> <connector from='CH' to='AT' toolText='Chicago - Atlanta: 606 miles' dashed='1' color='00577F' alpha='40'/> <connector from='SE' to='LA' toolText='Seattle - Los Angeles: 954 miles' dashed='1' color='00577F' alpha='40'/> <connector from='AT' to='LA' toolText='Atlanta - Los Angeles: 1946 miles' dashed='1' color='00577F' alpha='40'/> <connector from='LA' to='NO' toolText='Los Angeles - New Orleans: 1645 miles' dashed='1' color='00577F' alpha='40'/> <connector from='KC' to='MA' toolText='Kansas City - Madison: 381 miles' dashed='1' color='00577F' alpha='40'/> <connector from='SE' to='OK' toolText='Seattle - Oklahoma City: 1499 miles' dashed='1' color='00577F' alpha='40'/> <connector from='MA' to='SE' toolText='Madison - Seattle: 1595 miles' dashed='1' color='00577F' alpha='40'/> <connector from='KC' to='SLC' toolText='Kansas City - Salt Lake City: 905 miles' dashed='1' color='00577F' alpha='40'/> <connector from='SLC' to='CH' toolText='Salt Lake City - Chicago: 1239 miles' dashed='1' color='00577F' alpha='40'/> <connector from='CO' to='SLC' toolText='Columbus - Salt Lake City: 1575 miles' dashed='1' color='00577F' alpha='40'/> <connector from='NO' to='CO' toolText='New Orleans - Columbus: 355 miles' dashed='1' color='00577F' alpha='40'/> <connector from='OK' to='CH' toolText='Oklahomo City - Chicago: 682 miles' dashed='1' color='00577F' alpha='40'/> </connectors> </markers> <styles> <definition> <style name='ToolTipStyle' type='font' bgColor='00577F' borderColor='00577F' color='FFFFFF'/> <style name='animalpha' type='animation' param='_alpha' start='0' duration='1' /> </definition> <application> <apply toObject='TOOLTIP' styles='ToolTipStyle' /> <apply toObject='MARKERCONNECTORS' styles='animAlpha' /> <apply toObject='MARKERS' styles='animAlpha' /> </application> </styles> </map> -
Regarding (AngularGauge.swf) and MSColumn3D.swf
sivatech001 replied to sivatech001's topic in Suggestions & Requests
Hi, I asked regarding 3d bar chart shows just like thick. I want to show just like stick. I used your request like plotSpacePercent='50%' and plotSpacePercent='10%' . There is no change in my chart. Please find below code for more information. <chart yAxisMinValue="0" yAxisMaxValue="100" formatNumber="0" bgColor="f7f2f7" formatNumberScale="0" numDivLines="1" legendBorderAlpha="0" useRoundEdges="1" showvalues="0" numberSuffix = '%' shownames="1" palette="5" plotSpacePercent='50%' labelDisplay='Rotate' slantLabels='1' setAdaptiveYMin='10%'> <categories plotSpacePercent='50%'> #foreach( $categorylist in $macrocategory ) <category name='$categorylist' /> #end </categories> <dataset color='AFD8F8' showValues='1' plotSpacePercent='50%'> <set value='$carb_pecent' color="008E8E" /> <set value='$prot_percent' color="8BBA00" /> <set value='$fat_percent' color="FF8E46" /> </dataset> </chart> -
Developed drill down chart with three levels. when i click first level it goes to next level and so on but it showing new page. I need drill down graphs with out page refresh also show the first level content area.
-
Can you provide javascript code for this. Thanks.
-
Hi, I have using drill down charts contains three levels. Currently when I click first level goes to next level with the same area ie, the first level is gone and showing second level. I want the first level and also the next level show the below of the first level and so.. on. Is this type of possiblity is there in fusion charts. Please reply.
-
Drill Down chart Display in same page without page referesh
sivatech001 posted a topic in Suggestions & Requests
Hi, I was completed one chart using drilldown type. So I have 3 level in a particular link chart. In that case when I click the first chart then it goes to the next chart with page refresh mode. I want without page refresh I want to show the graph in a particular graph area in my application. So please help me to do and give some snapshot. Thanks, Siva. -
Drill Down chart Display in same page without page referesh
sivatech001 replied to sivatech001's topic in Suggestions & Requests
I am using servlet with velocity. -
Hello, I want to use drill down chart concept in my application. So could you please provide the sample code, so that i can understand how to use and where to set my link in subsequent charts. Thanks, Siva.
-
Can I have different color in same barchart for ranges like 10-20,20-30 etc...