Here is my tooltip function
tooltipContent: function(label, value, elem, graph) { // jshint ignore:line
return '<p>' + label + ' - ' + elem.value +'</p>';
},
and tooltip(android 5.1.1 - 40abc) is too far away from the pie.
Here is my tooltip function
tooltipContent: function(label, value, elem, graph) { // jshint ignore:line
return '<p>' + label + ' - ' + elem.value +'</p>';
},
and tooltip(android 5.1.1 - 40abc) is too far away from the pie.