UNPKG

igniteui-angular-charts

Version:

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

39 lines (38 loc) 1.54 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"; /** * @hidden */ export let CategoryMarkerManager = /*@__PURE__*/ (() => { class CategoryMarkerManager extends Base { static e(a, b, c, d) { let e = a.x0(); if (c == null) { return; } if (e) { let f = false; CategoryMarkerManager.a = false; for (let g = 0; g < b.count; ++g) { CategoryMarkerManager.d(c, g, b, d, f); } CategoryMarkerManager.a = false; c.count = b.count; } } static d(a, b, c, d, e) { a.item(b).n = c._inner[b].x; a.item(b).o = c._inner[b].y; } } CategoryMarkerManager.$t = markType(CategoryMarkerManager, 'CategoryMarkerManager'); CategoryMarkerManager.a = false; CategoryMarkerManager.c = 0; CategoryMarkerManager.b = 0; return CategoryMarkerManager; })();