Home Forums Chart Support Blurry text on charts

Blurry text on charts

Viewing 3 posts - 1 through 3 (of 3 total)
  • #25652

    Why are the values ​​on the x axis blurry? The same occurs on some legends charts.
    Example

    P.S. Unfortunately I couldnt set normal link for this screenshot via this forum tools

    • This topic was modified 4 years, 10 months ago by MuteSummer.
    • This topic was modified 4 years, 10 months ago by MuteSummer.
    • This topic was modified 4 years, 10 months ago by MuteSummer.
    #25671

    @mutesummer,

    Chart elements may look blur when either zoom within display setting of browser or windows is changed. Resetting zoom to 100% should work fine in this case. Also the look & feel of title, label and other text elements depends on font-family being used. You can try customizing the font-family of text by setting the fontFamily property.

    If the issue still persists, kindly create JSFiddle reproducing the issue you are facing and share it with us so that we can look into your code, understand the scenario better and help you out.

    —-
    Manoj Mohan
    Team CanvasJS

    #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

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

You must be logged in to reply to this topic.