export default { gantt: { maxWidth: 700, margin: { top: 40, right: 20, bottom: 60, left: 20 }, grid: { stroke: 'rgba(241, 216, 203, 0.6)' }, brush: { height: 30, stroke: '#C89C93' }, job: { height: 50, fill: '#3A4168', stroke: '#1B1B3A', textColor: '#e8e9f2' }, label: { color: '#3A4168' } }, }