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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:15:28+00:00 2026-05-26T10:15:28+00:00

I wonder if there exist any library (jquery or css + php) to show

  • 0

I wonder if there exist any library (jquery or css + php) to show the chart of the user space left.

Something like:

You are using already 35% out of 100% of slots.

And it should be done with a chart, but I don’t know if there exist such library for system like this.

  • 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-26T10:15:28+00:00Added an answer on May 26, 2026 at 10:15 am

    Either it is me missing something in your question or you can use any charting library you want, e.g.

    • pChart
    • Google Chart Tools
    • flot
    • …

    So you’re basically looking for a progressbar. You can achieve this quite easily using HTML and CSS, no need for a charting library, i.e.

    <span class="progressbar"><span style="width: 140px;">70%</span>30%</span>
    

    The outer <span /> will be 200px, so set the width of the inner span dynamicall (using php or JS) to percentage * 200px. (You can use whatever value you feel like instead of 200px.)

    .progressbar, .progressbar span {
        display: inline-block;
    }
    .progressbar {
        background-color: #c60000;
        width: 200px;
    }
    .progressbar span {
        background-color: #00c600; 
    }
    

    Tada, now fiddle a bit with the CSS and you’ll have what you’ve painted.

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

Sidebar

Related Questions

I wonder, does there exist something like Velocity , but for internal use? Essentially
I wonder if there is something like a standalone version of Visual Studio's "Immediate
as a skilled AS3 developer I wonder if there is something like AS3 to
I wonder if there exists any add-on for VS that can substitute/tag some lines
I'm new to mobile phones development, but I wonder whether there is any way
Is there any built in support in jQuery for basic assertion checking, primarily of
I'd like to know if there is any native way to extract a set
In Ojective-C there is something called Categories which allow the user to add methods
I wonder if there exists way to work with large files in Mathematica ?
I just wonder there a way to display the files in document directory with

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.