Pyroxenium / Basalt

A UI Framework for CC:Tweaked
MIT License
194 stars 38 forks source link

feature: Override hard-cap on Graph maxEntries #114

Open cyberbit opened 5 months ago

cyberbit commented 5 months ago

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