Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.1
-
Fix Version/s: 4.2.0
-
Component/s: CiviReport
-
Labels:None
Description
Pie charts provide a tooltip on hover, but currently the content of this tooltip is only set from within CRM_Utils_OpenFlashChart methods – unless the developer wants to call buildChart() directly, which seems unlikely. This patch allows the report class to define the tooltip when calling chart() and reportChart() methods.