Skip to content

Commit 0b5e9c7

Browse files
authored
Update API.md with new example links
Added additional example links for UNECE's unemployment choropleth.
1 parent a819ddd commit 0b5e9c7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/API.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ JSONstat(url, options).then(function( j ) {
141141
});
142142
```
143143

144-
Full examples: [Female Activity Rate in Finland (POST example)](https://jsonstat.com/examples/bd741e64f80ccea83ad3f5523e2ed302), [UNECE Unemployment Trend Comparison](https://jsonstat.com/examples/dc7ff91a533159a85c3c).
144+
Full examples: [Female Activity Rate in Finland (POST example)](https://jsonstat.com/examples/bd741e64f80ccea83ad3f5523e2ed302), [UNECE Unemployment Trend Comparison](https://jsonstat.com/examples/dc7ff91a533159a85c3c), [UNECE Unemployment Choropleth](https://jsonstat.com/examples/5689764).
145145

146146

147147
##### typedArray
@@ -715,6 +715,7 @@ It returns an object of arrays in the [Google DataTable](https://developers.goog
715715

716716
**Warning**: DataTable declares explicitly the type of the values. JSON-stat does not, so this information must be inferred. Generally, it can safely be assumed that values are numbers. Currently, toTable only performs a very naïf test: if the first value is a number (or *null*), it will assign a type of *number*; otherwise, it will assign a type of *string*.
717717

718+
Full example: [UNECE Unemployment Choropleth](https://jsonstat.com/examples/5689764).
718719

719720
### toTable()
720721

@@ -1010,7 +1011,7 @@ The filter can be specified as an object where properties are dimensions IDs and
10101011
]
10111012
```
10121013

1013-
Full example: [Latest Unemployment Rate in Spain](https://jsonstat.com/examples/73d6d471b42abc17ac01502024be5f28).
1014+
Full examples: [Latest Unemployment Rate in Spain](https://jsonstat.com/examples/73d6d471b42abc17ac01502024be5f28), [UNECE Unemployment Choropleth](https://jsonstat.com/examples/5689764).
10141015

10151016
##### opts
10161017

0 commit comments

Comments
 (0)