X Tutup
Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 344 Bytes

File metadata and controls

10 lines (9 loc) · 344 Bytes

/** * Creates and returns a Bubble Map. * @category Maps * @example anychart.bubbleMap * @param {…​(anychart.data.View|anychart.data.Set|Array)} var_args Data for creating a Bubble Map. * @return {anychart.charts.Map} New map instance with a set of predefined settings suitable for bubble series. * @since 7.7.0 */ anychart.bubbleMap;

X Tutup