1.0.0-alpha.4
Pre-release
Pre-release
1.0.0-alpha.4
BREAKING CHANGE:
<CCharts>component has been deprecated and will be removed in v1.0.0- use
<CChart type="...">instead
or one of following types:
<CChartBar>
<CChartHorizontalBar>
<CChartLine>
<CChartDoughnut>
<CChartRadar>
<CChartPie>
<CChartPolarArea>
sample import:
import {
CChart,
CChartBar,
CChartHorizontalBar,
CChartLine,
CChartDoughnut,
CChartRadar,
CChartPie,
CChartPolarArea
} from '@coreui/react-chartjs';