mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
4 lines
172 B
JavaScript
4 lines
172 B
JavaScript
// Import main D3.js module and combine it with another
|
|
var d3 = Object.assign({}, require('./d3.v4.min.js'), require('./d3-scale-chromatic.min.js'));
|
|
module.exports = d3;
|