pull/457/head
cagataycivici 2020-08-21 12:41:58 +03:00
commit aa3095b850
2 changed files with 7 additions and 1 deletions

View File

@ -75,6 +75,9 @@ export default {
}
},
scale: {
pointLabels: {
fontColor: '#495057'
},
gridLines: {
color: '#ebedef'
}
@ -89,6 +92,9 @@ export default {
}
},
scale: {
pointLabels: {
fontColor: '#ebedef'
},
gridLines: {
color: 'rgba(255,255,255,0.2)'
}

View File

@ -10,7 +10,7 @@
<template slot="content">
<div class="p-fluid p-formgrid p-grid">
<div class="p-field p-col-12">
<label for="class">Class</label>
<label for="class">Card Holder Name</label>
<InputText type="text" v-model="cardholderName" />
</div>
<div class="p-field p-col-8">