Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8646803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T12:54:24+00:00 2026-06-12T12:54:24+00:00

I have a Highchart chart to display some data series with animation. The chart

  • 0

I have a Highchart chart to display some data series with animation. The chart have a combination of line and column types. Each data series set can be replaced entirely with another set.

The problem is: at initial load, the animation is smooth and applied to all data series. But when I make a data series replacement and redraw the chart, the animation seems to disappear or not as smooth as the initial load.

I need the animation to behave consistently, same with the initial one.

My data series replacement code is as follows :

var i_limit=chart["series"]["length"];
for(var i=0;i<i_limit;i++)
{
    chart.series[0].remove(true);
}
var i_limit=data1.length;
for(var i=0;i<i_limit;i++)
{
    chart.addSeries(data1[i],true);
    chart["redraw"]()
}

My jsFiddle that show the complete code for this problem : http://jsfiddle.net/dinoJS/axQNU/1/. (Click on the button to trigger data series replacement)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T12:54:26+00:00Added an answer on June 12, 2026 at 12:54 pm

    A chart has an animation property. You can adjust the duration of the animation, giving a longer transition which results in a smoother look.

    Here is an updated JSFiddle with this property. You can find the documentation for the chart.animation property here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Highchart scatter chart that plots data calculated using a PHP script.
I have recently been working with the highchart api to plot some data on
I have a HighCharts chart to display some information. I have stacked information for
I want to have the HighChart update the series by added the next data
I have a highchart that I am generating the data for dynamically based on
I have a really strange behavior with highchart (via rails plugin): The graph display
I have the following chart in column format which works well: $(document).ready(function() { get_data();
I'm using Highcharts within my Backbone application to display some information in a column
I have a 100-frame animation in one div and a standard area highchart in
In a highchart line chart, is it possible that, given two arrays A and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.