Wijmo User Guide > Widgets > BubbleChart |
The wijbubblechart widget is like a Scatter chart in which the data points are replaced with bubbles. This type of chart can be used instead of a Scatter chart if your data has three independent values. The wijbubblechart uses three values for each data point: x, y, and y1. The X element values determine the Cartesian position along the x-axis, the Y element values determine the Cartesian position along the y-axis, and the Y1 element values determine the size of the bubble at each point.
Note: Check the Version Histories for an outline of new features, improvements, and changes to the Wijmo widgets. |
This widget is an adaptive widget in v3. If you are running v2.3.x or earlier, it is not adaptive. You can download v3 2013 here: Downloads Page.
An adaptive widget is different from a jQuery UI widget in that you can use it in both mobile and non-mobile web applications. To use it in non-mobile applications, just use the regular help. To use it in mobile applications:
These steps are demonstrated in the jQuery Mobile topic.