File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/react-chartjs" ,
3- "version" : " 1.0.0-alpha.4 " ,
3+ "version" : " 1.0.0" ,
44 "description" : " CoreUI React component wrapper for chart.js" ,
55 "license" : " MIT" ,
66 "homepage" : " https://coreui.io" ,
5151 "babel-eslint" : " ^10.1.0" ,
5252 "enzyme" : " ^3.11.0" ,
5353 "enzyme-adapter-react-16" : " ^1.15.2" ,
54- "eslint" : " ^7.0 .0" ,
54+ "eslint" : " ^7.1 .0" ,
5555 "eslint-plugin-import" : " ^2.20.2" ,
5656 "eslint-plugin-react" : " ^7.20.0" ,
5757 "nwb" : " ^0.25.2"
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ const CChartPie = props => <CChart {...props} type="pie"/>
140140const CChartPolarArea = props => < CChart { ...props } type = "polarArea" />
141141const CCharts = props => {
142142 console . warn (
143- '<CCharts> component has been deprecated. Use <CChart> or <CChart* > instead'
143+ '<CCharts> component has been deprecated. Use <CChart> or <CChart{type} > instead'
144144 )
145145 return < CChart { ...props } />
146146}
You can’t perform that action at this time.
0 commit comments