UNPKG

plotly-js-material-design-theme

Version:
18 lines (15 loc) 274 B
import defaultsDeep from 'lodash.defaultsdeep' export const ohlc = configuration => defaultsDeep(configuration, { decreasing: { line: { color: '#3F51B5', width: 1 } }, increasing: { line: { color: '#3F51B5', width: 1 } } })