• Resolved locofierro22

    (@locofierro22)


    Hi, I am new to this and I am developing a dashboard using amcharts to visualize the data.
    I created a gauge chart and I want the hand to start at 0 and go to a given value, taking 1000 milliseconds but I can’t get it to work.
    So far I have the following code.
    Thank you very much in advance.

    /**
     * Hand
     */
    
    var hand = chart.hands.push(new am4charts.ClockHand());
    hand.axis = axis2;
    hand.innerRadius = am4core.percent(80);
    hand.startWidth = 8;
    hand.pin.disabled = true;
    hand.showValue(0, 1000, data.score);
    hand.fill = am4core.color("#FFFFFF");
    hand.stroke = am4core.color("#FFFFFF");

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Animate the chart hand’ is closed to new replies.