The BubbleChartData record defines the data to be contained
in a bubble chart.
Fields
- color
- The fill color of the bubble
- size
- The size of the bubble
- tooltip
- The text that is displayed when the cursor is positioned over
the bubble
- x
- The value of the horizontal axis of the graph
- y
- The value of the vertical axis of the graph
Other supported fields and functions are described in the following
topics in the EGL Programmer’s Guide: “Rich UI widget fields” and
”Rich UI widget functions.”
Use of this widget requires the following statement:
import dojo.widgets.DojoBubbleChart;