Plain SVG Plot component.
Possible improvements:
- Responsiveness
sqrt/abs/^ support with deep closure50%sqrt(sqrt(x^x))etc.Not to use eval for evaluating mathematical expressions, as it is unstable and unsafe, but let's be honest - it is fastest one- Test coverage for component methods and shallow testing (if i would have more time :p)
- Replacing antd with native inputs to increase rendering performance ( was used to increase speed of development process)
- Refactoring to be sure that KISS and DRY are followed
- hyperbolas is wierd, as it should create two different
<path>instead of one.