..by “tooltips” do you mean labels?
I’m looking for the labels too.
They exist on the chartsjs example
…only on hover though, so that makes them kinda irrelevant on tablets and phones.
seems that is no possible use tooltip attribute in shortcode. but yes in js chart.js.
Well be grate that really we can add tooltips in chart.
perhaps author plugin can help us to do this.
Regards
Thanks guys.
Yes, there is no attribute of tooltip but JS provides the same.
Plugin is not good for tooltip.
Will search for another plugin.
if you find something about please comment it here, cause i need it too..
Thanks!
I can confirm that tooltips work using v1.0.1-beta2
all you need to do is:
- open wp-content\plugins\wp-charts\js
- find file “Chart.min.js”
- replace its content by the old one “which in the link above”
- save the file
that’s it.