web/satellite: removed confusing line smoothing for chart lines
Fix for this issue https://github.com/storj/storj/issues/4564 Removed line smoothing for chart lines. Change-Id: Idb1b9c6786307c48234487517a56fe1a8b76ae98
This commit is contained in:
parent
4e0acba9ba
commit
289be4f1e9
@ -104,6 +104,9 @@ export default class VChart extends Vue {
|
||||
hoverRadius: 10,
|
||||
hitRadius: 8,
|
||||
},
|
||||
line: {
|
||||
tension: 0,
|
||||
},
|
||||
},
|
||||
scales: {
|
||||
yAxes: [{
|
||||
|
Loading…
Reference in New Issue
Block a user