Home Reference Source

src/utils/defaults/networkgraph.js

export const defaults = {
  selector: '#chart',
  width: '100%', // %, auto, or numeric 
  height: 250,
  yAxisLabel: null,
  //margins
  marginTop: 20,
  marginRight: 250,
  marginBottom: 30,
  marginLeft: 50,
};