debian-mirror-gitlab/app/assets/javascripts/graphs/graphs_bundle.js

7 lines
200 B
JavaScript
Raw Normal View History

2017-08-17 22:00:37 +05:30
import Chart from 'vendor/Chart';
import ContributorsStatGraph from './stat_graph_contributors';
2016-09-13 17:45:13 +05:30
2017-08-17 22:00:37 +05:30
// export to global scope
window.Chart = Chart;
window.ContributorsStatGraph = ContributorsStatGraph;