Home Forums Chart Support Blurry text on charts Reply To: Blurry text on charts

#27798

you can do something like this at the bottom of your code

ctx= document.getElementsByClassName(‘canvasjs-chart-canvas’);
ctx.style = “-webkit-tap-highlight-color: transparent;”;

if it doesn’t work place it before chart.render();
I tested it, its work fine