The first mapper will divide the nodes of type Manufacturer into three groups depending on their Revenue. The nodes in each group will have their font size set to the value coresponding to the group.
The second mapper will divide the nodes of type Product into three groups depending on their StandardCost. The nodes in each group will have their fill set to the brush coresponding to the group.
The third mapper will divide the nodes of type InventoryEntry into three groups depending on their Quantity. The nodes in each group will have their fill set to the brush coresponding to the group.