UNPKG

billboard.js

Version:

Re-usable easy interface JavaScript chart library, based on D3 v4+

15 lines (14 loc) 265 B
export interface BubblecompareOptions { /** * Minimum bubble radius (px, default: 11) */ minR?: number; /** * Maximum bubble radius (px, default: 11) */ maxR?: number; /** * expand ratio when bubble focused (default: 1) */ expandScale?: number; }