reusable_bubble_chart
reusable_bubble_chart copied to clipboard
columnForColors & columnForRadius not working
It looks like you meant to check for length of the objects but instead you are accessing the arguments.functionName property, which will never exist.
arguments.columnForColors
will always be undefined, and thus the setter will not work.