We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm getting some errors
It seems like false isn't an option for scaleColor.
Here's where I import it
import VueEasyPieChart from 'vue-easy-pie-chart' import 'vue-easy-pie-chart/dist/vue-easy-pie-chart.css' export default { name: 'RefundClaims', data () { return { } }, components: { VueEasyPieChart },
And the component
<vue-easy-pie-chart :percent="currentDomain.refundclaimSuccessRate" :line-width="7" :font-size="50" :scale-color="false" > </vue-easy-pie-chart>
Is there something I'm doing wrong? Thanks
The text was updated successfully, but these errors were encountered:
:percent="result.score" bar-color='#ffffff' track-color="#f06467" :scale-length="0" :line-width="5" :size="200" :rotate="220" animate="800"
Sorry, something went wrong.
No branches or pull requests
Hi, I'm getting some errors
It seems like false isn't an option for scaleColor.
Here's where I import it
And the component
Is there something I'm doing wrong? Thanks
The text was updated successfully, but these errors were encountered: