Replies: 1 comment
-
|
You can control the height of the bars in app.component.ts using the following property at Line 26: const barSize: number = 48; // Height of the barsTo update the font size, modify the font style at Line 198: .style('font', 'bold 12px var(--bs-font-sans-serif)') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thanks for the fantastic library.
I am just wondering how I can enlarge the font size and bar height so I can create a website for vertical aspect-ratio - like Youtube shorts. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions