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

  • Home
  • SEARCH
  • 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 1087705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:58:24+00:00 2026-05-16T22:58:24+00:00

I would like to build a web-based real time data graph and i’m looking

  • 0

I would like to build a web-based real time data graph and i’m looking at the different options such as:

  • Html5 canvas
  • JS libraries with graph support such
    as Extjs

By real time i mean, either the client polling the web server say every second or using reverse ajax; the server pushes data to the client when available.

Can you please recommend any?

  • 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-05-16T22:58:24+00:00Added an answer on May 16, 2026 at 10:58 pm

    You may want to consider using Flot, an open-source plotting library based on jQuery.

    I’m assuming that by real-time you mean that the graph will update automatically. The following is how your code would look like if you were to fetch and plot the data using AJAX polling at 1 second intervals:

    function fetchData() {
       $.ajax({
          url:      'json_fetch_new_data.php',
          method:   'GET',
          dataType: 'json',
          success:  function(series) {
             var data = [ series ];
    
             $.plot($('#placeholder'), data, options);
          }
       });
    
       setTimeout(fetchData, 1000);
    }
    

    Make sure to check out the following demo to see it in action (Click on the “Poll for Data” button):

    • Flot Examples – Updating graphs with AJAX

    For further information on Flot:

    • Flot Project Site
    • Flot Examples
    • Other Flot Examples
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to build a proof-of-concept web-based database manager (such as the desktop version
I would like to learn how to build a web-based email client in PHP
I am trying to build web based file archiving app (like Apple Time Machine)
I would like to build a web application that heavily relies on the Yodlee
I'm Delphi developer, and I would like to build few web applications, I know
I would like to build two different versions of my app using different android:minSdkVersion.
I was looking to build a web based chat application. My primary idea was
I am wanting to build a web based file archiving tracking app and would
I would like to build a php script that automatically generates a new id
I would like to build a cypher with python which decoding text by repeatedly

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.