gitlab-org--gitlab-foss/app/assets/javascripts/graphs/graphs_bundle.js

7 lines
200 B
JavaScript
Raw Normal View History

2017-03-02 02:27:52 -05:00
import Chart from 'vendor/Chart';
import ContributorsStatGraph from './stat_graph_contributors';
// export to global scope
2017-03-02 02:27:52 -05:00
window.Chart = Chart;
window.ContributorsStatGraph = ContributorsStatGraph;