ajax - JavaScript charts - dynamically adding data points -


I am trying to dynamically add data points to jqplot as a result of AJAX received data, but I have no way Is it possible to complete it is not possible?

If it is not, then what other packages are available that can meet the same basic graphing and allow for dynamic data?

You can check the example given below to see how it is handled. Flat is an open-source plotting library, such as Both libraries are very similar.

Method: "GET", Data type: "Jason", success: function (series) {var data = [series]; $. Plot ($ ("# placeholder"), data, option);}}); SetTimeout (fetchData, 1000); }

Be sure to check the following demo to see:

Flot :


  • Comments

    Popular posts from this blog

    oracle - The fastest way to check if some records in a database table? -

    php - multilevel menu with multilevel array -

    jQuery UI: Datepicker month format -