Welcome to mirror list, hosted at ThFree Co, Russian Federation.

graphs_bundle.js « graphs « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 534bc535bb643facf2edf9a822f7986353967ac3 (plain)
1
2
3
4
import Chart from 'vendor/Chart';

// export to global scope
window.Chart = Chart;