Sha256: 2b9087b890edb813fd5312281500871d09a3bc929ea14893a56289edc95fbf13
Contents?: true
Size: 354 Bytes
Versions: 1
Compression:
Stored size: 354 Bytes
Contents
## 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 ```javascript //... var options = { circleLegend: { visible: false } }; tui.chart.bubbleChart(container, data, options); ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tui_editor-rails-1.0.2.0 | vendor/assets/components/tui-chart/docs/wiki/features-circle-legend.md |