Replies: 1 comment
-
|
You might look at adjusting the |
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.
-
Hello
I'm trying to achieve a pixel perfect bar chart (no anti-aliasing effects, etc...). However with my current code, at some chart widths, the bars are not always equal size, for example:
Notice how bars D and E are 22 pixels wide, whilst the rest are 21 pixels wide. The spacing between the bars is also inconsistent. How can I prevent this from happening?
Beta Was this translation helpful? Give feedback.
All reactions