UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

87 lines (86 loc) 5.04 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { Base, markType } from "igniteui-angular-core"; import { BrushUtil } from "igniteui-angular-core"; import { DeviceUtils } from "igniteui-angular-core"; import { LegendBadgeDefaults } from "igniteui-angular-core"; import { ColorUtil } from "igniteui-angular-core"; import { FontDefaults } from "igniteui-angular-core"; /** * @hidden */ export class Defaults extends Base { static { this.$t = markType(Defaults, 'Defaults'); } static { this.crosshairLineBrush = BrushUtil.l(255, 187, 187, 187); } static { this.crosshairLineThickness = DeviceUtils.g(1); } static { this.crosshairXAxisAnnotationTextColor = BrushUtil.l(255, 255, 255, 255); } static { this.crosshairXAxisAnnotationBackground = BrushUtil.l(255, 0, 0, 0); } static { this.legendBadge_ShapeThickness = DeviceUtils.g(LegendBadgeDefaults.shapeThickness); } static { this.legendBadge_ShapeWidth = LegendBadgeDefaults.shapeWidth; } static { this.legendBadge_ShapeHeight = LegendBadgeDefaults.shapeHeight; } static { this.legendBadge_OverlaidMarkerPadding = LegendBadgeDefaults.overlaidMarkerPadding; } static { this.legendBadge_ContainerWidth = DeviceUtils.g(12); } static { this.legendBadge_ContainerHeight = DeviceUtils.g(12); } static { this.series_MarkerThickness = DeviceUtils.g(2); } static { this.series_Thickness = DeviceUtils.g(2); } static { this.series_Resolution = DeviceUtils.g(1); } static { this.financialSeries_NegativeBrush = BrushUtil.l(255, 238, 88, 121); } static { this.financialSeries_NegativeOutline = BrushUtil.l(255, 238, 88, 121); } static { this.financialSeries_Thickness = DeviceUtils.g(1); } static { this.financialSeries_Resolution = DeviceUtils.g(5); } static { this.g = 1; } static { this.i = DeviceUtils.g(1); } static { this.h = DeviceUtils.g(4); } static { this.c = 1; } static { this.e = 2; } static { this.bf = ColorUtil.u("#000000"); } static { this.be = ColorUtil.u("#ee5879"); } static { this.ba = BrushUtil.l(255, 0, 0, 0); } static { this.a9 = BrushUtil.l(255, 238, 88, 121); } static { this.ad = DeviceUtils.g(4); } static { this.ak = DeviceUtils.g(5); } static { this.an = DeviceUtils.g(2); } static { this.bb = BrushUtil.l(255, 0, 0, 0); } static { this.am = DeviceUtils.g(2); } static { this.al = DeviceUtils.g(2); } static { this.f = 1; } static { this.b = 1; } static { this.a8 = BrushUtil.l(255, 0, 0, 0); } static { this.ac = DeviceUtils.g(1); } static { this.ab = DeviceUtils.g(2); } static { this.d = 1; } static { this.a = 1; } static { this.aa = DeviceUtils.g(2); } static { this.z = DeviceUtils.g(2); } static { this.tileSeries_Outline = BrushUtil.l(255, 170, 211, 223); } static { this.tileSeries_Brush = BrushUtil.l(255, 255, 255, 255); } static { this.dataAnnotationShapeFillOpacity = 0.15; } static { this.dataAnnotationShapeThickness = DeviceUtils.g(1.5); } static { this.dataAnnotationLabelThickness = DeviceUtils.g(1); } static { this.dataAnnotationOverlayBackground = BrushUtil.l(0, 0, 0, 0); } static { this.dataAnnotationOverlayBorderStroke = BrushUtil.l(0, 0, 0, 0); } static { this.dataAnnotationOverlayBorderThickness = 0; } static { this.dataAnnotationOverlayBorderCorner = 0; } static { this.dataAnnotationOverlayVerticalMargin = 5; } static { this.dataAnnotationOverlayHorizontalMargin = 5; } static { this.dataAnnotationOverlayVerticalPadding = 5; } static { this.dataAnnotationOverlayHorizontalPadding = 5; } static { this.dataAnnotationOverlayFontBrush = BrushUtil.l(255, 37, 37, 37); } static { this.dataAnnotationOverlayFontSizeConst = 15; } static { this.dataAnnotationOverlayFontSize = DeviceUtils.f(15); } static { this.dataAnnotationOverlayFontFamilyConst = "Verdana"; } static { this.dataAnnotationOverlayFontFamily = FontDefaults.a7("Verdana"); } static { this.dataAnnotationOverlayFontWeight = "400"; } static { this.dataAnnotationOverlayFontStyle = "Normal"; } static { this.dataAnnotationOverlayFontStretch = "Normal"; } static { this.dataAnnotationOverlayFontVariant = "Normal"; } static { this.dataAnnotationLabelBackground = BrushUtil.l(255, 0, 0, 0); } static { this.dataAnnotationLabelBorderStroke = BrushUtil.l(255, 0, 0, 0); } static { this.dataAnnotationLabelBorderThickness = 2; } static { this.dataAnnotationLabelBorderRadius = 2; } static { this.dataAnnotationLabelFontBrush = BrushUtil.l(255, 255, 255, 255); } }