naver / billboard.js

📊 Re-usable, easy interface JavaScript chart library based on D3.js
https://naver.github.io/billboard.js/
MIT License
5.77k stars 345 forks source link

Missing tick.text.inner type added for xAxis #3802

Closed sergiu-statache closed 3 weeks ago

sergiu-statache commented 3 weeks ago

Issue

Details

inner type was missing from tick.text.inner which was causing a TS error when used.

netil commented 3 weeks ago

@sergiu-statache thanks for the contribution!