UNPKG

igniteui-react-charts

Version:

Ignite UI React charting components for building rich data visualizations using TypeScript APIs.

1,545 lines (1,544 loc) 57.6 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 { __extends, __values } from "tslib"; import { DomainChart } from "./DomainChart"; import { fromEnum, enumGetBox, markType } from "igniteui-react-core"; import { HorizontalAlignment_$type } from "igniteui-react-core"; import { VerticalAlignment_$type } from "igniteui-react-core"; import { Visibility_$type } from "igniteui-react-core"; import { ValueAxisLabelLocation_$type } from "./ValueAxisLabelLocation"; import { AngleAxisLabelLocation_$type } from "./AngleAxisLabelLocation"; import { AxisLabelSettings } from "./AxisLabelSettings"; import { AxisDefaults } from "./AxisDefaults"; import { TitleSettings } from "./TitleSettings"; import { ScalerParams } from "./ScalerParams"; import { DeviceUtils } from "igniteui-react-core"; /** * @hidden */ var RadialBaseChart = /** @class */ /*@__PURE__*/ (function (_super) { __extends(RadialBaseChart, _super); function RadialBaseChart() { var _this = _super !== null && _super.apply(this, arguments) || this; _this.aai = null; _this.aaj = null; _this.aax = 0; _this.aaz = 5; _this.aay = 0; _this.aaw = 5; _this.abe = 5; _this.abg = 0; _this.abf = 5; _this.abd = 0; _this.af7 = null; _this.age = null; _this.af5 = null; _this.af6 = null; _this.aa8 = 0; _this.abp = 0; _this.aa7 = NaN; _this.abo = NaN; _this.aba = NaN; _this.abr = NaN; _this.aa9 = NaN; _this.abq = NaN; _this.aa6 = NaN; _this.abn = NaN; _this.agd = null; _this.agk = null; _this.acz = null; _this.ac3 = null; _this.ac1 = null; _this.ac5 = null; _this.acu = null; _this.acv = null; _this.af8 = null; _this.agf = null; _this.aa0 = DeviceUtils.g(1); _this.abh = DeviceUtils.g(1); _this.aa1 = DeviceUtils.g(1); _this.abi = DeviceUtils.g(1); _this.aga = null; _this.agh = null; _this.agb = null; _this.agi = null; _this.aa2 = DeviceUtils.g(1); _this.abj = DeviceUtils.g(1); _this.aa3 = DeviceUtils.g(8); _this.abk = 0; _this.agc = null; _this.agj = null; _this.aa4 = DeviceUtils.g(1); _this.abl = DeviceUtils.g(1); _this.ac0 = null; _this.ac4 = null; _this.af9 = null; _this.agg = null; _this.aav = 0; _this.abc = 0; _this.aau = NaN; _this.abb = NaN; _this.aa5 = 0; _this.abm = -90; _this.aaq = false; _this.aar = false; _this.af0 = 1; _this.ag3 = 1; _this.afz = 1; _this.af1 = 2; _this.ag1 = 0; _this.ag2 = 1; _this.ag7 = 0; _this.ag8 = 0; _this.aao = 4; _this.aae = 4; _this.acy = null; _this.aaa = null; _this.ac2 = null; _this.aab = null; return _this; } RadialBaseChart.prototype.provideContainer = function (a) { if (a != null) { var b = this.aag(); var c = this.aah(); if (b != null) { b.provideRenderer(a); } if (c != null) { c.provideRenderer(a); } } _super.prototype.provideContainer.call(this, a); }; RadialBaseChart.prototype.vd = function () { _super.prototype.vd.call(this); var a = this.aag(); var b = this.aah(); if (a != null && a.az != null) { this.agn = a.az.textColor; } if (b != null && b.az != null) { this.agu = b.az.textColor; } this.ags = AxisDefaults.j; this.agz = AxisDefaults.j; this.ago = AxisDefaults.h; this.agv = AxisDefaults.h; this.agr = AxisDefaults.g; this.agy = AxisDefaults.g; }; RadialBaseChart.prototype.v7 = function (a, b, c) { var _this = this; _super.prototype.v7.call(this, a, b, c); switch (a) { case "AngleAxisLabelLeftMargin": this.afr(function (d) { return d.leftMargin = _this.abv; }); break; case "AngleAxisLabelTopMargin": this.afr(function (d) { return d.topMargin = _this.abx; }); break; case "AngleAxisLabelRightMargin": this.afr(function (d) { return d.rightMargin = _this.abw; }); break; case "AngleAxisLabelBottomMargin": this.afr(function (d) { return d.bottomMargin = _this.abu; }); break; case "ValueAxisLabelLeftMargin": this.afw(function (d) { return d.leftMargin = _this.acg; }); break; case "ValueAxisLabelTopMargin": this.afw(function (d) { return d.topMargin = _this.aci; }); break; case "ValueAxisLabelRightMargin": this.afw(function (d) { return d.rightMargin = _this.ach; }); break; case "ValueAxisLabelBottomMargin": this.afw(function (d) { return d.bottomMargin = _this.acf; }); break; case "ActualItemsSource": case "ShouldDisplayMockData": case "ShouldUseSkeletonStyleForMockData": this.agl = this.y8(this.agn); this.agm = this.y8(this.agu); break; case "AngleAxisLabelTextColor": this.agl = this.y8(this.agn); break; case "ValueAxisLabelTextColor": this.agm = this.y8(this.agu); break; case "ActualAngleAxisLabelTextColor": this.afr(function (d) { return d.textColor = _this.agl; }); break; case "ActualValueAxisLabelTextColor": this.afw(function (d) { return d.textColor = _this.agm; }); break; case "AngleAxisTitleMargin": this.aft(function (d) { return d.margin = _this.ab6; }); break; case "ValueAxisTitleMargin": this.afy(function (d) { return d.margin = _this.acr; }); break; case "AngleAxisTitleLeftMargin": this.aft(function (d) { return d.leftMargin = _this.ab5; }); break; case "ValueAxisTitleLeftMargin": this.afy(function (d) { return d.leftMargin = _this.acq; }); break; case "AngleAxisTitleTopMargin": this.aft(function (d) { return d.topMargin = _this.ab8; }); break; case "ValueAxisTitleTopMargin": this.afy(function (d) { return d.topMargin = _this.act; }); break; case "AngleAxisTitleRightMargin": this.aft(function (d) { return d.rightMargin = _this.ab7; }); break; case "ValueAxisTitleRightMargin": this.afy(function (d) { return d.rightMargin = _this.acs; }); break; case "AngleAxisTitleBottomMargin": this.aft(function (d) { return d.bottomMargin = _this.ab4; }); break; case "ValueAxisTitleBottomMargin": this.afy(function (d) { return d.bottomMargin = _this.acp; }); break; case "AngleAxisTitleTextColor": this.aft(function (d) { return d.textColor = _this.agt; }); break; case "ValueAxisTitleTextColor": this.afy(function (d) { return d.textColor = _this.ag0; }); break; case "AngleAxisFormatLabel": this.afp(function (d) { return d.au = _this.aak; }); break; case "ValueAxisFormatLabel": this.afu(function (d) { return d.au = _this.aal; }); break; } }; Object.defineProperty(RadialBaseChart.prototype, "aak", { get: function () { return this.aai; }, set: function (a) { var b = this.aak; if (a != b) { this.aai = a; this.v3("AngleAxisFormatLabel", b, this.aak); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "aal", { get: function () { return this.aaj; }, set: function (a) { var b = this.aal; if (a != b) { this.aaj = a; this.v3("ValueAxisFormatLabel", b, this.aal); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "abv", { get: function () { return this.aax; }, set: function (a) { var b = this.abv; if (a != b) { this.aax = a; this.v3("AngleAxisLabelLeftMargin", b, this.abv); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "abx", { get: function () { return this.aaz; }, set: function (a) { var b = this.abx; if (a != b) { this.aaz = a; this.v3("AngleAxisLabelTopMargin", b, this.abx); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "abw", { get: function () { return this.aay; }, set: function (a) { var b = this.abw; if (a != b) { this.aay = a; this.v3("AngleAxisLabelRightMargin", b, this.abw); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "abu", { get: function () { return this.aaw; }, set: function (a) { var b = this.abu; if (a != b) { this.aaw = a; this.v3("AngleAxisLabelBottomMargin", b, this.abu); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "acg", { get: function () { return this.abe; }, set: function (a) { var b = this.acg; if (a != b) { this.abe = a; this.v3("ValueAxisLabelLeftMargin", b, this.acg); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "aci", { get: function () { return this.abg; }, set: function (a) { var b = this.aci; if (a != b) { this.abg = a; this.v3("ValueAxisLabelTopMargin", b, this.aci); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ach", { get: function () { return this.abf; }, set: function (a) { var b = this.ach; if (a != b) { this.abf = a; this.v3("ValueAxisLabelRightMargin", b, this.ach); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "acf", { get: function () { return this.abd; }, set: function (a) { var b = this.acf; if (a != b) { this.abd = a; this.v3("ValueAxisLabelBottomMargin", b, this.acf); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agn", { get: function () { return this.af7; }, set: function (a) { var b = this.agn; if (a != b) { this.af7 = a; this.v3("AngleAxisLabelTextColor", b, this.agn); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agu", { get: function () { return this.age; }, set: function (a) { var b = this.agu; if (a != b) { this.age = a; this.v3("ValueAxisLabelTextColor", b, this.agu); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agl", { get: function () { return this.af5; }, set: function (a) { var b = this.af5; if (a != b) { this.af5 = a; this.v3("ActualAngleAxisLabelTextColor", b, this.agl); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agm", { get: function () { return this.af6; }, set: function (a) { var b = this.af6; if (a != b) { this.af6 = a; this.v3("ActualValueAxisLabelTextColor", b, this.agm); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ab6", { get: function () { return this.aa8; }, set: function (a) { var b = this.ab6; if (a != b) { this.aa8 = a; this.v3("AngleAxisTitleMargin", b, this.ab6); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "acr", { get: function () { return this.abp; }, set: function (a) { var b = this.acr; if (a != b) { this.abp = a; this.v3("ValueAxisTitleMargin", b, this.acr); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ab5", { get: function () { return this.aa7; }, set: function (a) { var b = this.ab5; if (a != b) { this.aa7 = a; this.v3("AngleAxisTitleLeftMargin", b, this.ab5); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "acq", { get: function () { return this.abo; }, set: function (a) { var b = this.acq; if (a != b) { this.abo = a; this.v3("ValueAxisTitleLeftMargin", b, this.acq); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ab8", { get: function () { return this.aba; }, set: function (a) { var b = this.ab8; if (a != b) { this.aba = a; this.v3("AngleAxisTitleTopMargin", b, this.ab8); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "act", { get: function () { return this.abr; }, set: function (a) { var b = this.act; if (a != b) { this.abr = a; this.v3("ValueAxisTitleTopMargin", b, this.act); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ab7", { get: function () { return this.aa9; }, set: function (a) { var b = this.ab7; if (a != b) { this.aa9 = a; this.v3("AngleAxisTitleRightMargin", b, this.ab7); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "acs", { get: function () { return this.abq; }, set: function (a) { var b = this.acs; if (a != b) { this.abq = a; this.v3("ValueAxisTitleRightMargin", b, this.acs); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ab4", { get: function () { return this.aa6; }, set: function (a) { var b = this.ab4; if (a != b) { this.aa6 = a; this.v3("AngleAxisTitleBottomMargin", b, this.ab4); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "acp", { get: function () { return this.abn; }, set: function (a) { var b = this.acp; if (a != b) { this.abn = a; this.v3("ValueAxisTitleBottomMargin", b, this.acp); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agt", { get: function () { return this.agd; }, set: function (a) { var b = this.agt; if (a != b) { this.agd = a; this.v3("AngleAxisTitleTextColor", b, this.agt); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ag0", { get: function () { return this.agk; }, set: function (a) { var b = this.ag0; if (a != b) { this.agk = a; this.v3("ValueAxisTitleTextColor", b, this.ag0); } }, enumerable: false, configurable: true }); RadialBaseChart.prototype.v8 = function (a, b, c) { var _this = this; _super.prototype.v8.call(this, a, b, c); switch (a) { case "AngleAxisLabelTextStyle": this.afr(function (d) { return d.textStyle = _this.adm; }); break; case "ValueAxisLabelTextStyle": this.afw(function (d) { return d.textStyle = _this.aes; }); break; case "AngleAxisTitleTextStyle": this.aft(function (d) { return d.textStyle = _this.aea; }); break; case "ValueAxisTitleTextStyle": this.afy(function (d) { return d.textStyle = _this.afg; }); break; } }; Object.defineProperty(RadialBaseChart.prototype, "adm", { get: function () { return this.acz; }, set: function (a) { var b = this.adm; if (a != b) { this.acz = a; this.v3("AngleAxisLabelTextStyle", b, this.adm); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "aes", { get: function () { return this.ac3; }, set: function (a) { var b = this.aes; if (a != b) { this.ac3 = a; this.v3("ValueAxisLabelTextStyle", b, this.aes); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "aea", { get: function () { return this.ac1; }, set: function (a) { var b = this.aea; if (a != b) { this.ac1 = a; this.v3("AngleAxisTitleTextStyle", b, this.aea); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "afg", { get: function () { return this.ac5; }, set: function (a) { var b = this.afg; if (a != b) { this.ac5 = a; this.v3("ValueAxisTitleTextStyle", b, this.afg); } }, enumerable: false, configurable: true }); RadialBaseChart.prototype.afm = function (a) { var _this = this; this.afj(a, function (b) { return b.leftMargin = _this.abv; }); this.afj(a, function (b) { return b.topMargin = _this.abx; }); this.afj(a, function (b) { return b.rightMargin = _this.abw; }); this.afj(a, function (b) { return b.bottomMargin = _this.abu; }); this.afj(a, function (b) { return b.textColor = _this.agl; }); this.afk(a, function (b) { return b.textColor = _this.agt; }); this.afk(a, function (b) { return b.leftMargin = _this.ab5; }); this.afk(a, function (b) { return b.topMargin = _this.ab8; }); this.afk(a, function (b) { return b.rightMargin = _this.ab7; }); this.afk(a, function (b) { return b.bottomMargin = _this.ab4; }); this.afj(a, function (b) { return b.textStyle = _this.adm; }); this.afk(a, function (b) { return b.textStyle = _this.aea; }); }; RadialBaseChart.prototype.afo = function (a) { var _this = this; this.afj(a, function (b) { return b.leftMargin = _this.acg; }); this.afj(a, function (b) { return b.topMargin = _this.aci; }); this.afj(a, function (b) { return b.rightMargin = _this.ach; }); this.afj(a, function (b) { return b.bottomMargin = _this.acf; }); this.afj(a, function (b) { return b.textColor = _this.agm; }); this.afk(a, function (b) { return b.textColor = _this.ag0; }); this.afk(a, function (b) { return b.leftMargin = _this.acq; }); this.afk(a, function (b) { return b.topMargin = _this.act; }); this.afk(a, function (b) { return b.rightMargin = _this.acs; }); this.afk(a, function (b) { return b.bottomMargin = _this.acp; }); this.afj(a, function (b) { return b.textStyle = _this.aes; }); this.afk(a, function (b) { return b.textStyle = _this.afg; }); }; RadialBaseChart.prototype.wz = function (a) { var b = this.be(a); var c = this.dc(a, b); if (c == null) { return; } c.itemsSource = this.h6(a); if (a.highlightedData != null) { c.highlightedItemsSource = this.h7(a); } c.name = this.qt(a); c.title = this.qu(a, b); this.dataChart.series.add(c); }; RadialBaseChart.prototype.afp = function (a) { this.afq(a, null); }; RadialBaseChart.prototype.afq = function (a, b) { a(this.aag()); }; RadialBaseChart.prototype.afv = function (a, b) { a(this.aah()); }; RadialBaseChart.prototype.afu = function (a) { this.afv(a, true); }; RadialBaseChart.prototype.uw = function (a, b) { this.afp(a); this.afv(a, b); }; RadialBaseChart.prototype.aft = function (a) { this.afk(this.aag(), a); }; RadialBaseChart.prototype.afy = function (a) { this.afk(this.aah(), a); }; RadialBaseChart.prototype.afw = function (a) { this.afj(this.aah(), a); }; RadialBaseChart.prototype.afr = function (a) { this.afj(this.aag(), a); }; RadialBaseChart.prototype.ab9 = function (a) { var b = this.aag(); return b.el(a, new ScalerParams(1, this.zh, this.zg, b.ch)); }; RadialBaseChart.prototype.acb = function (a) { var b = this.aag(); return b.eo(a, new ScalerParams(1, this.zh, this.zg, b.ch)); }; RadialBaseChart.prototype.aca = function (a) { var b = this.aah(); return b.el(a, new ScalerParams(1, this.zh, this.zg, b.ch)); }; RadialBaseChart.prototype.acc = function (a) { var b = this.aah(); return b.eo(a, new ScalerParams(1, this.zh, this.zg, b.ch)); }; RadialBaseChart.prototype.ww = function (a) { _super.prototype.ww.call(this, a); if (a == null) { return; } if (a.axes != null) { var b = this.aag(); var c = this.aah(); if (a.axes.contains(b)) { a.axes.remove(b); } if (a.axes.contains(c)) { a.axes.remove(c); } } }; RadialBaseChart.aed = function (a, b) { var e_1, _a; try { for (var _b = __values(fromEnum(b)), _c = _b.next(); !_c.done; _c = _b.next()) { var c = _c.value; var d = c.findMatchingHint(16); if (d != null) { var e = d.path; return e; } } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_1) throw e_1.error; } } return null; }; RadialBaseChart.prototype.u8 = function (a, b) { _super.prototype.u8.call(this, a, b); if (a == this.dataChart) { this.dataChart.axes.add(this.aag()); this.dataChart.axes.add(this.aah()); } }; RadialBaseChart.prototype.afl = function (a) { var _this = this; if (a != null && this.ly != null && a.fn == null) { a.provideRenderer(this.ly); } a.jz = this.ago; a.et = this.aby; a.j0 = this.agp; a.ew = this.abz; a.j2 = this.agr; a.fi = this.ab0; a.j1 = this.agq; a.fj = this.ab1; a.j3 = this.ags; a.fk = this.ab2; a.c4 = true; a.cu = this.shouldAvoidAxisAnnotationCollisions; a.cw = this.shouldAvoidAxisAnnotationCollisions; var b = a == this.aag(); if (b) { a.g8 = this.ad1; } a.f2 = this.acw; a.gi = this.add; a.ah = this.aac; this.afj(a, function (c) { return c.angle = _this.abt; }); this.afj(a, function (c) { if (c.extent != _this.abs) { c.extent = _this.abs; } }); this.afj(a, function (c) { return c.horizontalAlignment = _this.af2; }); this.afj(a, function (c) { return c.verticalAlignment = _this.ag4; }); this.afj(a, function (c) { return c.visibility = _this.ag9; }); this.afj(a, function (c) { return c.location = _this.aam(_this.aaf); }); this.afk(a, function (c) { return c.horizontalAlignment = _this.af3; }); this.afk(a, function (c) { return c.angle = _this.ab3; }); this.afm(a); }; RadialBaseChart.prototype.afn = function (a) { var _this = this; if (a == null) { return; } if (this.ly != null && a.fn == null) { a.provideRenderer(this.ly); } a.cu = this.shouldAvoidAxisAnnotationCollisions; a.cw = this.shouldAvoidAxisAnnotationCollisions; this.afj(a, function (b) { return b.angle = _this.ace; }); this.afj(a, function (b) { if (b.extent != _this.acd) { b.extent = _this.acd; } }); this.afj(a, function (b) { return b.horizontalAlignment = _this.af4; }); this.afj(a, function (b) { return b.verticalAlignment = _this.ag5; }); this.afj(a, function (b) { return b.visibility = _this.aha; }); this.afj(a, function (b) { return b.location = _this.aan(_this.aap); }); this.afk(a, function (b) { return b.verticalAlignment = _this.ag6; }); this.afk(a, function (b) { return b.angle = _this.aco; }); a.jz = this.agv; a.et = this.acj; a.j0 = this.agw; a.ew = this.ack; a.j2 = this.agy; a.fi = this.acl; a.j1 = this.agx; a.fj = this.acm; a.j3 = this.agz; a.fk = this.acn; var b = a == this.aah(); if (b) { a.g8 = this.ae7; } a.gi = this.aej; a.ah = this.aad; this.afo(a); }; RadialBaseChart.prototype.u5 = function () { _super.prototype.u5.call(this); this.afl(this.aag()); this.afn(this.aah()); }; RadialBaseChart.prototype.afj = function (a, b) { if (a == null) { return; } if (a.az == null) { a.az = new AxisLabelSettings(); a.az.angle = a.d7(); a.az.bottomMargin = a.d8(); a.az.leftMargin = a.d9(); a.az.rightMargin = a.ea(); a.az.topMargin = a.eb(); a.az.horizontalAlignment = a.ju(); a.az.location = a.a0(); a.az.verticalAlignment = a.ko(); } b(a.az); }; RadialBaseChart.prototype.afk = function (a, b) { if (a == null) { return; } if (a.bf == null) { a.bf = new TitleSettings(); a.bf.bottomMargin = a.ed(); a.bf.leftMargin = a.ee(); a.bf.rightMargin = a.ef(); a.bf.topMargin = a.eg(); a.bf.location = a.a1(); a.bf.angle = a.ec(); a.bf.horizontalAlignment = a.jv(); a.bf.verticalAlignment = a.kp(); } b(a.bf); }; RadialBaseChart.prototype.v3 = function (a, b, c) { var _this = this; _super.prototype.v3.call(this, a, b, c); switch (a) { case "AngleAxisLabelAngle": this.afr(function (d) { return d.angle = _this.abt; }); break; case "ValueAxisLabelAngle": this.afw(function (d) { return d.angle = _this.ace; }); break; case "AngleAxisLabelHorizontalAlignment": this.afr(function (d) { return d.horizontalAlignment = _this.af2; }); break; case "ValueAxisLabelHorizontalAlignment": this.afw(function (d) { return d.horizontalAlignment = _this.af4; }); break; case "AngleAxisLabelVerticalAlignment": this.afr(function (d) { return d.verticalAlignment = _this.ag4; }); break; case "ValueAxisLabelVerticalAlignment": this.afw(function (d) { return d.verticalAlignment = _this.ag5; }); break; case "AngleAxisLabelVisibility": this.afr(function (d) { return d.visibility = _this.ag9; }); break; case "ValueAxisLabelVisibility": this.afw(function (d) { return d.visibility = _this.aha; }); break; case "AngleAxisLabel": this.afp(function (d) { return d.f2 = _this.acw; }); break; case "ValueAxisLabel": this.afu(function (d) { return d.f2 = _this.acx; }); break; case "AngleAxisLabelFormat": this.afp(function (d) { return d.gi = _this.add; }); break; case "AngleAxisLabelFormatSpecifiers": this.afp(function (d) { return d.ah = _this.aac; }); break; case "ValueAxisLabelFormat": this.afu(function (d) { return d.gi = _this.aej; }); break; case "ValueAxisLabelFormatSpecifiers": this.afu(function (d) { return d.ah = _this.aad; }); break; case "AngleAxisTitleAngle": this.aft(function (d) { return d.angle = _this.ab3; }); break; case "ValueAxisTitleAngle": this.afy(function (d) { return d.angle = _this.aco; }); break; case "AngleAxisTitleAlignment": this.aft(function (d) { return d.horizontalAlignment = _this.af3; }); break; case "ValueAxisTitleAlignment": this.afy(function (d) { return d.verticalAlignment = _this.ag6; }); break; case "AngleAxisTitle": this.afp(function (d) { return d.g8 = _this.ad1; }); break; case "ValueAxisTitle": this.afv(function (d) { return d.g8 = _this.ae7; }, false); break; case "AngleAxisMajorStroke": this.afq(function (d) { return d.jz = _this.ago; }, a); break; case "ValueAxisMajorStroke": this.afu(function (d) { return d.jz = _this.agv; }); break; case "AngleAxisMajorStrokeThickness": this.afq(function (d) { return d.et = _this.aby; }, a); break; case "ValueAxisMajorStrokeThickness": this.afu(function (d) { return d.et = _this.acj; }); break; case "AngleAxisMinorStroke": this.afp(function (d) { return d.j0 = _this.agp; }); break; case "ValueAxisMinorStroke": this.afu(function (d) { return d.j0 = _this.agw; }); break; case "AngleAxisMinorStrokeThickness": this.afp(function (d) { return d.ew = _this.abz; }); break; case "ValueAxisMinorStrokeThickness": this.afu(function (d) { return d.ew = _this.ack; }); break; case "AngleAxisTickLength": this.afp(function (d) { return d.fj = _this.ab1; }); break; case "ValueAxisTickLength": this.afu(function (d) { return d.fj = _this.acm; }); break; case "AngleAxisTickStroke": this.afp(function (d) { return d.j3 = _this.ags; }); break; case "ValueAxisTickStroke": this.afu(function (d) { return d.j3 = _this.agz; }); break; case "AngleAxisTickStrokeThickness": this.afp(function (d) { return d.fk = _this.ab2; }); break; case "ValueAxisTickStrokeThickness": this.afu(function (d) { return d.fk = _this.acn; }); break; case "AngleAxisStroke": this.afp(function (d) { return d.j2 = _this.agr; }); break; case "ValueAxisStroke": this.afu(function (d) { return d.j2 = _this.agy; }); break; case "AngleAxisStrokeThickness": this.afp(function (d) { return d.fi = _this.ab0; }); break; case "ValueAxisStrokeThickness": this.afu(function (d) { return d.fi = _this.acl; }); break; case "AngleAxisExtent": this.afr(function (d) { return d.extent = _this.abs; }); break; case "ValueAxisExtent": this.afw(function (d) { return d.extent = _this.acd; }); break; case "AngleAxisStrip": this.afp(function (d) { return d.j1 = _this.agq; }); break; case "ValueAxisStrip": this.afu(function (d) { return d.j1 = _this.agx; }); break; case "AngleAxisInverted": this.afp(function (d) { return d.ch = _this.aas; }); break; case "ValueAxisInverted": this.afu(function (d) { return d.ch = _this.aat; }); break; case "ValueAxisLabelLocation": this.afx(); break; case "AngleAxisLabelLocation": this.afs(); break; } }; RadialBaseChart.prototype.afx = function () { var a = this.aan(this.aap); if (a == 2 || a == 7) { this.af4 = 2; } else { this.af4 = 0; } this.afw(function (b) { return b.location = a; }); }; RadialBaseChart.prototype.afs = function () { var a = this.aam(this.aaf); if (a == 1 || a == 5) { this.ag4 = 0; } else { this.ag4 = 2; } this.afr(function (b) { return b.location = a; }); }; RadialBaseChart.prototype.aan = function (a) { if (a == 0) { return 2; } else if (a == 1) { return 3; } else if (a == 3) { return 7; } else if (a == 2) { return 6; } else { if (this.cb == 1) { return 3; } else { return 2; } } }; RadialBaseChart.prototype.aam = function (a) { if (a == 1) { return 1; } else if (a == 0) { return 0; } else if (a == 3) { return 5; } else if (a == 2) { return 4; } else { return 1; } }; Object.defineProperty(RadialBaseChart.prototype, "acw", { get: function () { return this.acu; }, set: function (a) { var b = this.acw; if (a != b) { this.acu = a; this.v3("AngleAxisLabel", b, this.acw); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "acx", { get: function () { return this.acv; }, set: function (a) { var b = this.acx; if (a != b) { this.acv = a; this.v3("ValueAxisLabel", b, this.acx); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ago", { get: function () { return this.af8; }, set: function (a) { var b = this.ago; if (a != b) { this.af8 = a; this.v3("AngleAxisMajorStroke", b, this.ago); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agv", { get: function () { return this.agf; }, set: function (a) { var b = this.agv; if (a != b) { this.agf = a; this.v3("ValueAxisMajorStroke", b, this.agv); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "aby", { get: function () { return this.aa0; }, set: function (a) { var b = this.aby; if (a != b) { this.aa0 = a; this.v3("AngleAxisMajorStrokeThickness", b, this.aby); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "acj", { get: function () { return this.abh; }, set: function (a) { var b = this.acj; if (a != b) { this.abh = a; this.v3("ValueAxisMajorStrokeThickness", b, this.acj); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "abz", { get: function () { return this.aa1; }, set: function (a) { var b = this.abz; if (a != b) { this.aa1 = a; this.v3("AngleAxisMinorStrokeThickness", b, this.abz); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ack", { get: function () { return this.abi; }, set: function (a) { var b = this.ack; if (a != b) { this.abi = a; this.v3("ValueAxisMinorStrokeThickness", b, this.ack); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agq", { get: function () { return this.aga; }, set: function (a) { var b = this.agq; if (a != b) { this.aga = a; this.v3("AngleAxisStrip", b, this.agq); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agx", { get: function () { return this.agh; }, set: function (a) { var b = this.agx; if (a != b) { this.agh = a; this.v3("ValueAxisStrip", b, this.agx); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agr", { get: function () { return this.agb; }, set: function (a) { var b = this.agr; if (a != b) { this.agb = a; this.v3("AngleAxisStroke", b, this.agr); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agy", { get: function () { return this.agi; }, set: function (a) { var b = this.agy; if (a != b) { this.agi = a; this.v3("ValueAxisStroke", b, this.agy); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ab0", { get: function () { return this.aa2; }, set: function (a) { var b = this.ab0; if (a != b) { this.aa2 = a; this.v3("AngleAxisStrokeThickness", b, this.ab0); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "acl", { get: function () { return this.abj; }, set: function (a) { var b = this.acl; if (a != b) { this.abj = a; this.v3("ValueAxisStrokeThickness", b, this.acl); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ab1", { get: function () { return this.aa3; }, set: function (a) { var b = this.ab1; if (a != b) { this.aa3 = a; this.v3("AngleAxisTickLength", b, this.ab1); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "acm", { get: function () { return this.abk; }, set: function (a) { var b = this.acm; if (a != b) { this.abk = a; this.v3("ValueAxisTickLength", b, this.acm); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ags", { get: function () { return this.agc; }, set: function (a) { var b = this.ags; if (a != b) { this.agc = a; this.v3("AngleAxisTickStroke", b, this.ags); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agz", { get: function () { return this.agj; }, set: function (a) { var b = this.agz; if (a != b) { this.agj = a; this.v3("ValueAxisTickStroke", b, this.agz); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ab2", { get: function () { return this.aa4; }, set: function (a) { var b = this.ab2; if (a != b) { this.aa4 = a; this.v3("AngleAxisTickStrokeThickness", b, this.ab2); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "acn", { get: function () { return this.abl; }, set: function (a) { var b = this.acn; if (a != b) { this.abl = a; this.v3("ValueAxisTickStrokeThickness", b, this.acn); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ad1", { get: function () { return this.ac0; }, set: function (a) { var b = this.ad1; if (a != b) { this.ac0 = a; this.v3("AngleAxisTitle", b, this.ad1); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ae7", { get: function () { return this.ac4; }, set: function (a) { var b = this.ae7; if (a != b) { this.ac4 = a; this.v3("ValueAxisTitle", b, this.ae7); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agp", { get: function () { return this.af9; }, set: function (a) { var b = this.agp; if (a != b) { this.af9 = a; this.v3("AngleAxisMinorStroke", b, this.agp); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "agw", { get: function () { return this.agg; }, set: function (a) { var b = this.agw; if (a != b) { this.agg = a; this.v3("ValueAxisMinorStroke", b, this.agw); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "abt", { get: function () { return this.aav; }, set: function (a) { var b = this.abt; if (a != b) { this.aav = a; this.v3("AngleAxisLabelAngle", b, this.abt); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ace", { get: function () { return this.abc; }, set: function (a) { var b = this.ace; if (a != b) { this.abc = a; this.v3("ValueAxisLabelAngle", b, this.ace); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "abs", { get: function () { return this.aau; }, set: function (a) { var b = this.abs; if (a != b) { this.aau = a; this.v3("AngleAxisExtent", b, this.abs); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "acd", { get: function () { return this.abb; }, set: function (a) { var b = this.acd; if (a != b) { this.abb = a; this.v3("ValueAxisExtent", b, this.acd); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "ab3", { get: function () { return this.aa5; }, set: function (a) { var b = this.ab3; if (a != b) { this.aa5 = a; this.v3("AngleAxisTitleAngle", b, this.ab3); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "aco", { get: function () { return this.abm; }, set: function (a) { var b = this.aco; if (a != b) { this.abm = a; this.v3("ValueAxisTitleAngle", b, this.aco); } }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseChart.prototype, "aas", { get: function () { return this.aaq;