Hexastack / eazychart

EazyChart is a reactive chart library 📈, it allows you to easily add SVG charts in your React and Vue web applications.
https://eazychart.com
MIT License
23 stars 14 forks source link

fix: semicircle chart size #25

Closed IlyesBenAmara closed 2 years ago

IlyesBenAmara commented 2 years ago

Motivation

The semicircle chart is getting a radius bigger than its container. I changed the callback function getRadius that is passed as a prop in the semicircle chart.

Fixes #13

Type of change

Please delete options that are not relevant.

Checklist: