bubblechart
bubblechart copied to clipboard
:chart_with_upwards_trend: BubbleChart is a JavaScript module for comparative visualization of two dimensional data.
Adds main entry point for `bubblechart` so it can be imported using requirejs or something similar. _Warning:_ My tests did not pass locally, apparently because of changes in QUnit or...
In order to use this as a module through `npm`, you need to manually build it before hand. Which means having things like `grunt` installed, even if you are relying...
The data value of a bubble was always printed in the popover. We needed to disable the printing of the data in the popover because the absolute values were not...