Focal Point
[CLOSED] Customization of chart tool tips in 8.206

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7317027196

September 25, 2019, 12:27 PM
Nemo
[CLOSED] Customization of chart tool tips in 8.206
Hello,
I need to change the look and content of the chart tool tips. Following the doc “Creating HTML5 Charts …” I have been able to get the tool tips to display as I want, however the Drill down menu is overwritten. Is there a way to add the drill down menu written by the server to my custom tool tip?

My code is below.

*GRAPH_JS_FINAL
"series": [
{
"series": "reset",
"tooltip": "Provider: {{series_label}}
Total Over 120 Days: {{metadata_value(y)}}
Number of Accounts: {{metadata_value(size)}} "
}
],
"pieProperties": {
"holeSize": "0%"
},
"agnosticSettings": {
"chartTypeFullName": "X_Y_Plots_Bubble"
}
*END



Thanks

This message has been edited. Last edited by: FP Mod Chuck,


7.7.03
Windows
All Outputs
September 29, 2019, 11:58 AM
Doug
So, are you saying that the drilldown code is overwritten by the GRAPH_JS_FINAL code section?
TYPE=DATA, COLUMN=THIS_COLUMN, FOCEXEC='THIS_FEX', TARGET=_blank,$

September 30, 2019, 10:22 AM
Nemo
Yes, that is what is happening. If you look at the page source, you will see the JS code written by the Rpt Server which is then followed by the custom code in GRAPH_JS_FINAL block.


7.7.03
Windows
All Outputs