Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: coreui/coreui-react-chartjs

v3.0.0

28 Mar 11:14
Compare
Choose a tag to compare
Loading

v3.0.0-rc.0

14 Nov 21:09
Compare
Choose a tag to compare
Loading
v3.0.0-rc.0 Pre-release
Pre-release
release: v3.0.0-rc.0

v2.1.3

13 May 19:06
Compare
Choose a tag to compare
Loading
release: v2.1.3

v2.1.2

15 Mar 12:49
Compare
Choose a tag to compare
Loading
refactor: extract from @coreui/react

v2.0.0-rc.1

11 Aug 22:12
Compare
Choose a tag to compare
Loading
v2.0.0-rc.1 Pre-release
Pre-release
release: v2.0.0-rc.1

1.1.0

02 Mar 16:21
Compare
Choose a tag to compare
Loading
1.1.0
  • chore: dependencies update to React 17
  • fix(typings): add ChartDataSets, ChartOptions - closes #1

1.0.1

22 Jun 09:29
Compare
Choose a tag to compare
Loading

Typescript fix release

1.0.0

01 Jun 14:53
Compare
Choose a tag to compare
Loading
chore: 1.0.0 version release

1.0.0-alpha.4

28 May 13:26
Compare
Choose a tag to compare
Loading
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';

1.0.0-alpha.3

22 May 12:31
Compare
Choose a tag to compare
Loading
1.0.0-alpha.3 Pre-release
Pre-release
Morty Proxy This is a proxified and sanitized view of the page, visit original site.