It is possible the value of the x axis doesn´t appear in label legend when I put the mouse over the point?
Thanks
Yes,
using the advancedformat_init you can set the preferences of the charts.
and set the tooltip to disabled for example...
for example:
SyntaxEditor Code Snippet
"tooltip: { enabled:false}, chart: {marginBottom: 50}, plotOptions: { column: { dataLabels: { enabled: false, style: { fontSize: '12px'}, formatter: function () { return this.y +' %'} } }, series: { pointWidth: 30 } }"