MAIDR Documentation - v4.4.0
    Preparing search index...

    The declared field names a choropleth's four facts may be renamed to.

    Spelled here as plain strings rather than as a ChoroplethDeclaration, so that this module stays the reader of what amCharts drew and declaration.ts stays the reader of what the author said. Both paths land in the same function because a map's regions are read the same way either way — the declaration only says which column each fact is in.

    interface ChoroplethFields {
        region?: string;
        value?: string;
        lon?: string;
        lat?: string;
    }
    Index

    Properties

    Properties

    region?: string
    value?: string
    lon?: string
    lat?: string