Type Alias: CosmographStats

CosmographStats = object

Properties

pointsCount

pointsCount: number

Current number of points in the Cosmograph visualization.


linksCount

linksCount: number

Current number of links in the Cosmograph visualization.


pointsSummary?

optional pointsSummary: Summary

Summary information for the points in the Cosmograph visualization. Stats include column names, column types, number of aggregates over all columns (count, min, max, approx_unique, avg, std, q25, q50, q75), and the percentage of NULL values in the columns.


linksSummary?

optional linksSummary: Summary

Summary information for the links in the Cosmograph visualization (if links are present). Stats include column names, column types, number of aggregates over all columns (count, min, max, approx_unique, avg, std, q25, q50, q75), and the percentage of NULL values in the columns.