Skip to content

Commit f67b36d

Browse files
committed
Update
1 parent 9290ef7 commit f67b36d

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

CHANGES.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
## Changes in version 1.1.0 (in development)
22

33
* A certain column of an imported CSV table or a property of an imported GeoJSON
4-
feature collection can now be added to an existing time-series chart. (#276)
4+
feature collection can now be added to an existing time-series chart, given
5+
values are numerical and a column or property exists that provides
6+
a time value. (#276)
57

68
This new feature required additional features that have been added:
79

8-
- When importing a CSV table or a GeoJSON object, users can now specify
9-
a grouping column name or grouping property that will be used to
10-
create a new place group for the imported places.
11-
12-
- Similarly, user can specify the time column name or time property.
10+
- When importing a CSV table or a GeoJSON object, user can specify
11+
the time column name or time property.
1312
If given, time values are expected to be UTC and use ISO format.
13+
14+
- Similarly, users can now specify a grouping column name or grouping
15+
property that will be used to create a new place group for the
16+
imported places.
1417

15-
- It is now possible to rename and remove an existing place group
16-
and place if it was previously created by the user.
18+
- It is now possible to rename and remove an existing place groups
19+
and to rename and remove places, if they were previously created
20+
or imported by the user.
1721

1822
* Times are now correctly displayed using standard UTC timezone
1923
in ISO format. (#281)

0 commit comments

Comments
 (0)