Skip to content

Commit

Permalink
Merge branch 'master' into gh-31-stop-sorting-unique-keys-and-values
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Feb 20, 2019
2 parents 30cb8dc + 7302e42 commit 60b464f
Show file tree
Hide file tree
Showing 5 changed files with 832 additions and 832 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

* Issue **#31** - Leave keys and values in original order if no sort has been specified.

* Issue **#33** - Fix problem of LineChart and StackedArea ignoring interpolationMode setting.

* Issue **#32** - Add support for no line interpolation to LineChart and StackedArea.

## [v3.1.0] - 2019-01-03

* Issue **#29** - Add series filtering to Series Session Map.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"type": "selection",
"label": "Interpolation Mode",
"values": [
"",
"linear",
"linear-closed",
"step",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"type": "selection",
"label": "Interpolation Mode",
"values": [
"",
"linear",
"linear-closed",
"step",
Expand Down
Loading

0 comments on commit 60b464f

Please sign in to comment.