wini Report post Posted June 8, 2012 (edited) Does Gantt Chart datacolumn text cell support tips? I set a link for the datacolumn text cell. When mouse over the datacolumn cell, it will show the value of label as tips. Is it possible to show other tips when mouse over the datacolumn cell? <datacolumn headerText='Issues' headerFontSize='12' headerVAlign='bottom' headerAlign='left' align='left' fontSize='12' width='60'> <text label='●' fontSize='28' fontColor='FFFF00' link='N-http://XXXXXXX'/> <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXXXXX'/> <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXXXXX'/> </datacolumn> Edited June 8, 2012 by wini Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 8, 2012 Does Gantt Chart datacolumn text cell support tips? I set a link for the datacolumn text cell. When mouse over the datacolumn cell, it will show the value of label as tips. Is it possible to show other tips when mouse over the datacolumn cell? <datacolumn headerText='Issues' headerFontSize='12' headerVAlign='bottom' headerAlign='left' align='left' fontSize='12' width='60'> <text label='●' fontSize='28' fontColor='FFFF00' link='N-http://XXXXXXX'/> <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXXXXX'/> <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXXXXX'/> </datacolumn> Hi, Gantt chart does not support tooltip for datacolumns. Thanks for your time. Share this post Link to post Share on other sites
wini Report post Posted June 11, 2012 Or is that possible to hide the tips for datacolumn cell only? Share this post Link to post Share on other sites
wini Report post Posted June 11, 2012 Our company has bought FusionCharts XT already, and would like to buy FusionChart Widgets XT. Is is possible to add "tooltip for datacolumns cells"? Thank you. Hi, Gantt chart does not support tooltip for datacolumns. Thanks for your time. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 11, 2012 Our company has bought FusionCharts XT already, and would like to buy FusionChart Widgets XT. Is is possible to add "tooltip for datacolumns cells"? Thank you. Hi, Can you please explain your requirement,a bit more? Can you paste a screen-shot of the same? Share this post Link to post Share on other sites
wini Report post Posted June 11, 2012 Screen shot: My requirement is : Show some text like "click here to view details", when mouse over green/yellow/red circular symbol. <datatable showProcessName='1' nameAlign='left' fontColor='000000' fontSize='10' vAlign='right' align='center' headerVAlign='bottom' headerAlign='left' headerbgColor='4567aa' headerFontColor='ffffff' headerFontSize='12' > <datacolumn headerText='Issues A' headerFontSize='12' headerVAlign='bottom' headerAlign='left' align='left' fontSize='12' width='70'> <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXXXXXX'/> <text label='●' fontSize='28' fontColor='FF0000' link='N-http://XXXXXXXX'/> <text label='●' fontSize='28' fontColor='FF0000' link='N-http://XXXXXXXX'/> </datacolumn> <datacolumn headerText='Issues B' headerFontSize='12' headerVAlign='bottom' headerAlign='left' align='left' fontSize='12' width='60'> <text label='●' fontSize='28' fontColor='FFFF00' link='N-http://XXXXX'/> <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXX'/> <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXXXX'/> </datacolumn> <datacolumn headerText='Issues C' headerFontSize='12' headerVAlign='bottom' headerAlign='left' align='left' fontSize='12' width='60'> <text label='●' fontSize='28' fontColor='FF0000' /> <text label='●' fontSize='28' fontColor='FF0000' /> <text label='●' fontSize='28' fontColor='FF0000' /> </datacolumn> </datatable> Hi, Can you please explain your requirement,a bit more? Can you paste a screen-shot of the same? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 11, 2012 Screen shot: My requirement is : Show some text like "click here to view details", when mouse over green/yellow/red circular symbol. <datatable showProcessName='1' nameAlign='left' fontColor='000000' fontSize='10' vAlign='right' align='center' headerVAlign='bottom' headerAlign='left' headerbgColor='4567aa' headerFontColor='ffffff' headerFontSize='12' > <datacolumn headerText='Issues A' headerFontSize='12' headerVAlign='bottom' headerAlign='left' align='left' fontSize='12' width='70'> <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXXXXXX'/> <text label='●' fontSize='28' fontColor='FF0000' link='N-http://XXXXXXXX'/> <text label='●' fontSize='28' fontColor='FF0000' link='N-http://XXXXXXXX'/> </datacolumn> <datacolumn headerText='Issues B' headerFontSize='12' headerVAlign='bottom' headerAlign='left' align='left' fontSize='12' width='60'> <text label='●' fontSize='28' fontColor='FFFF00' link='N-http://XXXXX'/> <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXX'/> <text label='●' fontSize='28' fontColor='00FF00' link='N-http://XXXXXX'/> </datacolumn> <datacolumn headerText='Issues C' headerFontSize='12' headerVAlign='bottom' headerAlign='left' align='left' fontSize='12' width='60'> <text label='●' fontSize='28' fontColor='FF0000' /> <text label='●' fontSize='28' fontColor='FF0000' /> <text label='●' fontSize='28' fontColor='FF0000' /> </datacolumn> </datatable> Hi, Adding tooltip on data-columns is not possible. Thanks for your time and support. Share this post Link to post Share on other sites