Sha256: 73193e394c6469dba4adf4815d8575a189f895efcc7f9d0c8b2ff68c4d43165a

Contents?: true

Size: 437 Bytes

Versions: 1978

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

Version Path
playbook_ui-11.10.0.pre.alpha.pagination1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.10.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.9.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.9.0.pre.alpha.fileupload1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.8.1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.8.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.7.0.pre.alpha.table1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.7.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.6.0.pre.alpha.fontawesome app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.5.0.pre.alpha.fontawesome app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.7.0.pre.alpha.pre.guagechart1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.6.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.5.0.pre.alpha.datepicker1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.6.0.pre.alpha.rubocopperf1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.6.1.pre.alpha.rubocop.pre.performance1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.5.0.pre.alpha.pre.rubocop app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.6.0.pre.alpha.momenttz1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.5.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.4.0.pre.alpha.rubytheme2 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx
playbook_ui-11.4.0.pre.alpha.rubytheme1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx