Turn on or off the elastic bubble radius feature, or return the value of the flag. If this feature is turned on, then bubble radii will be automatically rescaled to fit the chart better.
Parameters: Name Type Argument Default DescriptionelasticRadius
Boolean <optional>
Should the chart exclude zero when calculating elastic bubble radius?
Parameters: Name Type Argument Default DescriptionexcludeZero
Boolean <optional>
Get or set the maximum relative size of a bubble to the length of x axis. This value is useful when the difference in radius between bubbles is too great.
Parameters: Name Type Argument Default DescriptionrelativeSize
Number <optional>
Get or set the minimum radius. This will be used to initialize the radius scale's range.
Parameters: Name Type Argument Default Descriptionradius
Number <optional>
Get or set the minimum radius for label rendering. If a bubble's radius is less than this value then no label will be rendered.
Parameters: Name Type Argument Default Descriptionradius
Number <optional>
Get or set the bubble radius scale. By default the bubble chart uses d3.scaleLinear().domain([0, 100]) as its radius scale.
Parameters: Name Type Argument Default DescriptionbubbleRadiusScale
d3.scale <optional>
Get or set the radius value accessor function. If set, the radius value accessor function will be used to retrieve a data value for each bubble. The data retrieved then will be mapped using the r scale to the actual bubble radius. This allows you to encode a data dimension using bubble size.
Parameters: Name Type Argument DescriptionradiusValueAccessor
function <optional>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4