Skip to content

Commit

Permalink
Update graph style
Browse files Browse the repository at this point in the history
  • Loading branch information
takuma-sony committed May 4, 2021
1 parent fac9965 commit 1e3be65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/src/components/center/Monitoring.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default Vue.extend({
return {
label: d.name[0] === '/' ? d.name.substr(1) : d.name,
borderColor: COLORS[d.id % COLORS.length],
borderWidth: 2,
pointBorderWidth: 0,
pointRadius: 0,
fill: false,
Expand All @@ -83,7 +84,7 @@ export default Vue.extend({
x: {
type: 'linear',
axis: 'x',
title: { display: true, text: 'epoch' },
title: { display: true, text: 'Epoch' },
ticks: {
autoSkip: true,
fontSize: 14
Expand All @@ -92,7 +93,6 @@ export default Vue.extend({
y: {
type: 'linear',
axis: 'y',
title: { display: true, text: 'value' },
ticks: {
autoSkip: true,
fontSize: 14
Expand Down

0 comments on commit 1e3be65

Please sign in to comment.