igniteui-webcomponents-charts 4.7.2-beta.2 → 4.8.0
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.
- package/bundles/igniteui-webcomponents-charts.umd.js +5 -4
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/TreemapHighlightingManager_combined.js +1 -0
- package/esm2015/lib/XamFunnelView_combined.js +2 -2
- package/esm2015/lib/igc-assigning-category-marker-style-event-args.js +1 -1
- package/esm2015/lib/igc-assigning-category-style-event-args.js +1 -1
- package/esm5/lib/TreemapHighlightingManager_combined.js +1 -0
- package/esm5/lib/XamFunnelView_combined.js +2 -2
- package/esm5/lib/igc-assigning-category-marker-style-event-args.js +1 -1
- package/esm5/lib/igc-assigning-category-style-event-args.js +1 -1
- package/fesm2015/igniteui-webcomponents-charts.js +5 -4
- package/fesm5/igniteui-webcomponents-charts.js +5 -4
- package/lib/igc-assigning-category-marker-style-event-args.d.ts +1 -1
- package/lib/igc-assigning-category-style-event-args.d.ts +1 -1
- package/package.json +2 -2
|
@@ -67008,7 +67008,7 @@
|
|
|
67008
67008
|
/**
|
|
67009
67009
|
* Represents event arguments class for the AssigningCategoryStyleEvent
|
|
67010
67010
|
*
|
|
67011
|
-
* The `AssigningCategoryStyle` event fired to allow you to override the style of items in a category or financial series
|
|
67011
|
+
* The `AssigningCategoryStyle` event fired to allow you to override the style of items in a category or financial series. `isCustomCategoryStyleAllowed` property needs to be enabled prior to using this event.
|
|
67012
67012
|
*/
|
|
67013
67013
|
var IgcAssigningCategoryStyleEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
67014
67014
|
tslib.__extends(IgcAssigningCategoryStyleEventArgs, _super);
|
|
@@ -67055,7 +67055,7 @@
|
|
|
67055
67055
|
/**
|
|
67056
67056
|
* Represents event arguments class for the AssigningCategoryStyleEvent
|
|
67057
67057
|
*
|
|
67058
|
-
* The `assigningCategoryMarkerStyle` event fired to allow you to override the style of markers for the items in a category or financial series.
|
|
67058
|
+
* The `assigningCategoryMarkerStyle` event fired to allow you to override the style of markers for the items in a category or financial series. Only fires if you set isCustomCategoryMarkerStyleAllowed to true for a series.
|
|
67059
67059
|
*/
|
|
67060
67060
|
var IgcAssigningCategoryMarkerStyleEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
67061
67061
|
tslib.__extends(IgcAssigningCategoryMarkerStyleEventArgs, _super);
|
|
@@ -160199,13 +160199,13 @@
|
|
|
160199
160199
|
};
|
|
160200
160200
|
XamFunnelView.prototype.az = function () {
|
|
160201
160201
|
if (this.j != null) {
|
|
160202
|
-
this.j.bh(this.
|
|
160202
|
+
this.j.bh(this.ai, "");
|
|
160203
160203
|
}
|
|
160204
160204
|
};
|
|
160205
160205
|
XamFunnelView.prototype.ax = function (a) {
|
|
160206
160206
|
this.av(a);
|
|
160207
160207
|
if (this.j != null) {
|
|
160208
|
-
this.j.at(this.
|
|
160208
|
+
this.j.at(this.ai, "");
|
|
160209
160209
|
}
|
|
160210
160210
|
};
|
|
160211
160211
|
XamFunnelView.prototype.bc = function (a) {
|
|
@@ -226991,6 +226991,7 @@
|
|
|
226991
226991
|
Treemap.prototype.provideContainer = function (a) {
|
|
226992
226992
|
this.ao.au(a);
|
|
226993
226993
|
this.aw.u(a);
|
|
226994
|
+
this.ax.u(a);
|
|
226994
226995
|
};
|
|
226995
226996
|
Treemap.prototype.he = function () {
|
|
226996
226997
|
this.ao.ap();
|