HI, I would like to show some information in tooltext for each bar, while if the bar is very small (value of 0 or 0.03 in range 0-100.), the tooltext will not be displayed when moving mouse to bar. Is there any workaround for it???
From Fusion chart V3 docs, there is a displayValue for <set> element, while displayValue does not work for me:
<set label='Jan' labelHAlign='left' tooltext='50-100' value='0.02' displayValue='50-100'/>
The string set in displayValue never displayed.
Is there any solution for this issue??
I appreciate your help!