Packages

Exq UI is the UI component for Exq, a job processing library. Exq UI provides the UI dashboard to display stats on job processing.

Current section

Files

Jump to
lc_exq_ui priv ember bower_components chartjs src charts Chart.Line.js
Raw

priv/ember/bower_components/chartjs/src/charts/Chart.Line.js

'use strict';
module.exports = function(Chart) {
Chart.Line = function(context, config) {
config.type = 'line';
return new Chart(context, config);
};
};