react-apexcharts
react-apexcharts copied to clipboard
fix: props requirement, npmignore, readme
Fix
Types
- TS make
type,seriesandoptionsrequired, not optional (now TS should say you are missing this props) - PropTypes removed
anyin favour ofstringandnumber
Upgrade dependency
- prop-types
.npmignore
- Added some files that are not needed when you install this package (.vscode, src, etc)

Readme
- Fixed typo in height description, and some description and formats.
@junedchhipa
When i run build script, Gulp throws an error.
my way to fix this was changing the import in react-apexcharts.jsx file
this import ApexCharts from 'apexcharts/dist/apexcharts.common' to => import ApexCharts from 'apexcharts'
@falsepopsky Sorry for the delayed response. Please regenerate the package-json and yarn lock files to resolve conflicts.
@junedchhipa no problem, already done.