mirror of
https://github.com/tabler/tabler.git
synced 2026-08-18 17:13:48 +04:00
dist
This commit is contained in:
+10
@@ -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',
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user