Skip to content

1.0.0-alpha.4

Pre-release
Pre-release

Choose a tag to compare

@xidedix xidedix released this 28 May 13:26
· 7 commits to master since this 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';