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: {
|
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>
|
||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user