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

Cannot change split data source threshold #928

Closed
johngeorgewright opened this issue Nov 7, 2022 · 5 comments
Closed

Cannot change split data source threshold #928

johngeorgewright opened this issue Nov 7, 2022 · 5 comments

Comments

@johngeorgewright
Copy link

Version: 1.37.0

I can't seem to limit a split data source to anything greater than 10.

Screenshot 2022-11-07 at 13 05 14

Choosing anything higher will always result in a query where the "threshold" is set to 10.

@adrianmroz-allegro
Copy link
Contributor

That's a "feature". But a feature with really bad UI.
You selected Line Chart visualisation and there, second split is limited to 10 because we only have 10 colours to distinguish lines on the chart.

Ideally UI should show only options from range [0, 10]. That's something we should implement.

@johngeorgewright
Copy link
Author

I see. We'd really like the option to have more lines. Is there any chance the colour list could be configurable for situations like ours?

@adrianmroz-allegro
Copy link
Contributor

adrianmroz-allegro commented Nov 8, 2022

We will try to add this with #918 #955

@adrianmroz-allegro
Copy link
Contributor

adrianmroz-allegro commented Nov 30, 2022

I just duplicated colour list in config and got split with limit 20 elements:
Screenshot 2022-11-30 at 16 35 21

On master branch, still working on final version.

@adrianmroz-allegro
Copy link
Contributor

Should be fixed in current beta. I'll close for now, if you find any bugs or have any concerns, reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants