Sha256: 4721b86078f1b671168e0633a1ce73f3c12dd4539e5a29fe2c504459ce749d05
Contents?: true
Size: 339 Bytes
Versions: 1780
Compression:
Stored size: 339 Bytes
Contents
<% data = [{ name: 'Waiting for Calls', value: 41, }, { name: 'On Call', value: 49, }, { name: 'After call', value: 10, } ] %> <%= pb_rails("circle_chart", props: { chart_data: data, tooltip_html: "<p>Custom tooltip for {point.name} <br/>with value: {point.y}</p>", id: "default-test" }) %>
Version data entries
1,780 entries across 1,780 versions & 2 rubygems