From 9458e04712900572d3e1cff8ec6b49c84c56abfc Mon Sep 17 00:00:00 2001 From: Ludo Stellingwerff Date: Thu, 10 Dec 2015 14:48:35 +0100 Subject: [PATCH] Updated the history release notes --- HISTORY.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e5f83ef8..08dc2d6b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -17,13 +17,20 @@ http://visjs.org ### Graph2d -- Implemented a new option for `shaded.orientation` to always shade towards zero. - Thanks @ludost. -- Fixed support for using a `DataView` in Graph2d. Thanks @ludost. +- Large refactoring of Graph2d code base: + - Implemented a new option for `shaded.orientation` to always shade towards zero. + - Implemented a new option for `shaded.orientation` to follow another group (fill in between) + - Implemented line-graph stacking + - Fixed support for using a `DataView` in Graph2d. + - Implemented a new zindex option for controlling svg rendering order. + - Performance updates and fixes ### DataSet - Fixed #1487: DataSet cannot remove an item with id `0` correctly. +### DataView +- Added the map() function from DataSet. + ## 2015-11-27, version 4.10.0