Coder Social home page Coder Social logo

Comments (6)

kevinsqi avatar kevinsqi commented on August 16, 2024

Because <text> is an svg element, you should use fill instead of color. Take a look at the default stylesheet to see how to get started, and you can modify from there: https://github.com/iqnivek/react-circular-progressbar/blob/master/src/styles.css#L27

from react-circular-progressbar.

boriskogan81 avatar boriskogan81 commented on August 16, 2024

I don't mean to be a pain in the ass, but fill doesn't work either-something is overriding it, even when I mark it as !important.

from react-circular-progressbar.

kevinsqi avatar kevinsqi commented on August 16, 2024

Can you verify that this example works for you and has colored text? https://codesandbox.io/s/vymm4oln6y

If it does work, then take a look at what you might be configuring differently. If the color's being overridden, you should be able to see what's overriding it in developer tools. Otherwise, please post the code you're using.

from react-circular-progressbar.

boriskogan81 avatar boriskogan81 commented on August 16, 2024

Fails with error g.testRunner.reportError is not a function.

I can't see anything overriding the color.

My code:

			<div
				className="ml-0 mr-0 pl-0 pr-0 d-flex flex-column  align-items-center "
				style={{
					height: '22vh',
					maxHeight: '22vh',
					minWidth: '20vh',
					fill: '#606A7B'
				}}>
				<CircularProgressbar
					className={classes}
					percentage={percentage}
					textForPercentage={textForPercentage}
					counterClockwise={counterClockwise}
					style={{ minWidth: '20vh' }}
					initialAnimation={true}
				/>
				<span className="text-center">{subhead}</span>
			</div>
.CircularProgressbar .CircularProgressbar-text {
	font-size: 1rem;
	dominant-baseline: middle;
	text-anchor: middle;
	fill: '#606A7B' !important;
}

from react-circular-progressbar.

kevinsqi avatar kevinsqi commented on August 16, 2024

So codesandbox.io doesn't work for you at all? What browser version / OS are you on?

from react-circular-progressbar.

boriskogan81 avatar boriskogan81 commented on August 16, 2024

Now it works, and yes, text is colored.

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.