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.6.2.pre.alpha.dep app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.6.1.pre.alpha1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.6.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.5.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.4.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.3.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.2.1.alpha.sisensefix app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.2.1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.2.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.1.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.0.3.pre.alpha.walkthrough2 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.0.3.pre.alpha.walkthrough app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.0.1.alpha.railscusticon app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.0.2.pre.alpha.pre.iconfix app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.0.1.alpha.rtflexfix app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.0.0.pre.alphafonts app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.0.1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-10.0.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-9.19.0.pre.alpha.pre.fonts2 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx