Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 888 Bytes

File metadata and controls

46 lines (38 loc) · 888 Bytes
1.1.0
  • chore: update to React 17
  • fix(typings): add ChartDataSets, ChartOptions - closes #1
1.0.1
  • chore: fix typings, add typings to "files" in package.json
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';
1.0.0-alpha.0
  • initial version

install:

npm install @coreui/react
npm install @coreui/react-chartjs