Home Forums Chart Support Scientific notation

Scientific notation

Viewing 2 posts - 1 through 2 (of 2 total)
  • #30583

    Is there a setting for number formats which works in scientific notation?

    By that I mean the exponent only takes values of 3, so a decade series would run, for example:

    1, 10, 100,
    1e3, 10e3, 100e3,
    1e6, 10e6, 100e6
    and the number 1,234 would be represented
    1.234e3

    #30597

    @grantwray,

    You can format axis labels according to your requirements by setting valueFormatString and you can format x-value and y-value shown in index-labels & tooltip by setting xValueFormatString and yValueFormatString.

    If you are still facing issue, kindly create JSFiddle reproducing the issue and share it with us so that we can look into code / chart-options used, understand the scenario better and help you resolve.


    Vishwas R
    Team CanvasJS

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

You must be logged in to reply to this topic.