/** * 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;