Forum Replies Created by gussmarcaro

Viewing 8 posts - 1 through 8 (of 8 total)
  • in reply to: toolTipContent – Lock your browser #21988

    Hello … Thank you for your attention.

    in reply to: format currency #21950

    It worked! Thanks for listening.

    in reply to: format currency #21949

    thank you.
    This is the code

    var chart = new CanvasJS.Chart(“chartContainer”,
    {
    data: [
    {
    type: “column”,
    dataPoints: [
    { x: 10, y: 7100000000.69 },
    { x: 20, y: 55 },
    { x: 30, y: 50 },
    { x: 40, y: 65 },
    { x: 50, y: 95 },
    { x: 60, y: 68 },
    { x: 70, y: 28 },
    { x: 80, y: 34 },
    { x: 90, y: 14 }
    ]
    }
    ],

    AxisY:{
    ValueFormatString: “#,## 0.00”
    }

    });

    chart.render();

    in reply to: format currency #21934

    Please note tooltip hint

    Thanks.

    in reply to: format currency #21932

    Hello, thank you for replying.

    Verify that they are not two decimal places.

    Thank you.
    Follow the code.

    var chart = new CanvasJS.Chart(“chartContainer”,
    {
    data: [
    {
    type: “column”,
    valueFormatSting: “#, ## 0.00”,
    dataPoints: [
    { x: 10, y: 710000000.69 },
    { x: 20, y: 55 },
    { x: 30, y: 50 },
    { x: 40, y: 65 },
    { x: 50, y: 95 },
    { x: 60, y: 68 },
    { x: 70, y: 28 },
    { x: 80, y: 34 },
    { x: 90, y: 14 }
    ]
    }
    ]
    });

    chart.render();

    in reply to: format currency #21918

    Does not format above 200 million.
    And add several decimal places, not two.

    in reply to: format currency #21917

    Hello, thanks.

    Actually I can not now format large values with only two decimal places.

    Example: 114,307,653.79
    It is formatted: 114,307,653,79000001

    Thanks.

    in reply to: format currency #21916

    114.307.653,79 and not 114.307.653,79000001

    thanks.

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