]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Update bar data type to comply with floating bar charts data (#10652)
authorLonylis <yvan.nicolas@gmail.com>
Tue, 6 Sep 2022 13:42:04 +0000 (09:42 -0400)
committerGitHub <noreply@github.com>
Tue, 6 Sep 2022 13:42:04 +0000 (09:42 -0400)
commit21305e2883c55e64c949de5a8cf9edd333f48cd7
tree8a42df58f5c41fb6b27eb63377b21c6732dca44d
parent0c51ecd451e577e82b0a2ada5483ec471b78a2de
Update bar data type to comply with floating bar charts data (#10652)

* Update index.d.ts

Floating bars charts can take an array of array.
https://www.chartjs.org/docs/latest/samples/bar/floating.html

* Update types/index.d.ts

Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
* floating bar chart data validation

Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
types/index.d.ts
types/tests/controllers/bar_floating_data.ts [new file with mode: 0644]