Browse Source

Remove legend pos on bar charts as not displayed

tags/v0.1.3
bertieb 3 years ago
parent
commit
0db3441b97
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/ts/frontend.ts

+ 0
- 1
src/ts/frontend.ts View File

@@ -11,7 +11,6 @@ let barChartOptions = { scales: {
}] }]
}, },
legend: { legend: {
position: "right",
display: false, display: false,
} }
} }


Loading…
Cancel
Save