LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  How to use a Bubble and scatter chart

    Employee
    Posted 08-09-2013 03:37

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Sreya

    Hi

    Bubble chart is not working for me.

    Can you please tell me what are the constraints that i should follow while creating a bubble chart?

    I am sending one attachment of the screen shot of Bubble chart node for better clarity..

    Please advise me on what should be done ASAP.


    N.B: here Count is in Int datatype
    Workdetail is in String
    and Age is in int datatype


    Thanks,
    SreyaScreenshot.jpg


  • 2.  RE: How to use a Bubble and scatter chart

    Employee
    Posted 09-05-2013 01:54

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Tim Meagher

    Hi,

    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