The error I'm seeing is when `setResponsive` tries to reference `this.options`, which is undefined: https://github.com/highcharts/highchart ... ve.ts#L199
Right before the error gets thrown the chart object, i.e. `this`, has the following own properties:
Code: Select all
a11yDirty: true
extraBottomMargin: false
extraTopMargin: false
Code: Select all
a11yDirty: true
accessibility: y {chart: g, components: {…}, keyboardNavigation: f, proxyProvider: h}
angular: undefined
announcerContainer: div.highcharts-announcer-container
axes: (2) [z, z]
axisOffset: (4) [0, 0, 25, 35.0625]
bounds: {h: {…}, v: {…}}
callback: undefined
...etc