Home Forums Chart Support Blurry column charts

Blurry column charts

Viewing 12 posts - 1 through 12 (of 12 total)
  • #26638

    Hi,

    We have an issue related to some charts that are being rendered blurry. We’ve made some tests using same bowsers on different machines, and it got ok in one machine and not in the other (In this case, even some properties that were set before haven’t been loaded).

    Blurry Chart
    As you can notice, the chart is blurry and the legend is broken. I’ve set the legend property to be displayed in one line, like the picture above.1

    Chart OK

    Does anybody know why that happen? Does it have anything to do with the label font, like was told in some other posts? And what about the legend issue?

    Thank you very much,

    Guilherme

    #26639
    #26653

    It happens to me when I resize the screen, but you can refresh your page to fix it.

    #26659

    Thank you, Dan. But I don’t think so, as I did not resize the screen. It’s uncertain, because it happens sometimes in one machines but not in another one.

    #26670

    Guilherme,

    Chart elements may look blur on changing the zoom level within the display setting of browser or windows. Resetting zoom level to 100% should work fine in this case.

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

    —-
    Manoj Mohan
    Team CanvasJS

    #26673

    Thank you, Manoj. I’ll check it.

    #26674

    Hi Manoj,

    Another issue that makes this issue not related to the zoom level, is that the chart legend was displayed in two lines. You can check that accessing the links I’ve posted in the second message. In the current application version, the legend is displayed in one line (I’ve set a property on the chart to make it that way), but it’s being displayed in two lines, as the previous version. Don’t you think it has something to do with cache?

    #26686

    Guilherme,

    Can you kindly create JSFiddle with sample data and share it with us so that we can look into the code / chart-options being user, understand the scenario better and help you out?

    In order to help us in understanding the issue better, please have a reproducible demo of your chart. This one step can assure you a speedy response. Fork out our template JSFiddle and reproduce the chart at your end. Try to keep it to the bare minimum by removing unnecessary code.

    From what we have observed, sometimes things get delayed mostly when we are not able to reproduce the issue or not able to understand the exact requirements or the solution that we provide may not work properly due to the variation in chart-options being used by you and us.

    Having a JSFiddle helps us in figuring out the issue and many a times we can just edit your code on JSFiddle to fix the issue right-away.

    —-
    Manoj Mohan
    Team CanvasJS

    #26689

    Hi Manoj,

    Thank you very much for your return. The browser’s zoom was set higher than 100%. We’ve reset it and everything got ok!

    Cheers!

    #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

    #35988

    Hi Manoj,
    I’m getting the image as like this. Why the violet color is extended which makes odd one!
    Image

    #35992

    @elanchezhiyan,

    Can you kindly create JSFiddle reproducing the issue you are facing and share it with us so that we can look into the code / chart-options being used, understand the scenario better, and help you out?

    —-
    Manoj Mohan
    Team CanvasJS

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

You must be logged in to reply to this topic.