Sha256: df9ddc8893c2f167b140bd809c54e8e76155303b0742ad5f3220c848175f1be9

Contents?: true

Size: 552 Bytes

Versions: 2166

Compression:

Stored size: 552 Bytes

Contents

 <% data = [{
      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,
    },
  ] %>

<%= pb_rails("circle_chart", props: {
    style: "pie",
    chart_data: data,
    id: "with-labels-example",
    data_labels: true
}) %>

Version data entries

2,166 entries across 2,166 versions & 2 rubygems

Version Path
playbook_ui-4.18.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.html.erb
playbook_ui-4.17.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.html.erb
playbook_ui-4.17.0.pre.alpha1 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.html.erb
playbook_ui-4.16.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.html.erb
playbook_ui-4.15.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.html.erb
playbook_ui-4.14.0 app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.html.erb