Merged in bugfix/PMCORE-3510 (pull request #8267)

PMCORE-3510

Approved-by: Rodrigo Quelca
This commit is contained in:
Henry Jonathan Quispe Quispe
2021-11-08 22:56:32 +00:00
committed by Julio Cesar Laura Avendaño
2 changed files with 10 additions and 0 deletions

View File

@@ -144,6 +144,9 @@ export default {
toolbar: { toolbar: {
show: true, show: true,
}, },
export: {
csv: false
},
events: { events: {
click: function (event, chartContext, config) { click: function (event, chartContext, config) {
that.$refs.popover.$emit("close"); that.$refs.popover.$emit("close");
@@ -492,5 +495,8 @@ export default {
padding-top: 10px; padding-top: 10px;
text-align: end; text-align: end;
} }
.apexcharts-menu-item.exportCSV{
display: none !important;
}
</style> </style>
<style src="vue-multiselect/dist/vue-multiselect.min.css"></style> <style src="vue-multiselect/dist/vue-multiselect.min.css"></style>

View File

@@ -342,5 +342,9 @@ export default {
.vp-text-align-center { .vp-text-align-center {
text-align: center; text-align: center;
} }
.apexcharts-menu-item.exportCSV{
display: none !important;
}
</style> </style>
<style src="vue-multiselect/dist/vue-multiselect.min.css"></style> <style src="vue-multiselect/dist/vue-multiselect.min.css"></style>