This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bertieb
/
dice-roller
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Remove legend pos on bar charts as not displayed
tags/v0.1.3
bertieb
3 years ago
parent
f1f6dd7217
commit
0db3441b97
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/ts/frontend.ts
+ 0
- 1
src/ts/frontend.ts
View File
@@ -11,7 +11,6 @@ let barChartOptions = { scales: {
}]
},
legend: {
position: "right",
display: false,
}
}
Write
Preview
Loading…
Cancel
Save