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 8095069
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T21:00:08+00:00 2026-06-05T21:00:08+00:00

I am currently trying to implement a graph on a website from a raw

  • 0

I am currently trying to implement a graph on a website from a raw set of data stored in an excel file. I am just at a loss of how to start an implementation of this.

I do know that I will have to use HTML5 and AJAX most likely to make the graph interactive. But that is as far as my knowledge goes. I have experience using AJAX and HTML, but I have never used HTML5. So I am pretty unfamiliar with the canvas tag.

In my research I have come across a few tools such as http://www.rgraph.net/, to make implementation easier. However, this is for personal use only and cannot be used commercially for free. So I am forced to come up with this on my own.

Can anyone give me a good idea where to start and or point me in the direction of some tutorials to get the ball rolling.

Thanks.

  • 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-05T21:00:11+00:00Added an answer on June 5, 2026 at 9:00 pm

    As far as interactive charts go, I prefer to use google charts

    Here is an Demo of how it would work:

     <html>
     <head>
     <script type="text/javascript" src="https://www.google.com/jsapi"></script>
     <script type="text/javascript">
          google.load("visualization", "1", {packages:["corechart"]});
          google.setOnLoadCallback(drawChart);
    
          function drawChart() {
          var data = google.visualization.arrayToDataTable([
          ['Task', 'Hours per Day'],
          ['Work',     11],
          ['Eat',      2],
          ['Commute',  2],
          ['Watch TV', 2],
          ['Sleep',    7]
        ]);
    
        var options = {
          title: 'My Daily Activities'
        };
    
        var chart = new google.visualization.PieChart(document.getElementById('chart_div'));
        chart.draw(data, options);
      }
    </script>
      </head>
    
    
      <body>
        <div id="chart_div" style="width: 900px; height: 500px;"></div>
      </body>
    </html>
    

    Would come out looking like this:
    Chart demo

    Excel can export the data as a CSV, or XML file which I know you can integrate into google charts easily with little coding experience using AJAX calls.

    Edit: Also if you post more details about your data, perhaps an example, I can provide some more help.

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

Sidebar

Related Questions

I am currently trying to implement a jquery slider into a joomla website. I
I'm currently trying to implement a UITableView with a delegate and data source that
I'm currently trying to implement something that combines reverse engineering and graph theory. Therefore
I'm currently trying to implement some kind of file browser / explorer into a
I'm currently trying to implement a fully autonomous Pac-Man game, where you just watch.
I am currently trying to implement a Swing component, inheriting from JLabel which should
I am currently trying to implement a photo picker just like the Photo App
I am currently trying to implement deleting characters from a text field in C++.
I'm currently trying to implement a socket server that enables the clients to send
I'm currently trying to implement a Table View on my iPhone app that grabs

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.