weknowinc / react-bubble-chart-d3

React Bubble Chart using D3
MIT License
57 stars 57 forks source link

Fix the Readme.md #23

Closed PotLid closed 5 years ago

PotLid commented 5 years ago

As BubbleChart component receives Object for the graph attribute, yet original readme didn't mention as a object, yet just wrap only once with single curly braces which caused me got confused and caused error in the editor. So I just corrected it from. { key: value } to {{ key: value }} format.

enzolutions commented 5 years ago

Thanks @PotLid