1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-15 07:42:26 +04:00
Files
tabler/dist/assets/plugins/charts-c3/plugin.js
T
codecalm 0f316de5ef dist
2018-02-14 22:04:13 +01:00

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