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

7 lines
200 B
JavaScript

import Chart from 'vendor/Chart';
import ContributorsStatGraph from './stat_graph_contributors';
// export to global scope
window.Chart = Chart;
window.ContributorsStatGraph = ContributorsStatGraph;