This commit is contained in:
syuilo 2019-03-15 01:43:11 +09:00
parent 56eb896a03
commit db439ef804
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
5 changed files with 21 additions and 6 deletions

View file

@ -181,7 +181,12 @@ export default Vue.extend({
}, },
grid: { grid: {
clipMarkers: false, clipMarkers: false,
borderColor: 'rgba(0, 0, 0, 0.1)' borderColor: 'rgba(0, 0, 0, 0.1)',
xaxis: {
lines: {
show: true,
}
},
}, },
stroke: { stroke: {
curve: 'straight', curve: 'straight',

View file

@ -150,7 +150,12 @@ export default Vue.extend({
}, },
grid: { grid: {
clipMarkers: false, clipMarkers: false,
borderColor: 'rgba(0, 0, 0, 0.1)' borderColor: 'rgba(0, 0, 0, 0.1)',
xaxis: {
lines: {
show: true,
}
},
}, },
stroke: { stroke: {
curve: 'straight', curve: 'straight',

View file

@ -69,7 +69,7 @@ export default Vue.extend({
}, },
plotOptions: { plotOptions: {
bar: { bar: {
columnWidth: '90%' columnWidth: '80%'
} }
}, },
grid: { grid: {

View file

@ -93,12 +93,17 @@ export default Vue.extend({
}, },
plotOptions: { plotOptions: {
bar: { bar: {
columnWidth: '90%' columnWidth: '80%'
} }
}, },
grid: { grid: {
clipMarkers: false, clipMarkers: false,
borderColor: 'rgba(0, 0, 0, 0.1)' borderColor: 'rgba(0, 0, 0, 0.1)',
xaxis: {
lines: {
show: true,
}
},
}, },
tooltip: { tooltip: {
shared: true, shared: true,

View file

@ -172,7 +172,7 @@ export default Vue.extend({
}, },
plotOptions: { plotOptions: {
bar: { bar: {
columnWidth: '90%' columnWidth: '80%'
} }
}, },
grid: { grid: {