Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Highcharts equivalent of this Raphael.js chart demo -- possible?

Is it possible to do the equivalent of this Raphael.js chart demo in Highcharts? Namely, to be able to have the graph animate a transform into the new data.

The only example I've seen of charting new data in Highcharts simply redraws the entire chart, instead of transforming the points into the new data. So I'm not sure it's even doable.

like image 768
aehlke Avatar asked Jan 03 '11 21:01

aehlke


People also ask

Which is better chart JS or Highcharts?

js is an open-source JavaScript library that allows you to draw different types of charts by using the HTML5 canvas element. Highcharts is a charting library written in pure JavaScript, for adding interactive charts to a website or web application.

What is Highcharts library?

Highcharts is a software library for charting written in pure JavaScript, first released in 2009. The license is proprietary. It is free for personal/non-commercial uses and paid for commercial applications.


1 Answers

Maybe you want to look at alternative libraries like Elycharts, a MIT licensed, SVG+VML charting library supporting "step animations", look at this demo

like image 115
Stefano Bagnara Avatar answered Oct 10 '22 04:10

Stefano Bagnara