0.2.1 • Published 5 years ago

react-gauge-chart-nocss v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-gauge-chart-nocss

Exact clone of react-gauge-chart https://www.npmjs.com/package/react-gauge-chart but with no css in the package - it was giving lots of grief on react v15 because of CSS. Visit that link for usage instructions. This repo is just an option of awesome lib react-gauge-chart for react v15, not claiming the copyright or anything

If you're using percentage text, add this to your main CSS file:

.percent-text{
  text-anchor: middle;
  font-family: 'Roboto', sans-serif;
}