Sha256: 73193e394c6469dba4adf4815d8575a189f895efcc7f9d0c8b2ff68c4d43165a

Contents?: true

Size: 437 Bytes

Versions: 1919

Compression:

Stored size: 437 Bytes

Contents

import React from 'react'

import CircleChart from '../_circle_chart'

const dataWithLegend = [{
  name: 'Bugs',
  value: 8,

},
{
  name: 'Chores',
  value: 1,

},
{
  name: 'Stories',
  value: 12,
},
]

const CircleChartWithLegendKit = (props) => (
  <div>
    <CircleChart
        chartData={dataWithLegend}
        id="with-legend-example"
        legend
        {...props}
    />
  </div>
)

export default CircleChartWithLegendKit

Version data entries

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

Version Path
playbook_ui-10.17.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.16.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.15.1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.15.1.pre.alpha.rubocop.deps app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.15.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.14.1.pre.alpha2 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.14.1.pre.alpha1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.14.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.13.1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.13.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.13.0.pre.node.update app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.12.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.11.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.10.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.9.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.8.1.pre.alpha.flexdeps app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.9.0.pre.alpha1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.8.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.7.1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.7.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx