"view data table" in highchart component not working

I am using the official highchart plugin for webix, but I am encountering a problem.

Highchart has a feature that allows you to view the data in the chart as a table… You can achieve this by clicking on the 3 lines on the top right side of the chart, and then selecting “view data table”.

My problem is that this doesn’t seem to work with the current integration.

This is the official example for webix-highchart integration, and you can see that the feature doesn’t work: https://snippet.webix.com/jh9qepjg.

By contrast, if I use the same code in native highchart window (without the webix wrapper) the feature works: https://jsfiddle.net/1yuLgt32/8/.

Is there anything I can do to fix this problem?