Class ChoroplethModel

Base thematic maps chart model layer

Hierarchy (view full)

Constructors

Properties

allDataGroups: string[]

A list of all the data groups that have existed within the lifetime of the chart

colorClassNames: any = {}
colorScale: any = {}
services: any
state: any = ...

Methods

  • Charts that have group configs passed into them, only want to retrieve the display data relevant to that chart

    Parameters

    • Optionalgroups: any

      the included datasets for the particular chart

    Returns any

  • Should the data point be filled?

    Parameters

    • group: any
    • Optionalkey: any
    • Optionaldata: any
    • OptionaldefaultFilled: boolean

      the default for this chart

    Returns any