Sha256: b22f92232abeba4faf23428b27752bb110dd457e648aecd6bce3f5aa56ba6cb8

Contents?: true

Size: 700 Bytes

Versions: 1644

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

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