Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Implement Legend with fixed length line on the left side #189

Closed
wants to merge 7 commits into from

Commits on Feb 5, 2022

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

Commits on Feb 8, 2022

  1. fix: use padding in legend from passed style

    Prior to this commit we simply defined a hardcoded padding. This commit respects the passed style and inherits from a default padding defined in legendDefaults.
    d-Rickyy-b committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    36a4474 View commit details
    Browse the repository at this point in the history
  2. fix: use fixed length for left stroked legend

    The stroke length was just way too long, so I first tried to decrease the length by subtracting the padding from it, but it was not a big difference.
    I ended up using a hardcoded value because it gave the best visual results on different resolutions.
    d-Rickyy-b committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    361e613 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    ad10e9a View commit details
    Browse the repository at this point in the history
  2. chore: ignore .idea files

    d-Rickyy-b committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    7fdd641 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43d31f7 View commit details
    Browse the repository at this point in the history