I install the latest version but it contain defect in radar chart at endpoint. When we mouse over the endpoint it not showing label name

in attached image it should display client at end point but now it is not showing so this is issue in this version
So I uninstall the latest version 2.9 and replaced with npm i chart.[email protected]
It works with master and 2.8.0.
https://www.chartjs.org/samples/master/charts/area/radar.html
https://www.chartjs.org/samples/2.8.0/charts/area/radar.html
2.9.3 does not work (value instead of label)
https://www.chartjs.org/samples/latest/charts/area/radar.html
This is still an issue as of March 31st, 2020.

I'd propose to change the issue's name to
[2.9.x] Radar chart label showing value instead of label
Also, would this bug be fixed if we pull master and compile the package ourselves instead of doing an npm i -s chart.js?
Edit:
Actually fixed by installing [email protected]
Thanks for the details @franco-roura and for testing against the alpha. I'm going to close this since it's fixed in 3.0
So this fix is still not merged?
Most helpful comment
It works with master and 2.8.0.
https://www.chartjs.org/samples/master/charts/area/radar.html
https://www.chartjs.org/samples/2.8.0/charts/area/radar.html
2.9.3 does not work (value instead of label)
https://www.chartjs.org/samples/latest/charts/area/radar.html