Skip to content

saeidzebardast/d3-bubble

Repository files navigation

<d3-bubble> Build Status

Bubble chart element for Polymer using d3.

d3-bubble demo

Install

bower install d3-bubble

Usage

Tag

<d3-bubble data="[[data]]"></d3-bubble>

Data Format

[
  {
    key: 'A',
    value: 11
  },
  {
    key: 'B',
    value: 15
  },
  {
    key: 'C',
    value: 6
  }
]

Demo and Options

See the component page for demo and options.

License

MIT © Saeid Zebardast