ranjithuniq
Members-
Content count
7 -
Joined
-
Last visited
About ranjithuniq
-
Rank
Forum Newbie
-
Issue with displaying customized text in task bar tool tip in Gantt chart
ranjithuniq replied to a topic in FusionCharts and ASP.NET
Hello, Thanks for your reply. I'm using the same XML in my application but I'm unable to see my customized tool tip. I tried to find the cause for this but couldn't get the breakthrough. I'm attaching the screenshot related to the issue. Please let me know if I need to do anything else to make this working. Thanks, Ranjith -
Issue with displaying customized text in task bar tool tip in Gantt chart
ranjithuniq replied to a topic in FusionCharts and ASP.NET
Hello, I added flashvars param as per the info in the URL but after adding it I got an error message saying "Error in loading data". Correct me if I'm doing anything wrong. Following is the chart XML that I'm trying to load : <chart showFullDataTable='1' ganttLineThickness='0' extendCategoryBg='0' dateFormat='mm/dd/yyyy' outputDateFormat='ddds mns yy' hoverCapBorderColor='444444' ganttWidthPercent='58' hoverCapBgColor='ffffe1' hoverCapFont='Arial' ganttLineAlpha='100' canvasBorderColor='d0d0d0' showTaskNames='0' taskDatePadding='4' canvasBorderAlpha='100' canvasBorderThickness='0' gridBorderColor='d0d0d0' gridBorderAlpha='100' ganttPaneDuration='3'><categories bgColor='f1f6fa'><category start='1/15/2010' end='2/15/2010' align='center' name='Testing2_Jan15' fontColor='0d5f8a' isBold='1' font='Arial' fontSize='12' /></categories><categories bgColor='f9fcfe' bgAlpha='100' fontColor='333333' font='Arial' fontSize='12' ><category start='1/15/2010' end='1/30/2010' align='left' name='1/15' isBold='1' /><category start='1/31/2010' end='2/15/2010' align='left' name='1/31' isBold='1' /></categories><processes headerText='Mile Stone' font='Arial' positionInGrid='Left' width='130' fontSize='12' isBold='1' isAnimated='1' headerVAlign='center' headerFont='Arial' headerbgColor='f1f6fa' headerFontColor='0d5f8a' headerFontSize='12' vAlign='middle' align='center' bgAlpha='100'><process name= 'M1' id='1' bgAlpha='25' verticalPadding='0' fontColor='000000' vAlign='right' /><process name= 'M2' id='2' bgAlpha='25' verticalPadding='0' fontColor='000000' vAlign='right' /><process name= 'M3' id='3' bgAlpha='25' verticalPadding='0' fontColor='000000' vAlign='right' /><process name= 'M4' id='4' bgAlpha='25' verticalPadding='0' fontColor='000000' vAlign='right' /><process name= 'M5' id='5' bgAlpha='25' verticalPadding='0' fontColor='000000' vAlign='right' /><process Name='' /></processes><dataTable showProcessName='1' nameAlign='left' font='Arial' fontColor='333333' fontSize='12' isBold='0' headerBgColor='f9fcfe' headerFontColor='0d5f8a' headerFont='Arial' headerFontSize='12' vAlign='top' align='right'><dataColumn width='70' headerBgColor='f1f6fa' headerText='Act Start' isBold='0'><text label='1/15/2010' /><text label='1/19/2010' /><text label='1/22/2010' /><text label='1/26/2010' /><text label='1/29/2010' /></dataColumn><dataColumn width='70' headerbgColor='f1f6fa' fontColor='333333' headerText='Act End' isBold='0'><text label='1/18/2010' /><text label='1/22/2010' /><text label='1/25/2010' /><text label='1/28/2010' /><text label='1/31/2010' /></dataColumn><dataColumn width='70' bgColor='eeeeee' headerbgColor='f1f6fa' fontColor='333333' headerText='Plan Start' isBold='0'><text label='1/15/2010' /><text label='1/19/2010' /><text label='1/22/2010' /><text label='1/26/2010' /><text label='1/29/2010' /></dataColumn><dataColumn width='70' bgColor='eeeeee' headerbgColor='f1f6fa' fontColor='333333' headerText='Plan End' isBold='0'><text label='1/18/2010' /><text label='1/22/2010' /><text label='1/25/2010' /><text label='1/28/2010' /><text label='1/31/2010' /></dataColumn><dataColumn width='70' headerbgColor='f1f6fa' align='left' fontColor='333333' bgAlpha='25' headerText='Act Cost' ><text label='200' /><text label='200' /><text label='200' /><text label='200' /><text label='200' /></dataColumn><dataColumn width='70' headerbgColor='f1f6fa' align='left' fontColor='333333' bgAlpha='25' headerText='Plan Cost' ><text label='200' /><text label='200' /><text label='200' /><text label='200' /><text label='200' /></dataColumn></dataTable><tasks width='10' ><task name='Actual - M1' processId='1' start='1/15/2010' end='1/18/2010' id='1-1' Color='f49d97,f8766d,f49d97' height='12' topPadding='3' animation='0' /><task name='Actual - M2' processId='2' start='1/19/2010' end='1/22/2010' id='2-1' Color='f49d97,f8766d,f49d97' height='12' topPadding='3' animation='0' toolText='My Custom tool text' /><task name='Actual - M3' processId='3' start='1/22/2010' end='1/25/2010' id='3-1' Color='f49d97,f8766d,f49d97' height='12' topPadding='3' animation='0' toolText='My Custom tool text' /><task name='Actual - M4' processId='4' start='1/26/2010' end='1/28/2010' id='4-1' Color='f49d97,f8766d,f49d97' height='12' topPadding='3' animation='0' toolText='My Custom tool text' /><task name='Actual - M5' processId='5' start='1/29/2010' end='1/31/2010' id='5-1' Color='f49d97,f8766d,f49d97' height='12' topPadding='3' animation='0' toolText='My Custom tool text' /><task name='Budget - M1' processId='1' start='1/15/2010' end='1/18/2010' id='1-2' Color='62b5b5,028b8b,62b5b5' alpha='100' height='12' topPadding='19' /><task name='Budget - M2' processId='2' start='1/19/2010' end='1/22/2010' id='2-2' Color='62b5b5,028b8b,62b5b5' alpha='100' height='12' topPadding='19' toolText='My Custom tool text' /><task name='Budget - M3' processId='3' start='1/22/2010' end='1/25/2010' id='3-2' Color='62b5b5,028b8b,62b5b5' alpha='100' height='12' topPadding='19' toolText='My Custom tool text' /><task name='Budget - M4' processId='4' start='1/26/2010' end='1/28/2010' id='4-2' Color='62b5b5,028b8b,62b5b5' alpha='100' height='12' topPadding='19' toolText='My Custom tool text' /><task name='Budget - M5' processId='5' start='1/29/2010' end='1/31/2010' id='5-2' Color='62b5b5,028b8b,62b5b5' alpha='100' height='12' topPadding='19' toolText='My Custom tool text' /></tasks></chart> Thanks, Ranjith -
Issue with displaying customized text in task bar tool tip in Gantt chart
ranjithuniq posted a topic in FusionCharts and ASP.NET
Hello, I'm using Gantt chart in my application. I've got a requirement where I've to display customized text in the tool tip of the task bar. As mentioned in Gantt chart documentation I'm using toolText property to display the custom message in tool-tip. But still I'm not able to see the customized tool tip. Can anyone guide me in fixing this. Thanks in advance, -
2D Single Y Combination Chart Image saving problem
ranjithuniq replied to FusionCharts Support's topic in FusionCharts and ASP.NET
Hello, We could resolve the issue. Following are the changes made to resolve the issue: 1. Including the "FusionChartsExportComponent.js" in image saving file. 2. Adding exportChart() function for exporting chart. 3. Increased the delay for saving the chart image. Thanks for your support in resolving this. Regards, Ranjith -
2D Single Y Combination Chart Image saving problem
ranjithuniq replied to FusionCharts Support's topic in FusionCharts and ASP.NET
Hello, We are using fusion charts V3.1 version only. Even after using exportChart() function we couldn't see the area section in the combination chart exported. In our analysis we found that the same problem exists for line type graphs also. Following are the charts which we couldn't export as image properly. 1. Line 2. Bar Line 3. Bar Line 3D 4. 2D Single Y Combination Chart We set the exportHandler to FCExporter.aspx file in chart XML. The problem we are facing is the image is being exported but the image saved is not the same as the one that is displayed. Regards, Ranjith -
2D Single Y Combination Chart Image saving problem
ranjithuniq replied to FusionCharts Support's topic in FusionCharts and ASP.NET
Hello, We are using saveAsImage() to export the chart. This is being called after chart rendering is complete. We also tried using exportChart() but we couldn't get the area graph in the combination chart. Please let me know if you need any further details. Regards, Ranjith -
2D Single Y Combination Chart Image saving problem
ranjithuniq posted a topic in FusionCharts and ASP.NET
Hi, I'm trying to save fusion chart as an image to a location in the virtual directory. I could successfully save the image. But for the 2D Single Y Combination Chart I couldn't see the area part where as the bars and lines of the same chart are visible. Same is the case when I try saving Multi-series 2D Line Chart. I couldn't see any lines in the image. I'm trying this in .NET 2.0 application and I'm using fusion charts V3.1 version. Please let me know if I'm missing anything. Regards, Ranjith