feature: Override hard-cap on Graph maxEntries #114

Open
opened 2024-06-06 02:31:19 +08:00 by cyberbit · 0 comments
cyberbit commented 2024-06-06 02:31:19 +08:00 (Migrated from github.com)

Is your feature request related to a problem? Please describe.
The hard cap to 100 entries in Graph is limiting the ability for Telem's integration to show more data: https://github.com/cyberbit/telem/issues/49

Describe the solution you'd like
An API that allows overriding the hard limit on maximum entries, with the caveat that it is a potential memory leak issue, and to proceed with caution.

Describe alternatives you've considered
I have considered limiting my implementation to 100 maximum entries to match Basalt, but want to leave that as a last resort.

Additional context

The chart here is scaled to fill the entire screen, but because of the 100 entry limit, appears misconfigured:
image

**Is your feature request related to a problem? Please describe.** The hard cap to 100 entries in Graph is limiting the ability for Telem's integration to show more data: https://github.com/cyberbit/telem/issues/49 **Describe the solution you'd like** An API that allows overriding the hard limit on maximum entries, with the caveat that it is a potential memory leak issue, and to proceed with caution. **Describe alternatives you've considered** I have considered limiting my implementation to 100 maximum entries to match Basalt, but want to leave that as a last resort. **Additional context** The chart here is scaled to fill the entire screen, but because of the 100 entry limit, appears misconfigured: ![image](https://github.com/Pyroxenium/Basalt/assets/7350183/649a2e37-8827-4351-bbaa-440937ab1da6)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GitHub/Basalt#114
No description provided.