JavaScript & React libraryAPIEnumerationsCosmographPointSizeStrategy

Enumeration: CosmographPointSizeStrategy

Enumeration Members

Enumeration MemberValueDescription
Degree"degree"Sizes points based on their degree (number of connections) with the min/max from pointSizeRange. - Has effect only if links provided
Auto"auto"Automatically sizes points using symmetric log scaling with quantile-based data boundaries based on the pointSizeBy data. Uses pointSizeRange to determine the min/max size range. - Has effect only if pointSizeBy provided and contains numeric data.
Direct"direct"Directly uses pointSizeBy column values as point sizes. - If pointSizeByFn exists, applies it to transform pointSizeBy values into custom sizes with it - Falls back to pointSize if invalid size - If neither pointSizeBy nor pointSizeByFn exist, sizes all points with pointSize