@syncfusion/ej2-vue-pivotview 20.4.44 → 20.4.50

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 (41) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/ej2-vue-pivotview.umd.min.js +2 -2
  3. package/dist/ej2-vue-pivotview.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-pivotview.es2015.js +0 -9
  5. package/dist/es6/ej2-vue-pivotview.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-pivotview.es5.js +0 -9
  7. package/dist/es6/ej2-vue-pivotview.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-pivotview.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/pivotview/pivotview.component.d.ts +0 -3
  11. package/src/pivotview/pivotview.component.js +0 -9
  12. package/styles/bootstrap-dark.css +3 -0
  13. package/styles/bootstrap.css +3 -0
  14. package/styles/bootstrap4.css +6 -0
  15. package/styles/bootstrap5-dark.css +3 -0
  16. package/styles/bootstrap5.css +3 -0
  17. package/styles/fabric-dark.css +7 -0
  18. package/styles/fabric.css +7 -0
  19. package/styles/fluent-dark.css +3 -0
  20. package/styles/fluent.css +3 -0
  21. package/styles/highcontrast-light.css +7 -0
  22. package/styles/highcontrast.css +7 -0
  23. package/styles/material-dark.css +3 -0
  24. package/styles/material.css +3 -0
  25. package/styles/pivotview/bootstrap-dark.css +3 -0
  26. package/styles/pivotview/bootstrap.css +3 -0
  27. package/styles/pivotview/bootstrap4.css +6 -0
  28. package/styles/pivotview/bootstrap5-dark.css +3 -0
  29. package/styles/pivotview/bootstrap5.css +3 -0
  30. package/styles/pivotview/fabric-dark.css +7 -0
  31. package/styles/pivotview/fabric.css +7 -0
  32. package/styles/pivotview/fluent-dark.css +3 -0
  33. package/styles/pivotview/fluent.css +3 -0
  34. package/styles/pivotview/highcontrast-light.css +7 -0
  35. package/styles/pivotview/highcontrast.css +7 -0
  36. package/styles/pivotview/material-dark.css +3 -0
  37. package/styles/pivotview/material.css +3 -0
  38. package/styles/pivotview/tailwind-dark.css +3 -0
  39. package/styles/pivotview/tailwind.css +3 -0
  40. package/styles/tailwind-dark.css +3 -0
  41. package/styles/tailwind.css +3 -0
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-pivotview@*",
3
- "_id": "@syncfusion/ej2-vue-pivotview@20.4.43",
3
+ "_id": "@syncfusion/ej2-vue-pivotview@20.4.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-g/d+lMN/7qrzJbnuTVYHULQMaCNeZ/brZAXOAfLUDlYPJEuaNOfTbpY3nmLMvPf5L1GE1oMU3d5We0oHnfyJNg==",
5
+ "_integrity": "sha512-YdhmKtA/l7pI6NtqGXMZyBPSAfu5aAIIn0MEmGLbHm1d402s7Ma61FxTua+8+VDeicUHr+TLt14cI29s3Ghx9Q==",
6
6
  "_location": "/@syncfusion/ej2-vue-pivotview",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-20.4.43.tgz",
23
- "_shasum": "97607a23ddb716f70ef12454e2e45a66143ce195",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pivotview/-/ej2-vue-pivotview-20.4.48.tgz",
23
+ "_shasum": "c8fd7cf032c20b448ace41dc43519b6755c82f8c",
24
24
  "_spec": "@syncfusion/ej2-vue-pivotview@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.44",
35
- "@syncfusion/ej2-pivotview": "20.4.44",
36
- "@syncfusion/ej2-vue-base": "~20.4.42"
34
+ "@syncfusion/ej2-base": "~20.4.48",
35
+ "@syncfusion/ej2-pivotview": "20.4.50",
36
+ "@syncfusion/ej2-vue-base": "~20.4.48"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
@@ -56,6 +56,6 @@
56
56
  "scripts": {
57
57
  "postinstall": "node ../ej2-vue-base/postinstall.js"
58
58
  },
59
- "version": "20.4.44",
59
+ "version": "20.4.50",
60
60
  "sideEffects": false
61
61
  }
@@ -32,15 +32,12 @@ export declare class PivotViewComponent extends ComponentBase {
32
32
  createCalculatedFieldDialog(): void;
33
33
  csvExport(excelExportProperties?: Object, isMultipleExport?: boolean, workbook?: any, isBlob?: boolean): void;
34
34
  excelExport(excelExportProperties?: Object, isMultipleExport?: boolean, workbook?: any, isBlob?: boolean): void;
35
- getCellTemplate(): Object;
36
- getRowText(rowIndex: number, colIndex: number): string;
37
35
  loadPersistData(persistData: string): void;
38
36
  pdfExport(pdfExportProperties?: Object, isMultipleExport?: boolean, pdfDoc?: Object, isBlob?: boolean, exportBothTableAndChart?: boolean): Object;
39
37
  printChart(): void;
40
38
  refresh(): void;
41
39
  showConditionalFormattingDialog(): void;
42
40
  showNumberFormattingDialog(): void;
43
- templateParser(template: string): Object;
44
41
  }
45
42
  export declare const PivotViewPlugin: {
46
43
  name: string;
@@ -128,12 +128,6 @@ var PivotViewComponent = /** @class */ (function (_super) {
128
128
  PivotViewComponent.prototype.excelExport = function (excelExportProperties, isMultipleExport, workbook, isBlob) {
129
129
  return this.ej2Instances.excelExport(excelExportProperties, isMultipleExport, workbook, isBlob);
130
130
  };
131
- PivotViewComponent.prototype.getCellTemplate = function () {
132
- return this.ej2Instances.getCellTemplate();
133
- };
134
- PivotViewComponent.prototype.getRowText = function (rowIndex, colIndex) {
135
- return this.ej2Instances.getRowText(rowIndex, colIndex);
136
- };
137
131
  PivotViewComponent.prototype.loadPersistData = function (persistData) {
138
132
  return this.ej2Instances.loadPersistData(persistData);
139
133
  };
@@ -152,9 +146,6 @@ var PivotViewComponent = /** @class */ (function (_super) {
152
146
  PivotViewComponent.prototype.showNumberFormattingDialog = function () {
153
147
  return this.ej2Instances.showNumberFormattingDialog();
154
148
  };
155
- PivotViewComponent.prototype.templateParser = function (template) {
156
- return this.ej2Instances.templateParser(template);
157
- };
158
149
  PivotViewComponent = __decorate([
159
150
  EJComponentDecorator({
160
151
  props: properties
@@ -2043,6 +2043,9 @@
2043
2043
  .e-pivotview .e-component-disable {
2044
2044
  display: none !important;
2045
2045
  }
2046
+ .e-pivotview .e-pivotchart.e-chart {
2047
+ overflow: visible !important;
2048
+ }
2046
2049
 
2047
2050
  .e-pivottooltipwrap,
2048
2051
  .e-pivottooltip-container {
@@ -2042,6 +2042,9 @@
2042
2042
  .e-pivotview .e-component-disable {
2043
2043
  display: none !important;
2044
2044
  }
2045
+ .e-pivotview .e-pivotchart.e-chart {
2046
+ overflow: visible !important;
2047
+ }
2045
2048
 
2046
2049
  .e-pivottooltipwrap,
2047
2050
  .e-pivottooltip-container {
@@ -596,6 +596,9 @@
596
596
  .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
597
597
  background: #6c757d;
598
598
  }
599
+ .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
600
+ background: #6c757d;
601
+ }
599
602
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
600
603
  font-size: 16px;
601
604
  }
@@ -2164,6 +2167,9 @@
2164
2167
  .e-pivotview .e-component-disable {
2165
2168
  display: none !important;
2166
2169
  }
2170
+ .e-pivotview .e-pivotchart.e-chart {
2171
+ overflow: visible !important;
2172
+ }
2167
2173
 
2168
2174
  .e-pivottooltipwrap,
2169
2175
  .e-pivottooltip-container {
@@ -2090,6 +2090,9 @@
2090
2090
  .e-pivotview .e-component-disable {
2091
2091
  display: none !important;
2092
2092
  }
2093
+ .e-pivotview .e-pivotchart.e-chart {
2094
+ overflow: visible !important;
2095
+ }
2093
2096
 
2094
2097
  .e-pivottooltipwrap,
2095
2098
  .e-pivottooltip-container {
@@ -2092,6 +2092,9 @@
2092
2092
  .e-pivotview .e-component-disable {
2093
2093
  display: none !important;
2094
2094
  }
2095
+ .e-pivotview .e-pivotchart.e-chart {
2096
+ overflow: visible !important;
2097
+ }
2095
2098
 
2096
2099
  .e-pivottooltipwrap,
2097
2100
  .e-pivottooltip-container {
@@ -582,6 +582,10 @@
582
582
  margin-right: 0;
583
583
  font-size: 16px;
584
584
  }
585
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
586
+ padding-right: 0 !important;
587
+ padding-left: 0 !important;
588
+ }
585
589
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
586
590
  margin-left: 18px !important;
587
591
  /* stylelint-enable */
@@ -2052,6 +2056,9 @@
2052
2056
  .e-pivotview .e-component-disable {
2053
2057
  display: none !important;
2054
2058
  }
2059
+ .e-pivotview .e-pivotchart.e-chart {
2060
+ overflow: visible !important;
2061
+ }
2055
2062
 
2056
2063
  .e-pivottooltipwrap,
2057
2064
  .e-pivottooltip-container {
package/styles/fabric.css CHANGED
@@ -579,6 +579,10 @@
579
579
  margin-right: 0;
580
580
  font-size: 16px;
581
581
  }
582
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
583
+ padding-right: 0 !important;
584
+ padding-left: 0 !important;
585
+ }
582
586
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
583
587
  margin-left: 18px !important;
584
588
  /* stylelint-enable */
@@ -2053,6 +2057,9 @@
2053
2057
  .e-pivotview .e-component-disable {
2054
2058
  display: none !important;
2055
2059
  }
2060
+ .e-pivotview .e-pivotchart.e-chart {
2061
+ overflow: visible !important;
2062
+ }
2056
2063
 
2057
2064
  .e-pivottooltipwrap,
2058
2065
  .e-pivottooltip-container {
@@ -2081,6 +2081,9 @@
2081
2081
  .e-pivotview .e-component-disable {
2082
2082
  display: none !important;
2083
2083
  }
2084
+ .e-pivotview .e-pivotchart.e-chart {
2085
+ overflow: visible !important;
2086
+ }
2084
2087
 
2085
2088
  .e-pivottooltipwrap,
2086
2089
  .e-pivottooltip-container {
package/styles/fluent.css CHANGED
@@ -2083,6 +2083,9 @@
2083
2083
  .e-pivotview .e-component-disable {
2084
2084
  display: none !important;
2085
2085
  }
2086
+ .e-pivotview .e-pivotchart.e-chart {
2087
+ overflow: visible !important;
2088
+ }
2086
2089
 
2087
2090
  .e-pivottooltipwrap,
2088
2091
  .e-pivottooltip-container {
@@ -578,6 +578,10 @@
578
578
  margin-right: 0;
579
579
  font-size: 16px;
580
580
  }
581
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
582
+ padding-right: 0 !important;
583
+ padding-left: 0 !important;
584
+ }
581
585
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
582
586
  margin-left: 18px !important;
583
587
  /* stylelint-enable */
@@ -2045,6 +2049,9 @@
2045
2049
  .e-pivotview .e-component-disable {
2046
2050
  display: none !important;
2047
2051
  }
2052
+ .e-pivotview .e-pivotchart.e-chart {
2053
+ overflow: visible !important;
2054
+ }
2048
2055
 
2049
2056
  .e-pivottooltipwrap,
2050
2057
  .e-pivottooltip-container {
@@ -578,6 +578,10 @@
578
578
  margin-right: 0;
579
579
  font-size: 16px;
580
580
  }
581
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
582
+ padding-right: 0 !important;
583
+ padding-left: 0 !important;
584
+ }
581
585
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
582
586
  margin-left: 18px !important;
583
587
  /* stylelint-enable */
@@ -2045,6 +2049,9 @@
2045
2049
  .e-pivotview .e-component-disable {
2046
2050
  display: none !important;
2047
2051
  }
2052
+ .e-pivotview .e-pivotchart.e-chart {
2053
+ overflow: visible !important;
2054
+ }
2048
2055
 
2049
2056
  .e-pivottooltipwrap,
2050
2057
  .e-pivottooltip-container {
@@ -2045,6 +2045,9 @@
2045
2045
  .e-pivotview .e-component-disable {
2046
2046
  display: none !important;
2047
2047
  }
2048
+ .e-pivotview .e-pivotchart.e-chart {
2049
+ overflow: visible !important;
2050
+ }
2048
2051
 
2049
2052
  .e-pivottooltipwrap,
2050
2053
  .e-pivottooltip-container {
@@ -2052,6 +2052,9 @@
2052
2052
  .e-pivotview .e-component-disable {
2053
2053
  display: none !important;
2054
2054
  }
2055
+ .e-pivotview .e-pivotchart.e-chart {
2056
+ overflow: visible !important;
2057
+ }
2055
2058
 
2056
2059
  .e-pivottooltipwrap,
2057
2060
  .e-pivottooltip-container {
@@ -2043,6 +2043,9 @@
2043
2043
  .e-pivotview .e-component-disable {
2044
2044
  display: none !important;
2045
2045
  }
2046
+ .e-pivotview .e-pivotchart.e-chart {
2047
+ overflow: visible !important;
2048
+ }
2046
2049
 
2047
2050
  .e-pivottooltipwrap,
2048
2051
  .e-pivottooltip-container {
@@ -2042,6 +2042,9 @@
2042
2042
  .e-pivotview .e-component-disable {
2043
2043
  display: none !important;
2044
2044
  }
2045
+ .e-pivotview .e-pivotchart.e-chart {
2046
+ overflow: visible !important;
2047
+ }
2045
2048
 
2046
2049
  .e-pivottooltipwrap,
2047
2050
  .e-pivottooltip-container {
@@ -596,6 +596,9 @@
596
596
  .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
597
597
  background: #6c757d;
598
598
  }
599
+ .e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
600
+ background: #6c757d;
601
+ }
599
602
  .e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
600
603
  font-size: 16px;
601
604
  }
@@ -2164,6 +2167,9 @@
2164
2167
  .e-pivotview .e-component-disable {
2165
2168
  display: none !important;
2166
2169
  }
2170
+ .e-pivotview .e-pivotchart.e-chart {
2171
+ overflow: visible !important;
2172
+ }
2167
2173
 
2168
2174
  .e-pivottooltipwrap,
2169
2175
  .e-pivottooltip-container {
@@ -2090,6 +2090,9 @@
2090
2090
  .e-pivotview .e-component-disable {
2091
2091
  display: none !important;
2092
2092
  }
2093
+ .e-pivotview .e-pivotchart.e-chart {
2094
+ overflow: visible !important;
2095
+ }
2093
2096
 
2094
2097
  .e-pivottooltipwrap,
2095
2098
  .e-pivottooltip-container {
@@ -2092,6 +2092,9 @@
2092
2092
  .e-pivotview .e-component-disable {
2093
2093
  display: none !important;
2094
2094
  }
2095
+ .e-pivotview .e-pivotchart.e-chart {
2096
+ overflow: visible !important;
2097
+ }
2095
2098
 
2096
2099
  .e-pivottooltipwrap,
2097
2100
  .e-pivottooltip-container {
@@ -582,6 +582,10 @@
582
582
  margin-right: 0;
583
583
  font-size: 16px;
584
584
  }
585
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
586
+ padding-right: 0 !important;
587
+ padding-left: 0 !important;
588
+ }
585
589
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
586
590
  margin-left: 18px !important;
587
591
  /* stylelint-enable */
@@ -2052,6 +2056,9 @@
2052
2056
  .e-pivotview .e-component-disable {
2053
2057
  display: none !important;
2054
2058
  }
2059
+ .e-pivotview .e-pivotchart.e-chart {
2060
+ overflow: visible !important;
2061
+ }
2055
2062
 
2056
2063
  .e-pivottooltipwrap,
2057
2064
  .e-pivottooltip-container {
@@ -579,6 +579,10 @@
579
579
  margin-right: 0;
580
580
  font-size: 16px;
581
581
  }
582
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
583
+ padding-right: 0 !important;
584
+ padding-left: 0 !important;
585
+ }
582
586
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
583
587
  margin-left: 18px !important;
584
588
  /* stylelint-enable */
@@ -2053,6 +2057,9 @@
2053
2057
  .e-pivotview .e-component-disable {
2054
2058
  display: none !important;
2055
2059
  }
2060
+ .e-pivotview .e-pivotchart.e-chart {
2061
+ overflow: visible !important;
2062
+ }
2056
2063
 
2057
2064
  .e-pivottooltipwrap,
2058
2065
  .e-pivottooltip-container {
@@ -2081,6 +2081,9 @@
2081
2081
  .e-pivotview .e-component-disable {
2082
2082
  display: none !important;
2083
2083
  }
2084
+ .e-pivotview .e-pivotchart.e-chart {
2085
+ overflow: visible !important;
2086
+ }
2084
2087
 
2085
2088
  .e-pivottooltipwrap,
2086
2089
  .e-pivottooltip-container {
@@ -2083,6 +2083,9 @@
2083
2083
  .e-pivotview .e-component-disable {
2084
2084
  display: none !important;
2085
2085
  }
2086
+ .e-pivotview .e-pivotchart.e-chart {
2087
+ overflow: visible !important;
2088
+ }
2086
2089
 
2087
2090
  .e-pivottooltipwrap,
2088
2091
  .e-pivottooltip-container {
@@ -578,6 +578,10 @@
578
578
  margin-right: 0;
579
579
  font-size: 16px;
580
580
  }
581
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
582
+ padding-right: 0 !important;
583
+ padding-left: 0 !important;
584
+ }
581
585
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
582
586
  margin-left: 18px !important;
583
587
  /* stylelint-enable */
@@ -2045,6 +2049,9 @@
2045
2049
  .e-pivotview .e-component-disable {
2046
2050
  display: none !important;
2047
2051
  }
2052
+ .e-pivotview .e-pivotchart.e-chart {
2053
+ overflow: visible !important;
2054
+ }
2048
2055
 
2049
2056
  .e-pivottooltipwrap,
2050
2057
  .e-pivottooltip-container {
@@ -578,6 +578,10 @@
578
578
  margin-right: 0;
579
579
  font-size: 16px;
580
580
  }
581
+ .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
582
+ padding-right: 0 !important;
583
+ padding-left: 0 !important;
584
+ }
581
585
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
582
586
  margin-left: 18px !important;
583
587
  /* stylelint-enable */
@@ -2045,6 +2049,9 @@
2045
2049
  .e-pivotview .e-component-disable {
2046
2050
  display: none !important;
2047
2051
  }
2052
+ .e-pivotview .e-pivotchart.e-chart {
2053
+ overflow: visible !important;
2054
+ }
2048
2055
 
2049
2056
  .e-pivottooltipwrap,
2050
2057
  .e-pivottooltip-container {
@@ -2045,6 +2045,9 @@
2045
2045
  .e-pivotview .e-component-disable {
2046
2046
  display: none !important;
2047
2047
  }
2048
+ .e-pivotview .e-pivotchart.e-chart {
2049
+ overflow: visible !important;
2050
+ }
2048
2051
 
2049
2052
  .e-pivottooltipwrap,
2050
2053
  .e-pivottooltip-container {
@@ -2052,6 +2052,9 @@
2052
2052
  .e-pivotview .e-component-disable {
2053
2053
  display: none !important;
2054
2054
  }
2055
+ .e-pivotview .e-pivotchart.e-chart {
2056
+ overflow: visible !important;
2057
+ }
2055
2058
 
2056
2059
  .e-pivottooltipwrap,
2057
2060
  .e-pivottooltip-container {
@@ -2080,6 +2080,9 @@
2080
2080
  .e-pivotview .e-component-disable {
2081
2081
  display: none !important;
2082
2082
  }
2083
+ .e-pivotview .e-pivotchart.e-chart {
2084
+ overflow: visible !important;
2085
+ }
2083
2086
 
2084
2087
  .e-pivottooltipwrap,
2085
2088
  .e-pivottooltip-container {
@@ -2082,6 +2082,9 @@
2082
2082
  .e-pivotview .e-component-disable {
2083
2083
  display: none !important;
2084
2084
  }
2085
+ .e-pivotview .e-pivotchart.e-chart {
2086
+ overflow: visible !important;
2087
+ }
2085
2088
 
2086
2089
  .e-pivottooltipwrap,
2087
2090
  .e-pivottooltip-container {
@@ -2081,6 +2081,9 @@
2081
2081
  .e-pivotview .e-component-disable {
2082
2082
  display: none !important;
2083
2083
  }
2084
+ .e-pivotview .e-pivotchart.e-chart {
2085
+ overflow: visible !important;
2086
+ }
2084
2087
 
2085
2088
  .e-pivottooltipwrap,
2086
2089
  .e-pivottooltip-container {
@@ -2083,6 +2083,9 @@
2083
2083
  .e-pivotview .e-component-disable {
2084
2084
  display: none !important;
2085
2085
  }
2086
+ .e-pivotview .e-pivotchart.e-chart {
2087
+ overflow: visible !important;
2088
+ }
2086
2089
 
2087
2090
  .e-pivottooltipwrap,
2088
2091
  .e-pivottooltip-container {