Open valakhosravi opened 7 years ago
@seeshadows A custom tooltip is possible, For example in case of a multibar-horizontal chart add the following
tooltip: { contentGenerator: function (d) { //return html content using this function return //html here; } },
Make sure you set useInteractiveGuideline: false in the chart options, otherwise the custom tooltip won't work.
Make sure you set useInteractiveGuideline: false in the chart options, otherwise the custom tooltip won't work.
Still won't work for me for scatterChart :(
hey there, is custom tooltips available on ng2 ? if it is can you tell how to use it ?