source:
public/assets/plugins/charts-c3/plugin.js@
c433da6
Last change on this file since c433da6 was 0924b6c, checked in by , 4 years ago | |
---|---|
|
|
File size: 220 bytes |
Line | |
---|---|
1 | require.config({ |
2 | shim: { |
3 | 'c3': ['d3', 'core'], |
4 | 'd3': ['core'], |
5 | }, |
6 | paths: { |
7 | 'd3': 'assets/plugins/charts-c3/js/d3.v3.min', |
8 | 'c3': 'assets/plugins/charts-c3/js/c3.min', |
9 | } |
10 | }); |
Note:
See TracBrowser
for help on using the repository browser.