[O] Rotate text to 90 degrees

This commit is contained in:
Hykilpikonna
2019-09-29 19:14:12 -04:00
parent b22fc41582
commit e4a1c4973d
@@ -37,7 +37,7 @@ export default class GraphAverage extends Vue
axisLabel: {
interval: 0,
inside: false,
rotate: 60,
rotate: 90,
// Truncate text length
formatter: (value: string) => value.length <= 16 ? value : value.substr(0, 14) + '...'