igniteui-angular-charts
Version:
Ignite UI Angular charting components for building rich data visualizations for modern web apps.
184 lines (183 loc) • 5.1 kB
JavaScript
/*
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 { PolarLineSeriesBase } from "./PolarLineSeriesBase";
import { UnknownValuePlotting_$type } from "igniteui-angular-core";
import { DependencyProperty } from "igniteui-angular-core";
import { runOn, enumGetBox, markType, markDep, Point_$type } from "igniteui-angular-core";
import { Path } from "igniteui-angular-core";
import { CoreGeometryUtil } from "igniteui-angular-core";
import { List$1 } from "igniteui-angular-core";
import { PropertyMetadata } from "igniteui-angular-core";
import { PolarLineSeriesBaseView } from "./PolarLineSeriesBaseView";
import { Defaults } from "./Defaults";
import { Color } from "igniteui-angular-core";
/**
* @hidden
*/
export class PolarAreaSeries extends PolarLineSeriesBase {
static { this.$t = markType(PolarAreaSeries, 'PolarAreaSeries', PolarLineSeriesBase.$); }
bk() {
return new PolarAreaSeries();
}
get_ex() {
return true;
}
ct() {
return new PolarAreaSeriesView(this);
}
aba() {
return false;
}
rj(a) {
super.rj(a);
this.ad6 = a;
}
constructor() {
super();
this.ab = PolarAreaSeries.$;
}
ad4(a) {
let b = a;
b.dn();
}
g4(a, b) {
if (this.x5(a, b)) {
return true;
}
if (this.dp.count <= this.abk) {
if (this.ad9(a, b)) {
return true;
}
if (this.ad8(a, b)) {
return true;
}
}
return false;
}
ad9(a, b) {
let c = this.cw;
let d = c.dv;
return this.g5(a, b, d.an);
}
ad8(a, b) {
let c = this.cw;
let d = c.dv;
return CoreGeometryUtil.g(a, d);
}
ad5(a, b) {
if (a.q.count > 0) {
let c = a.q._inner[0];
let d = a.q._inner[a.q.count - 1];
let e = c.x == d.x && c.y == d.y;
if (!e) {
a.q.add(a.q._inner[0]);
}
}
let f = b;
f.dp(a.q, this.im);
this.aah.az(this, this.aa9(), runOn(this, this.zz));
let g = false;
let h = this.aah.b;
if (h != null) {
g = true;
}
if (g) {
this.aco(-1, this.aav.count, b.t);
}
let i = f.dv;
let j = f.du;
this.aah.ad(i, true, false, true, true);
this.aah.ad(j, false, true, false, false);
j._opacity = this.aah.j * this.ii;
}
get_ad1() {
return true;
}
adw() {
return this.ad7;
}
static { this.$$p = markDep(DependencyProperty, PropertyMetadata, PolarAreaSeries, 'raisePropertyChanged', ['UnknownValuePlotting:ad7:aeb', [UnknownValuePlotting_$type, enumGetBox(UnknownValuePlotting_$type, 1)]]); }
}
/**
* @hidden
*/
export class PolarAreaSeriesView extends PolarLineSeriesBaseView {
static { this.$t = markType(PolarAreaSeriesView, 'PolarAreaSeriesView', PolarLineSeriesBaseView.$); }
constructor(a) {
super(a);
this.dm = null;
this.dt = new Path();
this.ds = new Path();
this.dr = new Path();
this.dq = new Path();
this.dm = a;
}
a4() {
super.a4();
if (!this.t) {
this.dm.xy = Defaults.e;
}
}
get du() {
return this.ds;
}
get dv() {
return this.dt;
}
dn() {
this.ds.an = null;
this.dt.an = null;
this.dq.an = null;
this.dr.an = null;
this.a2();
}
dp(a, b) {
let c = new List$1(Point_$type, 1, a);
this.dm.adt.d(this.dt, c, b);
this.dm.adt.d(this.ds, c, b);
this.a2();
}
bp() {
super.bp();
}
bq() {
super.bq();
let a = this.b3();
this.dr.an = this.dt.an;
this.dq.an = this.ds.an;
this.dr._stroke = a;
this.dr.ad = this.f.io + 3;
this.dq._fill = a;
this.dq._opacity = 1;
}
bj(a, b) {
super.bj(a, b);
if (a.d) {
if (b) {
a.t(this.dq);
a.t(this.dr);
}
else {
a.t(this.ds);
a.t(this.dt);
}
}
}
ax(a) {
super.ax(a);
this.f.bc.exportPathData(a, this.dt, "polarShape", ["Main"]);
this.f.bc.exportPathData(a, this.ds, "fillShape", ["Fill"]);
}
an() {
let a = new Color();
a.colorString = "rgba(95,95,95,0.5)";
this.f.wn = a;
this.f.jx = 5;
this.f.jy = 5;
this.f.jz = 5;
}
}