This commit is contained in:
codecalm
2018-02-14 22:04:13 +01:00
parent 994dea290b
commit 0f316de5ef
662 changed files with 93074 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
require.config({
shim: {
'c3': ['d3', 'core'],
'd3': ['core'],
},
paths: {
'd3': 'assets/plugins/charts-c3/js/d3.v3.min',
'c3': 'assets/plugins/charts-c3/js/c3.min',
}
});