Network Visuals: Node Size Shelves

By default, the nodes of the network visual have the same size. This visual has two data shelves, Source Node Size and Target Node Size, that produce a chart with nodes that represent values in the dataset.

To specify the size of the nodes, follow these steps:

  1. Add the Seed 1 field to the Source Node Size shelf.

  2. Click the Score 1 field on the shelf, to see the Field Properties menu.
  3. In the Field Properties menu, select [ ] Enter/Edit Expression.

  4. In the expression editor, specify a new calculation as a max() aggregation function, with an alias:
    max([Seed 1]) as 'Seed'
  5. Click Validate & Save.
  6. Similarly, add the Seed 2 field to the Target Node Size shelf.
  7. Click the Score 2 field on the shelf, to see the Field Properties menu.
  8. In the Field Properties menu, select [ ] Enter/Edit Expression.

  9. In the expression editor, specify a new calculation as a max() aggregation function, with an alias:
    max([Seed 2]) as 'Seed'
  10. Click Validate & Save.
  11. Click Refresh Visual.
  12. Notice the change to the appearance of the visual. Here, we show the tooltips for the visual to point out the size difference between Baylor (seed 3) and Xavier (seed 11):

    Specifying the Node Size shelves
    Specifying Node Size on Network Visual