chart type <strong>bar</strong> works fine. Solution: Change line 98 in <strong>widget2chart.js</strong> from: <code> if ( chartType != 'bar' ) {</code> to: <code>if ( chartType != 'bar' && chartType != 'line' ) {</code>