The DojoBubbleChart widget creates bubble charts. Use this
widget to show the relationship of three different sets of data.
Properties
- data
- Required. The data that the chart represents. Data must be in
array format.
- themeColor
- The background color of the chart
- height
- The total height of the graph, specified in number of pixels.
The default value is 350.
- maxX
- The maximum value for the x axis
- maxY
- The maximum value for the y axis
- minX
- The minimum value for the x axis
- minY
- The minimum value for the y axis
- width
- The total width of the graph, in number of pixels. The default
value is 350.