Sha256: a84aaaab7cee17ee0647245ce07724c87f4f9e39d14b1b339aae3441321d56bc

Contents?: true

Size: 486 Bytes

Versions: 1646

Compression:

Stored size: 486 Bytes

Contents

import React from 'react'

import CircleChart from '../_circle_chart'

const dataRounded = [
  {
    name: 'Waiting for Calls',
    value: 41,
  },
  {
    name: 'On Call',
    value: 49,
  },
  {
    name: 'After call',
    value: 10,
  },
]

const CircleChartRounded = (props) => (
  <div>
    <CircleChart
        chartData={dataRounded}
        id="default-test-rounded"
        innerSize="lg"
        rounded
        {...props}
    />
  </div>
)

export default CircleChartRounded

Version data entries

1,646 entries across 1,646 versions & 2 rubygems

Version Path
playbook_ui_docs-14.7.0.pre.rc.18 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-14.7.0.pre.rc.18 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui_docs-14.6.2.pre.alpha.PBNTR667railstypeaheadformintegration4424 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-14.6.2.pre.alpha.PBNTR667railstypeaheadformintegration4424 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui_docs-14.7.0.pre.rc.17 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-14.7.0.pre.rc.17 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui_docs-14.7.0.pre.rc.16 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-14.7.0.pre.rc.16 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui_docs-14.7.0.pre.rc.15 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-14.7.0.pre.rc.15 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui_docs-14.7.0.pre.rc.14 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-14.7.0.pre.rc.14 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui_docs-14.7.0.pre.rc.13 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-14.7.0.pre.rc.13 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui_docs-14.6.2.pre.alpha.PBNTR666advancedtablefirstcolumn4406 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-14.6.2.pre.alpha.PBNTR666advancedtablefirstcolumn4406 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui_docs-14.7.0.pre.rc.12 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-14.7.0.pre.rc.12 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui_docs-14.6.2.pre.alpha.PLAY15814384 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-14.6.2.pre.alpha.PLAY15814384 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx