You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
219 B
JavaScript

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',
}
});