UNPKG

@material-vega/core

Version:

Material Design stylized themes for Vega Lite visualizations

12 lines (11 loc) 214 B
/** * Create config common to line chart types */ export var createLineConfig = function (options) { return { line: { // Thin stroke lines strokeWidth: 1.5 } }; };