source:
public/assets/plugins/charts-c3/plugin.js@
0924b6c
Last change on this file since 0924b6c was 0924b6c, checked in by , 4 years ago | |
---|---|
|
|
File size: 220 bytes |
Rev | Line | |
---|---|---|
[0924b6c] | 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.