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

refactor(barchart): replace remove_invisible_groups_and_bars by group… #544

Merged
merged 1 commit into from Sep 29, 2023

Commits on Sep 29, 2023

  1. refactor(barchart): replace remove_invisible_groups_and_bars by group…

    …_ticks
    
    group_ticks calculates the visible bar length in ticks. (A cell contains 8 ticks).
    
    It is used for 2 purposes:
    1. to get the bar length in ticks for rendering
    2. since it delivers only the values of the visible bars, If we zip these values
       with the groups and bars, then we will filter out the invisible groups and bars
    
    Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de>
    karthago1 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c3b372f View commit details
    Browse the repository at this point in the history