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
It looks like an issue in the implementation from #3 exists where the config for the LabelCount and the actual label count are off by one. There is always one extra label printed than what is specifically configured.
The text was updated successfully, but these errors were encountered:
…labels
For implementations which may render a range of graphs, specifying a specific label count can be difficult. The library already has complex logic to determine how many labels should be rendered.
Specifying an adjustment allows configuration of "Simpler" more spaced out graphs, while still allowing the specific label count to be dynamic based off the data inputs.
This commit serves as a work around to issue #8 (but specifying -1 if you're hitting this bug).
It looks like an issue in the implementation from #3 exists where the config for the LabelCount and the actual label count are off by one. There is always one extra label printed than what is specifically configured.
The text was updated successfully, but these errors were encountered: