UNPKG

@material-vega/core

Version:

Material Design stylized themes for Vega Lite visualizations

15 lines (14 loc) 306 B
/** * Create config common to donut chart types */ export var createDonutConfig = function (options) { return { style: { percent: { font: options.font, fontWeight: 'normal', fill: options.textColor } } }; };