Shared-Reality-Lab / IMAGE-browser

IMAGE project browser extensions & client-side code
Other
2 stars 0 forks source link

IMAGE chart rendering button no longer showing on HighCharts website #323

Closed rayanisran closed 5 months ago

rayanisran commented 1 year ago

The button to interpret a chart rendering seems to no longer exist on the HighCharts website, e.g., on https://www.highcharts.com/demo/highcharts/line-time-series. Button still exists here: https://etherscan.io/chart/tx.

Tested on production extension v0.4.9 and test extension v0.4.39, using both Unicorn and the McGill server with each. I've confirmed this issue with @jaydeepsingh25.

jaydeepsingh25 commented 5 months ago

It seems there has been an update on the HighCharts website. window.HighCharts is undefined as the HighCharts script is not included in a traditional manner rather it is a npm dependency. Hence there is no way for the extension to detect the presence of HighCharts. Closing the issue since it is working as expected.