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

feature: Override hard-cap on Graph maxEntries #114

Open
cyberbit opened this issue Jun 5, 2024 · 0 comments
Open

feature: Override hard-cap on Graph maxEntries #114

cyberbit opened this issue Jun 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cyberbit
Copy link
Contributor

cyberbit commented Jun 5, 2024

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: cyberbit/telem#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

@cyberbit cyberbit added the enhancement New feature or request label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant