Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: Tim MeagherHi,
I'm having a bit of trouble viewing the screenshot you attached as it is very low resolution.
However I think I can understand the problem.
It appears as though you are trying to use a "XAxisField" of "WorkDetail" which is a string field.
The "XAxisField" must be a numeric value for this node to work.
If you want to group fields, then you can use a string value in the "SeriesField" parameter.
I've attached an example graph.
The problem I think you are having is highlighted in the "Bubble - Incorrect Configuration" node.
Here, the "WorkDetail" is set as the XAxisField parameter which won't work.
If you really want the WorkDetail to determine the XAXxsField, you can always create a dummy integer field which simply assigns a different id based on the WorkDetail as shown in the "Auto Assign Id" filter node.
Then, you can use the Bubble node by specifying this auto-assigned id as the XAxisField.
This is shown in the Bubble - AutoAssigned Xaxis node.
The general use of the node, however, is to have numeric YAxis, XAxis and Diameter fields.
The grouping of the data (or SeriesField) can then be of any non-floating point data type.
Hope this helps.
Tim.
Attachments:
BubbleChart.brg