Merged in bugfix/PMCORE-3510 (pull request #8267)
PMCORE-3510 Approved-by: Rodrigo Quelca
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
0909b42d13
@@ -144,6 +144,9 @@ export default {
|
||||
toolbar: {
|
||||
show: true,
|
||||
},
|
||||
export: {
|
||||
csv: false
|
||||
},
|
||||
events: {
|
||||
click: function (event, chartContext, config) {
|
||||
that.$refs.popover.$emit("close");
|
||||
@@ -492,5 +495,8 @@ export default {
|
||||
padding-top: 10px;
|
||||
text-align: end;
|
||||
}
|
||||
.apexcharts-menu-item.exportCSV{
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
<style src="vue-multiselect/dist/vue-multiselect.min.css"></style>
|
||||
@@ -342,5 +342,9 @@ export default {
|
||||
.vp-text-align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.apexcharts-menu-item.exportCSV{
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
<style src="vue-multiselect/dist/vue-multiselect.min.css"></style>
|
||||
Reference in New Issue
Block a user