Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

123
Views
Highcharts.js, disable chart animation on render

Does anyone know how to disable animation on render in highchart.js?

In the example here, we set the animations prop to false. It stops animation when you click 'update chart'.

    chart: {
    animation: false
    },

https://jsfiddle.net/06h5kor1/

But if you hit refresh, it will still use animations. This would also happen during page navigations, is there a way to simply disable animation like it does with the button?

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Disabling animation on a chart level affects only chart updating. The initial series animation needs to be disabled on a series level.

  plotOptions: {
    series: {
      animation: false
    }
  }

Live demo: https://jsfiddle.net/BlackLabel/xzyo96fd/

API Reference: https://api.highcharts.com/highcharts/chart.animation

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!