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: issue#31: checks if the width and height are negative and returns 0 if so, otherwise returns calculated values #34

Closed AlanLes closed 2 years ago

AlanLes commented 2 years ago

Motivation

Regarding issue #31

Fixes #31

Type of change

Please delete options that are not relevant.

Checklist:

AlanLes commented 2 years ago

@marrouchi, I have some issues with committing, I can't commit changes, any ideas about what's going on? 🤔 😞

image
marrouchi commented 2 years ago

@AlanLes After cloning the project did you run the command yarn setup ? This should install all dependencies.

AlanLes commented 2 years ago

Good point, huge thanks, it's finished 👌 🙂