maniks
Members-
Content count
7 -
Joined
-
Last visited
Everything posted by maniks
-
Hi, I am using the Multi-series Stacked 2D Line Dual Y Combination Chart. Dual Y axis. Lineset Values I specified were displayed as Secondary Y axis and the dataset Values I specified were displayed as Primary Y axis. I need to interchange the data values for Primary and Secondary Y axis. I wanted the Lineset data in Primary Y axis and viceversa. Thanks in Advance Following is the code used <?xml version="1.0"?> <graph PYaxisname="Hrs" SYAxisName="Qty" decimals="0" setAdaptiveSYMin="1" showPlotBorder="1" bgColor="#FFFFFF" showBorder='0' showLegend="0" labelDisplay="None" chartBottomMargin="0" drawAnchors="0" numVDivLines="10" vDivLineIsDashed="1" vDivLineDashLen="2" vDivLineDashGap="2" PYAxisMaxValue="1800" showShadow="0" formatNumberScale="0" formatNumber="0"> <categories font="Arial" fontSize="12" fontColor="000000"> <category label="02.01.2006" showName="0"/> <vLine color='999999' thickness='2' alpha='60' dashed='1' dashLen='5' dashGap='4'/> <category label="09.01.2006" showName="0"/> <vLine color='999999' thickness='2' alpha='60' dashed='1' dashLen='5' dashGap='4'/> <category label="16.01.2006" showName="0"/> <vLine color='999999' thickness='2' alpha='60' dashed='1' dashLen='5' dashGap='4'/> <category label="23.01.2006" showName="0"/> <vLine color='999999' thickness='2' alpha='60' dashed='1' dashLen='5' dashGap='4'/> <category label="30.01.2006" showName="0"/> </categories> <dataSet parentYAxis="P"> <dataset seriesName="1" color="663300" showValues="1" columnwidth="1" > <set value="150" /> <set value="0" /> <set value="0" /> <set value="0" /> <set value="0" /> </dataset> <dataset seriesName="2" color="FFCC00" showValues="1"> <set value="900" /> <set value="300" /> <set value="0" /> <set value="0" /> <set value="0" /> </dataset> <dataset seriesName="3" color="99CCFF" showValues="1"> <set value="0" /> <set value="900" /> <set value="400" /> <set value="200" /> <set value="0" /> </dataset> <dataset seriesName="4" color="C8C8C8" showValues="1"> <set value="0" /> <set value="200" /> <set value="1400" /> <set value="1400" /> <set value="850" /> </dataset> <dataset seriesName="5" color="E0FFFF" showValues="1"> <set value="900" /> <set value="1400" /> <set value="1800" /> <set value="1600" /> <set value="850" /> </dataset> </dataSet> <lineSet name="1" showValues="0" color="9ACD32" lineThickness="1" parentYAxis="S"> <set value="20000" /> <set value="60000" /> <set value="120000" /> <set value="40000" /> <set value="20000" /> </lineSet> <lineSet name="2" showValues="0" color="4169E1" lineThickness="0" parentYAxis="S"> <set value="60000" /> <set value="60000" /> <set value="20000" /> <set value="60000" /> <set value="40000" /> </lineSet> <lineSet name="3" showValues="0" color="E80000" lineThickness="0" parentYAxis="S"> <set value="80000" /> <set value="120000" /> <set value="140000" /> <set value="10000" /> <set value="60000" /> </lineSet> <trendlines> <line startValue="1488" endValue="1488" displayValue="Capacity" showOnTop="1" dashed="1" color="E80000" valueOnRight="1"/> </trendlines> </graph>
-
Hi, I am using Multi-series Stacked Column 2D + Line Dual Y chart in my html page. I want trendlines and vertical line in the chart. For that I used trendline and vline tags, still the trendlines and vlines were not appearing in the chart. Find below the code I have used. Kindly help me to display the trend lines and Vertical lines in the chart. Thanks in Advance <graph PYaxisname="QTY" SYAxisName="Hrs" decimals="0" numberSuffix="" sNumberSuffix="%25" setAdaptiveSYMin="1" showPlotBorder="1" palette="12" bgColor="808080" bgAlpha="40" showDivLineValues="1" adjustDiv="0"> <categories font="Arial" fontSize="12" fontColor="000000"> <category label="02.01.2006" /> <category label="09.01.2006" /> <category label="16.01.2006" /> <vLine color='FF5904' thickness='2' /> <category label="23.01.2006" /> <category label="30.01.2006" /> </categories> <lineSet showValues="0" color="9ACD32" lineThickness="1"> <set value="20000" /> <set value="60000" /> <set value="120000" /> <set value="40000" /> <set value="20000" /> </lineSet> <lineSet showValues="0" color="4169E1" lineThickness="0"> <set value="60000" /> <set value="60000" /> <set value="20000" /> <set value="60000" /> <set value="40000" /> </lineSet> <lineSet showValues="0" color="E80000" lineThickness="0"> <set value="80000" /> <set value="120000" /> <set value="140000" /> <set value="10000" /> <set value="60000" /> </lineSet> <dataSet> <dataset color="808080" showValues="1" columnwidth="4"> <set value="25" /> <set value="40" /> <set value="51" /> <set value="45" /> <set value="24" /> </dataset> <dataset color="663300" showValues="1" columnwidth="4"> <set value="150" /> <set value="0" /> <set value="0" /> <set value="0" /> <set value="0" /> </dataset> <dataset color="FFCC00" showValues="1"> <set value="900" /> <set value="300" /> <set value="0" /> <set value="0" /> <set value="0" /> </dataset> </dataSet> <trendlines> <line startValue="2400" endValue="2600" displayValue="Target" showOnTop="1" dashed="1" showOnTop="1" color="red"/> </trendlines> </graph>
-
Thanks Pallav. Now I changed the V3 chart and its working fine.
-
Hi, I am using Multi-series Stacked Column 2D + Line Dual Y chart in my html page. I want trendlines and vertical line in the chart. For that I used trendline and vline tags, still the trendlines and vlines were not appearing in the chart. Find below the code I have used. Kindly help me to display the trend lines and Vertical lines in the chart. Thanks in Advance <graph PYaxisname="QTY" SYAxisName="Hrs" decimals="0" numberSuffix="" sNumberSuffix="%25" setAdaptiveSYMin="1" showPlotBorder="1" palette="12" bgColor="808080" bgAlpha="40" showDivLineValues="1" adjustDiv="0"> <categories font="Arial" fontSize="12" fontColor="000000"> <category label="02.01.2006" /> <category label="09.01.2006" /> <category label="16.01.2006" /> <vLine color='FF5904' thickness='2' /> <category label="23.01.2006" /> <category label="30.01.2006" /> </categories> <lineSet showValues="0" color="9ACD32" lineThickness="1"> <set value="20000" /> <set value="60000" /> <set value="120000" /> <set value="40000" /> <set value="20000" /> </lineSet> <lineSet showValues="0" color="4169E1" lineThickness="0"> <set value="60000" /> <set value="60000" /> <set value="20000" /> <set value="60000" /> <set value="40000" /> </lineSet> <lineSet showValues="0" color="E80000" lineThickness="0"> <set value="80000" /> <set value="120000" /> <set value="140000" /> <set value="10000" /> <set value="60000" /> </lineSet> <dataSet> <dataset color="808080" showValues="1" columnwidth="4"> <set value="25" /> <set value="40" /> <set value="51" /> <set value="45" /> <set value="24" /> </dataset> <dataset color="663300" showValues="1" columnwidth="4"> <set value="150" /> <set value="0" /> <set value="0" /> <set value="0" /> <set value="0" /> </dataset> <dataset color="FFCC00" showValues="1"> <set value="900" /> <set value="300" /> <set value="0" /> <set value="0" /> <set value="0" /> </dataset> </dataSet> <trendlines> <line startValue="2400" endValue="2600" displayValue="Target" showOnTop="1" dashed="1" showOnTop="1" color="red"/> </trendlines> </graph>
-
Hi, I plotted a stacked chart with some values. Say one of the dataset the values are 10,20,30,40. it means 0 to 10, 0 to 20, 0 to 30 and 0 to 40. But the chart is plotted as first value 0-10 second value 10-30 (which is 20) Third value 30-60 (which is 30) fourth value 60-100 (which is 40) Is there any way to plot the chart as i need 0 to 10, 0 to 20, 0 to 30 and 0 to 40. Thanks in Advance
-
Hi pals, I am using the Fusion chart for representing the graph. Thanks to Fusion chart team. Now i need to represent the Graph (Combincation charts Stacked and Multiline) and the data pertaining to that in a table format, embedded with that graph. showing the graph first and the data table below the graph. I tried with Graph and grid components its looking like two different frames. I need both the graph and data table without any space between them. Both should be in tact. Request any one to suggest me the feasibilty and how to proceed with that. Thanks in Advance. Maniks
-
Combination Charts with data table embedded below the chart
maniks replied to Pallav's topic in General usage
Thanks Pallav, Is there anyother workaound available for me to represent the page with graph and table in tact?