miloschuman / yii2-highcharts

Highcharts widget for Yii 2 Framework
http://www.yiiframework.com/extension/yii2-highcharts-widget/
MIT License
166 stars 63 forks source link

Gnatt chart generates error when using mobile view #90

Open bogere opened 2 years ago

bogere commented 2 years ago

The gnatt chart shows well in the desktop view but fails to show the gnatt chart when you try switching to mobile view (smaller screens like phone not a tablet screen). This is the error that is generated. Uncaught TypeError: format.indexOf is not a function at String.<anonymous> (highcharts.src.js:4138:35) at objectEach (highcharts.src.js:1317:24) at Time.dateFormat (highcharts.src.js:4136:17) at Axis.defaultLabelFormatter (highcharts.src.js:18974:32) at Object.labelFormatter (highcharts.src.js:17915:55) at Tick.addLabel (highcharts.src.js:17917:42) at Axis.generateTick (highcharts.src.js:20982:32)