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

fix(value_labels): zero as valid value for textBorder and borderWidth #1182

Merged
merged 3 commits into from
Jun 3, 2021

Commits on Jun 1, 2021

  1. fix(value_labels): allow zero as valid value for textBorder and borde…

    …rWidth
    
    This commit fixes the cases where the user wants to disable the border width.
    
    BREAKING CHANGE: the `textBorder` of `ValueFillDefinition` is now optional or a number only
    markov00 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6ba8a14 View commit details
    Browse the repository at this point in the history
  2. test: add style tests

    markov00 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8f1cb43 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    2bb8901 View commit details
    Browse the repository at this point in the history