Sacky San
Sacky San
I fixed using following code. I was missing `require('highcharts/modules/map')(hc);` ``` export function highchartsFactory() { const hc = require('highcharts'); require('highcharts/modules/heatmap')(hc); require('highcharts/modules/map')(hc); require('highcharts/modules/drilldown')(hc); require('highcharts/modules/exporting')(hc); require('highcharts/modules/offline-exporting')(hc); require('highcharts/modules/export-data')(hc); return hc; } ``` And add...
Is there any news related to this issue?
Is there a resolution or a manual workaround to this issue. We are on latest Nativescript, but our app keep crashing on ios due to memory leaks.
+1 . I need this feature. I want to display timeline view for 820 stores . Need to be able to paginate, filter and search