Sign in to follow this  
wini

Gantt Chart Datacolumn Text Cell Tips

Recommended Posts

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 by wini

Share this post


Link to post
Share on other sites
Guest Sumedh

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

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

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

Screen shot:post-28305-0-69288300-1339406747_thumb.gif

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

Screen shot:post-28305-0-69288300-1339406747_thumb.gif

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this