We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Using circleLegend.visible option, you can hide circle legend.
circleLegend.visible
//... var options = { circleLegend: { visible: false } }; tui.chart.bubbleChart(container, data, options);
chart
responsive