Hello All,
I am working on a barchart, and need some urgent help displaying custom tool tips for each bar.
Bars are sorted and arranged according to certain business logic. For instance a set of bars might represent integer data, while others might represent time, and a third set may be used to represent some custom formated data.
The requirement is to show tooltips based on the nature of the bar. For example, bars that represent data need show tooltips in the format <DATA_VALUE>, bars that represent time need to tooltip data in the format <TIME_VALUE:HH:MM> and so on.
Is this possible and how would I go about implementing the above?
Any help will be much appreciated.
Lavanya