Skip to content

features circle legend

강지웅/FE개발팀/NE edited this page Aug 26, 2016 · 3 revisions

Circle legend Feature for bubble chart

  • This section introduces about feature of circle legend.

Hiding circle legend

Using circleLegend.visible option, you can hide circle legend.

Example
//...
var options = {
    circleLegend: {
        visible: false
    }
};
tui.chart.bubbleChart(container, data, options);
Clone this wiki locally