igniteui-webcomponents-charts 4.0.2 → 4.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +1016 -891
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AnchoredCategorySeries_combined.js +3 -2
  4. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +4 -3
  5. package/esm2015/lib/BubbleSeries_combined.js +20 -15
  6. package/esm2015/lib/CategoryToolTipLayer_combined.js +3 -1
  7. package/esm2015/lib/DataLegendContent_combined.js +470 -457
  8. package/esm2015/lib/DataLegendStylingColumnEventArgs.js +2 -1
  9. package/esm2015/lib/DataToolTipLayer_combined.js +3 -1
  10. package/esm2015/lib/FinancialPriceSeries_combined.js +33 -26
  11. package/esm2015/lib/HighDensityScatterSeries_combined.js +8 -6
  12. package/esm2015/lib/HorizontalRangeCategorySeries.js +12 -8
  13. package/esm2015/lib/ItemToolTipLayer_combined.js +3 -1
  14. package/esm2015/lib/PolarBase_combined.js +8 -6
  15. package/esm2015/lib/ScatterAreaSeries_combined.js +12 -9
  16. package/esm2015/lib/ScatterBase_combined.js +8 -6
  17. package/esm2015/lib/ScatterContourSeries_combined.js +12 -9
  18. package/esm2015/lib/ScatterTriangulationSeries.js +8 -8
  19. package/esm2015/lib/SeriesViewer_combined.js +2 -1
  20. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +21 -9
  21. package/esm2015/lib/igc-assigning-series-style-event-args-base.js +5 -3
  22. package/esm2015/lib/igc-data-legend-component.js +256 -256
  23. package/esm2015/lib/igc-data-legend-styling-column-event-args.js +19 -10
  24. package/esm2015/lib/igc-domain-chart-component.js +45 -27
  25. package/esm2015/lib/igc-financial-event-args.js +10 -6
  26. package/esm2015/lib/igc-ring-series-component.js +5 -3
  27. package/esm2015/lib/igc-scatter-polygon-series-component.js +5 -3
  28. package/esm2015/lib/igc-scatter-polyline-series-component.js +5 -3
  29. package/esm2015/lib/igc-stacked-series-created-event-args.js +5 -3
  30. package/esm5/lib/AnchoredCategorySeries_combined.js +3 -2
  31. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +4 -3
  32. package/esm5/lib/BubbleSeries_combined.js +20 -15
  33. package/esm5/lib/CategoryToolTipLayer_combined.js +3 -1
  34. package/esm5/lib/DataLegendContent_combined.js +474 -461
  35. package/esm5/lib/DataLegendStylingColumnEventArgs.js +2 -1
  36. package/esm5/lib/DataToolTipLayer_combined.js +3 -1
  37. package/esm5/lib/FinancialPriceSeries_combined.js +33 -26
  38. package/esm5/lib/HighDensityScatterSeries_combined.js +8 -6
  39. package/esm5/lib/HorizontalRangeCategorySeries.js +12 -8
  40. package/esm5/lib/ItemToolTipLayer_combined.js +3 -1
  41. package/esm5/lib/PolarBase_combined.js +8 -6
  42. package/esm5/lib/ScatterAreaSeries_combined.js +12 -9
  43. package/esm5/lib/ScatterBase_combined.js +8 -6
  44. package/esm5/lib/ScatterContourSeries_combined.js +12 -9
  45. package/esm5/lib/ScatterTriangulationSeries.js +8 -8
  46. package/esm5/lib/SeriesViewer_combined.js +2 -1
  47. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +43 -14
  48. package/esm5/lib/igc-assigning-series-style-event-args-base.js +5 -3
  49. package/esm5/lib/igc-data-legend-component.js +256 -256
  50. package/esm5/lib/igc-data-legend-styling-column-event-args.js +22 -9
  51. package/esm5/lib/igc-domain-chart-component.js +45 -27
  52. package/esm5/lib/igc-financial-event-args.js +10 -6
  53. package/esm5/lib/igc-ring-series-component.js +5 -3
  54. package/esm5/lib/igc-scatter-polygon-series-component.js +5 -3
  55. package/esm5/lib/igc-scatter-polyline-series-component.js +5 -3
  56. package/esm5/lib/igc-stacked-series-created-event-args.js +5 -3
  57. package/fesm2015/igniteui-webcomponents-charts.js +987 -883
  58. package/fesm5/igniteui-webcomponents-charts.js +1016 -891
  59. package/lib/DataLegendContent_combined.d.ts +111 -109
  60. package/lib/DataLegendStylingColumnEventArgs.d.ts +3 -2
  61. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +3 -2
  62. package/lib/igc-data-legend-styling-column-event-args.d.ts +5 -1
  63. package/package.json +2 -2
@@ -100,9 +100,10 @@ export let AnchoredCategorySeries = /*@__PURE__*/ (() => {
100
100
  let c = new DataLegendSeriesValueInfo();
101
101
  c.a = 0;
102
102
  c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
103
+ c.q = this.t5 != null ? this.t5 : "Value";
103
104
  c.p = "Value";
104
- c.q = this.t1 != null ? this.t1 : "V:";
105
- c.r = this.t3 != null ? this.t3 : "";
105
+ c.r = this.t1 != null ? this.t1 : "V:";
106
+ c.s = this.t3 != null ? this.t3 : "";
106
107
  let d = new DataLegendSeriesContext();
107
108
  d.f = ((() => {
108
109
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -165,9 +165,10 @@ export let AnchoredRadialSeries = /*@__PURE__*/ (() => {
165
165
  let c = new DataLegendSeriesValueInfo();
166
166
  c.a = 0;
167
167
  c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
168
- c.p = this.to != null ? this.to : "Value";
169
- c.q = this.tk != null ? this.tk : "V:";
170
- c.r = this.tm != null ? this.tm : "";
168
+ c.p = "Value";
169
+ c.q = this.to != null ? this.to : "Value";
170
+ c.r = this.tk != null ? this.tk : "V:";
171
+ c.s = this.tm != null ? this.tm : "";
171
172
  let d = new DataLegendSeriesContext();
172
173
  d.f = ((() => {
173
174
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -701,15 +701,17 @@ export let BubbleSeries = /*@__PURE__*/ (() => {
701
701
  let g = new DataLegendSeriesValueInfo();
702
702
  g.a = 13;
703
703
  g.l = e;
704
- g.p = this.ti != null ? this.ti : "X";
705
- g.q = this.te != null ? this.te : "X:";
706
- g.r = this.tg != null ? this.tg : "";
704
+ g.p = "X";
705
+ g.q = this.ti != null ? this.ti : "X";
706
+ g.r = this.te != null ? this.te : "X:";
707
+ g.s = this.tg != null ? this.tg : "";
707
708
  let h = new DataLegendSeriesValueInfo();
708
709
  h.l = f;
709
710
  h.a = 14;
710
- h.p = this.tq != null ? this.tq : "Y";
711
- h.q = this.tm != null ? this.tm : "Y:";
712
- h.r = this.to != null ? this.to : "";
711
+ h.p = "Y";
712
+ h.q = this.tq != null ? this.tq : "Y";
713
+ h.r = this.tm != null ? this.tm : "Y:";
714
+ h.s = this.to != null ? this.to : "";
713
715
  let i = new DataLegendSeriesContext();
714
716
  i.f = ((() => {
715
717
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -723,18 +725,20 @@ export let BubbleSeries = /*@__PURE__*/ (() => {
723
725
  let k = new DataLegendSeriesValueInfo();
724
726
  k.l = j;
725
727
  k.a = 11;
726
- k.p = this.wb != null ? this.wb : "Radius";
727
- k.q = this.v7 != null ? this.v7 : "R:";
728
- k.r = this.v9 != null ? this.v9 : "";
728
+ k.p = "Radius";
729
+ k.q = this.wb != null ? this.wb : "Radius";
730
+ k.r = this.v7 != null ? this.v7 : "R:";
731
+ k.s = this.v9 != null ? this.v9 : "";
729
732
  i.f.add(k);
730
733
  }
731
734
  else if (this.va != null) {
732
735
  let l = new DataLegendSeriesValueInfo();
733
736
  l.l = this.va.maximumValue;
734
737
  l.a = 11;
735
- l.p = this.wb != null ? this.wb : "Radius";
736
- l.q = this.v7 != null ? this.v7 : "R:";
737
- l.r = this.v9 != null ? this.v9 : "";
738
+ l.p = "Radius";
739
+ l.q = this.wb != null ? this.wb : "Radius";
740
+ l.r = this.v7 != null ? this.v7 : "R:";
741
+ l.s = this.v9 != null ? this.v9 : "";
738
742
  i.f.add(l);
739
743
  }
740
744
  if (!stringIsNullOrEmpty(this.vw)) {
@@ -742,9 +746,10 @@ export let BubbleSeries = /*@__PURE__*/ (() => {
742
746
  let n = new DataLegendSeriesValueInfo();
743
747
  n.l = m;
744
748
  n.a = 12;
745
- n.p = this.vw != null ? this.vw : "Fill";
746
- n.q = this.vs != null ? this.vs : "F:";
747
- n.r = this.vu != null ? this.vu : "";
749
+ n.p = "Fill";
750
+ n.q = this.vw != null ? this.vw : "Fill";
751
+ n.r = this.vs != null ? this.vs : "F:";
752
+ n.s = this.vu != null ? this.vu : "";
748
753
  i.f.add(n);
749
754
  }
750
755
  return i;
@@ -380,7 +380,9 @@ export let CategoryToolTipLayer = /*@__PURE__*/ (() => {
380
380
  let j = c.l;
381
381
  let k = c.g;
382
382
  let l = c.h;
383
- this.re.ce(h, i, j, k, l);
383
+ if (h != null) {
384
+ this.re.ce(h, i, j, k, l);
385
+ }
384
386
  }
385
387
  en() {
386
388
  return true;