UNPKG

plotly-js-material-design-theme

Version:
14 lines (10 loc) 227 B
import defaultsDeep from 'lodash.defaultsdeep' export const scatterternary = configuration => defaultsDeep(configuration, { fillcolor: 'rgba(171, 71, 188, 0.3)', line: { width: 2 }, marker: { size: 10 } })