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 padding problem #28

Closed IlyesBenAmara closed 2 years ago

IlyesBenAmara commented 2 years ago

Motivation

The padding prop is not responding correctly when tested out on react storybook, but it is working correctly in the vue storybooks, so we assumed that the problem came from the storybook and not the actual component in react. We added the padding configuration to the storybooks.

Fixes #27

Type of change

Please delete options that are not relevant.

Checklist: