Coder Social home page Coder Social logo

Comments (4)

Offirmo avatar Offirmo commented on August 16, 2024

By combining rotation #38 + multiplying the percentage by ~0.6 you should be able to achieve this.

from react-circular-progressbar.

kevinsqi avatar kevinsqi commented on August 16, 2024

hmm, yeah you can certainly rotate the progressbar, but I don't think you can actually scale the whole bar just by multiplying by a fraction, because that would just scale the colored path, not the full gray trail - you'd need some other trickery to achieve the partial arc. Also, there's no built-in way to implement the white separators between each 10% segment. This use case is complex enough that you may want to find an alternative, or perhaps look at the source and roll your own. Sorry I can't be of more help!

from react-circular-progressbar.

kevinsqi avatar kevinsqi commented on August 16, 2024

Just as a followup - adding the white separators is possible by overlaying content, and I have a demo up at https://codesandbox.io/s/ov22pywr19.

Reducing the progressbar to a semi-circle is still not implemented yet, but I may get to it as part of PR #49.

from react-circular-progressbar.

kevinsqi avatar kevinsqi commented on August 16, 2024

@var-bp @Offirmo

Making the progressbar only arc ~60% of the full diameter is now possible in v1.2.1 with props.circleRatio! See more details here: #49 (comment)

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.