Skip to main content
Version: Next

ClassTable()

function ClassTable(props, deprecatedLegacyContext?): ReactNode

Table displaying class metrics, one class per table row. Having more than one metric per class may yield unexpected results Returns 0 value in table when faced with a 'missing' metric instead of erroring Handles "class has no value" NaN situation (common when sketch doesn't overlap with a geography) by overwriting with 0 and adding information circle

Parameters

ParameterTypeDescription
propsClassTableProps-
deprecatedLegacyContext?anyDeprecated See React Docs

Returns

ReactNode