Sha256: b22f92232abeba4faf23428b27752bb110dd457e648aecd6bce3f5aa56ba6cb8

Contents?: true

Size: 700 Bytes

Versions: 1642

Compression:

Stored size: 700 Bytes

Contents

import React from 'react'

import CircleChart from '../_circle_chart'

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

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

Version Path
playbook_ui_docs-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui_docs-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui_docs-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui_docs-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui_docs-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui_docs-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui_docs-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui_docs-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui_docs-14.9.0.pre.rc.3 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-14.9.0.pre.rc.3 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui_docs-14.9.0.pre.rc.2 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx
playbook_ui-14.9.0.pre.rc.2 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx