UNPKG

@railzai/railz-visualizations

Version:
26 lines (24 loc) 1.13 kB
/*! * Accounting Data as a Service™ is the solution that makes sense of your business customers' financial data. * Built with Stencil * Copyright (c) FIS. */ const RAILZ_PRIMARY_COLOR = '#1D1F48'; const RAILZ_TEXT_COLOR = '#015b7e'; const RAILZ_CHART_LEGEND_COLOR = '#424242'; const RAILZ_CHART_LABEL_COLOR = '#424242'; const RAILZ_TOOLTIP_COLOR = '#9E9E9E'; const RAILZ_BALANCE_SHEET_COLORS = ['#009775', '#FD8D62', '#4BCD3E', '#B30000', '#000000']; const RAILZ_INCOME_STATEMENT_COLORS = [ '#B30000', '#000000', '#FD8D62', '#009775', '#38C076', '#1B1B6F', ]; const RAILZ_CASHFLOW_COLORS = ['#015B7E', '#F06C3A', '#003032', '#000000']; const RAILZ_STATEMENTS_COLORS = ['#FFED8C', '#F5F5F5']; const RAILZ_PIE_COLORS = ['#015B7E', '#3BCFF0', '#009775', '#1B1B6F', '#FFED8C']; export { RAILZ_PRIMARY_COLOR as R, RAILZ_TEXT_COLOR as a, RAILZ_CHART_LEGEND_COLOR as b, RAILZ_CHART_LABEL_COLOR as c, RAILZ_TOOLTIP_COLOR as d, RAILZ_BALANCE_SHEET_COLORS as e, RAILZ_INCOME_STATEMENT_COLORS as f, RAILZ_CASHFLOW_COLORS as g, RAILZ_STATEMENTS_COLORS as h, RAILZ_PIE_COLORS as i }; //# sourceMappingURL=colors.js.map