source: public/assets/plugins/charts-c3/plugin.js@ 7ed1069

Last change on this file since 7ed1069 was 0924b6c, checked in by Özkan İliyaz <iliyaz_96@…>, 4 years ago

initial commit

  • Property mode set to 100644
File size: 220 bytes
Line 
1require.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.