UNPKG

d3-visualize

Version:

d3-view components for data visualization

16 lines (15 loc) 294 B
// // Global options for visuals // ============================ // export default { // visual data source dataSource: null, // size: { // width set by the parent element width: null, // height set as percentage of width height: '70%' } };