Forum Replies Created by sabsabdul

Viewing 2 posts - 1 through 2 (of 2 total)
  • in 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

    in reply to: Blurry column charts #27797

    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

Viewing 2 posts - 1 through 2 (of 2 total)