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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T09:46:08+00:00 2026-06-06T09:46:08+00:00

I’m working on an android tablet application using phonegap in which i need to

  • 0

I’m working on an android tablet application using phonegap in which i need to get a report chart which diagrammatically explains the status of different things, something like as shown in the picture below.

enter image description here

I want to generate these kind of charts or reports dynamically which varies as the data changes.Can anyone help me providing some examples using html5, js and css which has some similar functionality?

  • 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-06T09:46:13+00:00Added an answer on June 6, 2026 at 9:46 am

    Did you check out RGraph: HTML5 & Javascript charts?

    RGraph is a charts library written in Javascript that uses HTML5 to draw and supports over twenty different types of charts. Using the new HTML5 canvas tag, RGraph creates these charts inside the web browser using Javascript, meaning quicker pages and less web server load. This leads to smaller page sizes, lower costs and faster websites – everybody wins!


    If you see a basic code, it goes this way:

    <script>
        window.onload = function ()
        {
            // The data to be shown on the Pie chart
            var data = [564,155,499,611,322];
    
            // Create the Pie chart. The arguments are the canvas ID and the data to be shown.
            var pie = new RGraph.Pie('myPie', data);
    
            // Configure the chart to look as you want.
            pie.Set('chart.labels', ['Abc', 'Def', 'Ghi', 'Jkl', 'Mno']);
            pie.Set('chart.linewidth', 5);
            pie.Set('chart.stroke', 'white');
    
            // Call the .Draw() chart to draw the Pie chart.
            pie.Draw();
        }
    </script>
    

    See a live example of Pie charts!


    Yours is a Radar Chart. See one here: Radar Charts. Source code:

    <script>
        window.onload = function ()
        {
            // The data to be represented on the Radar chart.
            var data = [3, 3, 41, 37, 16];
    
            // Create the Radar chart. The arguments are the canvas ID and the data to be shown on the chart.
            var radar = new RGraph.Radar('myRadar', data);
    
            // If you want to show multiple data sets, then you give them like this:
            // var radar = new RGraph.Radar('myRadar', [3,5,6,8], [4,5,2,6]);
    
            // Configure the Radar chart to look as you wish.
            radar.Set('chart.background.circles', true);
            radar.Set('chart.color', 'rgba(255,0,0,0.5)');
            radar.Set('chart.circle', 20);
            radar.Set('chart.circle.fill', 'rgba(200,255,200,0.5)');
            radar.Set('chart.labels', ['Safari (3%)', 'Other (3%)', 'MSIE 7 (41%)', 'MSIE 6 (37%)', 'Firefox (16%)']);
            radar.Set('chart.key', ['Market share', 'A made up figure']);
    
            // Now call the .Draw() method to draw the chart.
            radar.Draw();
        }
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have thousands of HTML files to process using Groovy/Java and I need to
Thanks in advance for your help. I have a need within an application to
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I am trying to understand how to use SyndicationItem to display feed which is
I used javascript for loading a picture on my website depending on which small
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I am reading a book about Javascript and jQuery and using one of the
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
In my XML file chapters tag has more chapter tag.i need to display chapters

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.