logo

Warning: The forum is now for consultation only. Please use GitHub Discussions to post any questions or comments.


Welcome Guest ! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
RamKumar  
#1 Posted : Wednesday, June 6, 2018 6:40:41 AM(UTC)
RamKumar

Rank: Newbie

Groups: Registered
Joined: 5/31/2018(UTC)
Posts: 1
India
Location: Hyderabad

Is it possible to customize tool-tips in Seal report i.e changing color,font,adding extra dimensions or measures etc.,?
epf  
#2 Posted : Thursday, June 7, 2018 6:23:58 AM(UTC)
epf

Rank: Administration

Groups: Administrators
Joined: 12/20/2013(UTC)
Posts: 1,209
Switzerland

Thanks: 14 times
Was thanked: 206 time(s) in 199 post(s)
You mean the tooltip of the charts ?
If so, each chart has its own tooltip mechanism implemented in the related template (that can be easily customized).

e.g. for ChartJS, the tooltip label is implemented in ChartJS.cshtml (or in you custom template for the view) at the line 73:

Code:
                        label: function (tooltipItem, data) { ..


It is different for the other chart types.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.