Sha256: ffdfb491dbf7b632c5e96cafde463e7db50cb79ce2e886a847f2d3de98c5741a

Contents?: true

Size: 664 Bytes

Versions: 94

Compression:

Stored size: 664 Bytes

Contents

import React from 'react'
import { CircleChart } from '../../'

const dataWithLabels = [
  {
    name: 'Facebook',
    value: 2498,
  },
  {
    name: 'YouTube',
    value: 2000,
  },
  {
    name: 'WhatsApp',
    value: 2000,
  },
  {
    name: 'Facebook Messenger',
    value: 1300,
  },
  {
    name: 'WeChat',
    value: 1165,
  },
  {
    name: 'Instagram',
    value: 1000,
  },
  {
    name: 'Tik Tok',
    value: 800,
  },
]

const CircleChartWithLabels = (props) => (
  <div>
    <CircleChart
        chartData={dataWithLabels}
        dataLabels
        id="with-labels-example"
        {...props}
    />
  </div>
)

export default CircleChartWithLabels

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
playbook_ui-9.3.0.alpha.inline2 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-9.3.0.alpha.inline1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-9.3.0.pre.alpha.password.strength.1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-9.3.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-9.2.2.pre.alpha.margin app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-9.2.2 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-9.2.1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-9.2.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-9.1.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-9.0.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-8.3.0.alpha.select.pre.margin app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-8.3.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-8.2.1.pre.alpha5 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-8.2.1.pre.alpha4 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-8.2.1.alpha.iconacc app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-8.2.1.pre.alpha3 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-8.2.1.pre.alpha2 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-8.3.0.deps2 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-8.3.0.pre.alpha1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx
playbook_ui-8.2.1.pre.alpha1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx