ankane / react-chartkick

Create beautiful JavaScript charts with one line of React
https://chartkick.com/react
MIT License
1.2k stars 58 forks source link

Added BubbleChart component #28

Closed morellan closed 6 years ago

morellan commented 6 years ago

Since chartkick.js already has a BubbleChart for Chart.js

<BubbleChart data={[[0.5, 0.8, 5], [0.7, 0.7, 10]]} xtitle="Performance" ytitle="Engagement" />
ankane commented 6 years ago

Hey @morellan, thanks for the PR 👍 Bubble charts are experimental, which is why it's not included.

morellan commented 6 years ago

Why not just mark it as experimental instead of remove it?