Skip to content
New issue

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

Skip all borders if borderSkipped === true #10530

Merged
merged 3 commits into from Jul 30, 2022
Merged

Commits on Jun 30, 2022

  1. Skip all borders if borderSkipped === true

    This will allow you to skip all borders (not just one side) if you set borderSkipped to boolean true and so allow you to have a consistent legend marker even for bars without borders. Reason is that even if same colored borders are set there are artifacts that make the bar look bad and also even with inflateAmount the bars do look good when big but when only a few pixel in size they start to look bad too so this was the only way for me to make it work so legends are looking good and bars too.
    pijulius committed Jun 30, 2022
    Copy the full SHA
    5dc27b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Copy the full SHA
    122f6da View commit details
    Browse the repository at this point in the history
  2. update typing comment

    LeeLenaleee committed Jul 29, 2022
    Copy the full SHA
    733c261 View commit details
    Browse the repository at this point in the history