Browse Source

Updated the history release notes

codeClimate
Ludo Stellingwerff 8 years ago
parent
commit
9458e04712
1 changed files with 10 additions and 3 deletions
  1. +10
    -3
      HISTORY.md

+ 10
- 3
HISTORY.md View File

@ -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

Loading…
Cancel
Save