You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
TypeError: (new Chart(...))[chartType] is not a function
This is what I'm using:
{
"name": "ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"chart.js": "^2.7.3",
"react": "^16.8.1",
"react-chartjs": "^1.2.0",
"react-dom": "^16.8.1",
"react-scripts": "2.1.5",
"reactstrap": "^7.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
The text was updated successfully, but these errors were encountered: