nadim
nadim
I still can't get axis labels with: ``` import Highcharts from 'highcharts' import Heatmap from 'highcharts/modules/heatmap' import Data from 'highcharts/modules/data' import React, { Component } from 'react' import ReactHighcharts from...
@16chuang I'm now getting this exact error for my heatmap, and not seeing anything render. Were you able to solve this by any chance?
Thanks for following up. The code below ended up doing the trick: ```import ReactHighcharts from 'react-highcharts' import HighchartsData from 'highcharts/modules/data' import HighchartsMore from 'highcharts/highcharts-more' import Highcharts from 'highcharts' import Heatmap...
Is it possible for an official response on this?