Gavriel Mor
Gavriel Mor
# Update Perses fork with latest upstream changes #### Merged latest upstream Perses changes to our fork to access new features (specifically table settings updates) > New branch with signoff
# Timeseries charts tooltip improvements Solves https://github.com/perses/perses/issues/3515 This PR refactors the time-series tooltip proximity logic to fix critical usability issues with stacked line charts and grouped bar charts. The implementation...
Bug: Tooltip fails to activate on stacked time-series charts Scope Affects stacked time-series line charts in Perses. Example:  ### What did you do? Created a stacked time-series line chart...
# 🛠️ Fix: Improve Type IntelliSense by Refining Pixel Definition ### Issue: The current Pixel type is defined as string | number, which causes IntelliSense to prioritize raw values over...