Sha256: 02a34c2e7f8f7b83a4ed9d88babffddbe2751cd6da07e7c4b134c423fdcd57d6

Contents?: true

Size: 693 Bytes

Versions: 94

Compression:

Stored size: 693 Bytes

Contents

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

const dataWithTitle = [
  {
    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 CircleChartWithLegendKit = (props) => (
  <div>
    <CircleChart
        chartData={dataWithTitle}
        id="with-title-example"
        title="Active Users on Social Media"
        {...props}
    />
  </div>
)

export default CircleChartWithLegendKit

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
playbook_ui-7.16.0.pre.alpha5 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.16.0.pre.alpha4 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.16.0.pre.alpha3 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.16.0.pre.alpha2 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.16.0.pre.alpha1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.14.0.pre.alpha1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.16.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.15.1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.15.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.14.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.13.0.pre.alpha1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.13.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.12.1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-7.12.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx