Sha256: a84aaaab7cee17ee0647245ce07724c87f4f9e39d14b1b339aae3441321d56bc

Contents?: true

Size: 486 Bytes

Versions: 1722

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,722 entries across 1,722 versions & 2 rubygems

Version Path
playbook_ui-12.13.0.pre.alpha.PLAY705phonenumberkit438 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.13.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.12.0.pre.alpha.PLAY697sandpacklayoutstyles413 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.12.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.11.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.10.0.pre.alpha.PLAY705phonenumberreturn372 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.10.0.pre.alpha.PLAY677richtexteditorts370 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.10.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.9.1.pre.alpha.play664tiptapinvestigation353 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.9.1.pre.alpha.PLAY689bugtxtinputlabel346 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.9.1.pre.alpha.menucleanup345 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.9.1.pre.alpha.menucleanup342 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.9.1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.9.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.8.0.pre.alpha.PLAY625phonenumberdark301 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.8.0.pre.alpha.PLAY625phonenumberdark300 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.8.0.pre.alpha.PLAY649mapkitstyles299 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.8.0.pre.alpha.PLAY645typescriptprogresstep298 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.8.0.pre.alpha.PLAY645typescriptprogresstep297 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx
playbook_ui-12.8.0.pre.alpha.rubyandnpmalpharelease296 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx