evui 3.3.34 → 3.3.35
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/LICENSE +1 -1
- package/dist/evui.common.js +4 -1
- package/dist/evui.common.js.map +1 -1
- package/dist/evui.umd.js +4 -1
- package/dist/evui.umd.js.map +1 -1
- package/dist/evui.umd.min.js +1 -1
- package/dist/evui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/chart/plugins/plugins.legend.js +3 -0
package/dist/evui.umd.js
CHANGED
|
@@ -7949,7 +7949,7 @@ $({ target: 'Number', stat: true }, {
|
|
|
7949
7949
|
/***/ "9224":
|
|
7950
7950
|
/***/ (function(module) {
|
|
7951
7951
|
|
|
7952
|
-
module.exports = JSON.parse("{\"a\":\"3.3.
|
|
7952
|
+
module.exports = JSON.parse("{\"a\":\"3.3.35\"}");
|
|
7953
7953
|
|
|
7954
7954
|
/***/ }),
|
|
7955
7955
|
|
|
@@ -39386,6 +39386,9 @@ var plugins_legend_modules = {
|
|
|
39386
39386
|
this.setLegendColumnHeader();
|
|
39387
39387
|
this.legendBoxDOM.appendChild(this.legendTableDOM);
|
|
39388
39388
|
this.legendDOM.style.overflow = 'auto';
|
|
39389
|
+
} else {
|
|
39390
|
+
this.legendBoxDOM.style.overflowX = 'hidden';
|
|
39391
|
+
this.legendBoxDOM.style.overflowY = 'auto';
|
|
39389
39392
|
}
|
|
39390
39393
|
|
|
39391
39394
|
this.legendDOM.appendChild(this.legendBoxDOM);
|