UNPKG

@devinit/pdf-base

Version:
26 lines (25 loc) 752 B
"use strict"; var __assign = (this && this.__assign) || Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; exports.__esModule = true; var colors_1 = require("../../../theme/colors"); exports.color = { colors: [colors_1.red, colors_1.purple, colors_1.blue, colors_1.orange], coloring: 'color' }; exports.base = __assign({}, exports.color, { labeling: { showLabels: true }, linearAxis: { showAxis: true, showGridlines: true }, categoryAxis: { showAxis: true, innerPadding: 0.1, outerPadding: 0 } });