twenty/packages/twenty-front/src
Arun d389a4341d
[Fix]: Vertical bar charts with max data range do not show data up to the top if above max data range (#18748)
fixes issue : #18606 

we have removed the irrelevant use of filters in the backend which
removes the values that are out of max, min range hence modifying the
rawValues.

- Modified relevant tests
- fixed regressions (Horizontal bar charts rightLabel cropping)
- removed dead utility filterByRange code

Before :
<img width="1253" height="722" alt="Screenshot 2026-03-18 at 10 24
14 PM"
src="https://github.com/user-attachments/assets/20adb5bb-0f96-4952-9777-1f1a6ebe03eb"
/>

After:
<img width="865" height="724" alt="Screenshot 2026-03-18 at 11 16 33 PM"
src="https://github.com/user-attachments/assets/b2695d85-ca5e-4923-8f57-8d3c87c8212a"
/>

<img width="1260" height="689" alt="Screenshot 2026-03-19 at 12 16
41 AM"
src="https://github.com/user-attachments/assets/fb25e15f-eec2-445e-9103-280d58664454"
/>

---------

Co-authored-by: Arun kumar <arunkumar@Aruns-MacBook-Air.local>
Co-authored-by: ehconitin <nitinkoche03@gmail.com>
2026-03-20 19:33:21 +00:00
..
config Apollo enrich (#18277) 2026-03-03 14:43:10 +01:00
generated Upgrade Apollo Client to v4 and refactor error handling (#18584) 2026-03-13 14:59:46 +01:00
generated-metadata feat: secure and user-scope metadata resolvers for messaging infrastructure (#18787) 2026-03-20 17:22:22 +01:00
hooks chore: frontend dead code removal and naming cleanup (#18690) 2026-03-17 00:49:37 +01:00
loading/components feat: deprecate WorkspaceFavorite in favor of NavigationMenuItem (#18624) 2026-03-13 19:45:40 +01:00
locales i18n - translations (#18742) 2026-03-18 18:19:45 +01:00
localization/states Rename Jotai state hooks and utilities to consistent Atom-based naming (#18209) 2026-02-25 01:55:46 +01:00
modules [Fix]: Vertical bar charts with max data range do not show data up to the top if above max data range (#18748) 2026-03-20 19:33:21 +00:00
pages feat: secure and user-scope metadata resolvers for messaging infrastructure (#18787) 2026-03-20 17:22:22 +01:00
testing fix: migrate driver modules to DriverFactoryBase lazy-loading pattern (#18731) 2026-03-18 16:00:45 +01:00
types 🦣🦣🦣 Table virtualization (#14743) 2025-10-11 12:08:10 +02:00
utils fix: migrate driver modules to DriverFactoryBase lazy-loading pattern (#18731) 2026-03-18 16:00:45 +01:00
index.css chore(twenty-front): migrate command-menu, workflow, page-layout and UI modules from Emotion to Linaria (PR 4-6/10) (#18342) 2026-03-03 16:42:03 +01:00
index.tsx [DevXP] Simplify twenty-ui theme system: replace auto-generated files with static CSS variables (#18389) 2026-03-04 23:30:25 +01:00
nx-react.d.ts
vite-env.d.ts