You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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](https://private-user-images.githubusercontent.com/7350183/336962507-649a2e37-8827-4351-bbaa-440937ab1da6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODcyOTEsIm5iZiI6MTczODg4Njk5MSwicGF0aCI6Ii83MzUwMTgzLzMzNjk2MjUwNy02NDlhMmUzNy04ODI3LTQzNTEtYmJhYS00NDA5MzdhYjFkYTYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDAwOTUxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZWVmZTc5Y2UzMTNmZTZkOWQ2ZmFlMmUzZjE2ZjcxMTI2NjMyN2FlMDg0ZmNjMTJhNTc3NzhhNTczNTVlMDFlZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.xSgy424dwBRFl-7WSi1tfELh_kOx7EmqerbkfSIVm9M)
The text was updated successfully, but these errors were encountered: