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

5 lines
83 B
JavaScript
Raw Normal View History

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