This commit is contained in:
Kelly Dwan 2019-02-21 11:47:28 -05:00 committed by GitHub
parent 2af0aedd95
commit 4ccc7ddaea
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# 1.6.0 (unreleased) # 1.6.0
- Chart component: new props `emptyMessage` and `baseValue`. When an empty message is provided, it will be displayed on top of the chart if there are no values different than `baseValue`. - Chart component: new props `emptyMessage` and `baseValue`. When an empty message is provided, it will be displayed on top of the chart if there are no values different than `baseValue`.
- Chart component: remove d3-array dependency. - Chart component: remove d3-array dependency.
- Chart component: fix display when there is no data. - Chart component: fix display when there is no data.