Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Zoom to Bubble Chart #106

Closed
jamesleesaunders opened this issue Jun 20, 2018 · 1 comment
Closed

Add Zoom to Bubble Chart #106

jamesleesaunders opened this issue Jun 20, 2018 · 1 comment
Labels
fiverr Job posted on www.fiverr.com
Projects

Comments

@jamesleesaunders
Copy link
Owner

jamesleesaunders commented Jun 20, 2018

This request is to add zoom to the d3-ez Bubble Chart.

This should be done by adding zoom() and zoomed() functions to the file/src/chart/bubbleChart.js.

Following the similar pattern of zoom code which has already been added to /src/chart/lineChart.js except for the bubble chart we DO want to zoom on both the X and Y axis, however upon zooming the bubbles need to maintain the same size so their radius remains constant with the legend.

A clip path may also need adding to ensure the bubbles do not bleed outside the axis.

Bubble colours and bubble stroke must also remain the same on zoom.

@jamesleesaunders
Copy link
Owner Author

jamesleesaunders commented Jun 20, 2018

Example:
http://bl.ocks.org/jgbos/9752277

@jamesleesaunders jamesleesaunders changed the title Add Zoom and Brush Feature to Graphs Add Zoom to Bubble Chart Jun 23, 2018
@jamesleesaunders jamesleesaunders added enhancement fiverr Job posted on www.fiverr.com and removed enhancement labels Jun 23, 2018
@jamesleesaunders jamesleesaunders added this to To Do in d3-ez Jun 23, 2018
@jamesleesaunders jamesleesaunders moved this from To Do to In progress in d3-ez Jun 23, 2018
d3-ez automation moved this from In progress to Done Jun 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fiverr Job posted on www.fiverr.com
Projects
d3-ez
  
Done
Development

No branches or pull requests

1 participant