Coder Social home page Coder Social logo

Comments (3)

kevinsqi avatar kevinsqi commented on August 16, 2024

Just tried it out and a basic pie display is possible by setting strokeWidth to 50, and tweaking the CSS to be:

.CircularProgressbar-path { stroke-linecap: butt; }
.CircularProgressbar-trail { stroke: transparent; }

Here's an example: https://codesandbox.io/s/7mjzyq9x9x

screen shot 2018-02-27 at 9 04 53 pm

Does that address your need?

from react-circular-progressbar.

Offirmo avatar Offirmo commented on August 16, 2024

Nice but the trail was pretty nice before ;) Your version is not as nice as:
screen shot 2018-03-01 at 15 41 52

P.S. your lib is amazing.

from react-circular-progressbar.

kevinsqi avatar kevinsqi commented on August 16, 2024

Thanks, appreciate the kind words!

You can get partway to what you're looking for by setting the background color, e.g.: https://codesandbox.io/s/v81xrrq7k0

However, I don't think there's any built-in way to add the extra border you have there, and I think that's outside the scope of the component itself. You could do it by by overlaying the progressbar on top of some background element that's shaped like a circle though (e.g. an svg circle or a div with 50% border radius), using absolute positioning as demonstrated with #32 (comment), but changing the order of the children so the progressbar is in the foreground instead of background.

Hope this helps.

from react-circular-progressbar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.