# data

**Kind:** Constant

**Source:** `Pams/Web/Pams.Web/Client/app/models/dashboard/dashboard-data-fields.ts` (line 638)

**Part of:** [Pams](subsystem-pams)

## Definition

```ts
any[]
```

## Value

```ts
[
    {
        "name": "Malawi",
        "address": "a1",
        "date": new Date("2017-5-17"),
        "sales": 7489,
        "target": 6603
    },
    {
        "name": "France",
        "address": "a1",
        "date": new Date("2017-2-17"),
        "sales": 4784,
        "target": 8965
    },
    {
        "name": "Syria",
        "address": "a1",
        "date": new Date("2017-11-17"),
    …
```

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `Operations` — `Pams/Web/Pams.Web/Client/app/components/dashboard/dashboard-operations.ts`:15
