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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-02 10:27:52 +0300
committerMike Greiling <mike@pixelcog.com>2017-03-04 01:47:38 +0300
commit1f9743310054273b98e423b6dc5e99a5bc9fd7a2 (patch)
treec57f9865006cb66b07c80e674d89fa6ad5178ff4 /app/assets/javascripts/graphs
parent5f464f98f1ff86caac02eca207704c1961b07be1 (diff)
merge lib_chart into graphs bundle
Diffstat (limited to 'app/assets/javascripts/graphs')
-rw-r--r--app/assets/javascripts/graphs/graphs_bundle.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/graphs/graphs_bundle.js b/app/assets/javascripts/graphs/graphs_bundle.js
index ea5afbd9d29..a433c7ba8f0 100644
--- a/app/assets/javascripts/graphs/graphs_bundle.js
+++ b/app/assets/javascripts/graphs/graphs_bundle.js
@@ -1,4 +1,6 @@
+import Chart from 'vendor/Chart';
import ContributorsStatGraph from './stat_graph_contributors';
// export to global scope
+window.Chart = Chart;
window.ContributorsStatGraph = ContributorsStatGraph;