Home Forums Report Bugs Column : Text mistake

Column : Text mistake

Viewing 4 posts - 1 through 4 (of 4 total)
  • #28648

    I’ve got a value of 0.5 and the column is well drawn but the associated value is not correct. The value written is 50 instead of 0.05

    #28669

    @le-souricier-gris,

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

    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 time we can just edit your code on JSFiddle to fix the issue right away.


    Shashi Ranjan
    Team CanvasJS

    #28955

    Sorry for the delay :
    https://jsfiddle.net/b5v914cg/5/

    Image for bug

    #28976

    @le-souricier-gris,

    It is not a bug. When the % symbol is used in yValueFormatString it multiplies the number by 100 and appends a % sign to it. If you wish to add the % symbol in the indexLabel, kindly use the yValueFormatString as shown in this updated JSFiddle.


    Shashi Ranjan
    Team CanvasJS

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

You must be logged in to reply to this topic.