We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intend to raise a PR when I have broadband.
Currently webui does not wrap <canvas> with a <div> as documented in this link to make canvas responsive https://www.chartjs.org/docs/latest/configuration/responsive.html
<canvas>
<div>
Simple change to https://github.com/bitmagnet-io/bitmagnet/blob/main/webui/src/app/charting/chart.component.html to wrap and style works better.
Also recommend aspect ratio of 3/7 (height/width) where <app-chart> is used
<app-chart>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Intend to raise a PR when I have broadband.
Currently webui does not wrap
<canvas>
with a<div>
as documented in this link to make canvas responsivehttps://www.chartjs.org/docs/latest/configuration/responsive.html
Simple change to https://github.com/bitmagnet-io/bitmagnet/blob/main/webui/src/app/charting/chart.component.html to wrap and style works better.
Also recommend aspect ratio of 3/7 (height/width) where
<app-chart>
is usedThe text was updated successfully, but these errors were encountered: