lnav
lnav copied to clipboard
Modification to avoid color conflicts for colored bars
Fix to avoid reusing the same color for numeric columns when graphed in the SQL view. A problem with columns graphed from JSON fields remains. Addresses #1047 .
Again @tstack , since I am not really a C++ developer, any advice/correction is appreciated.
@tstack what do you think?
I pushed a change that should address the common case. I would say a redesign of the UI needs to be done before trying to work on edge cases.
Ok, thanks @tstack . I agree that a bit of refactoring might be in order to address other cases properly.