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 Request] Multiple Tags chart/tabs #997

Open
alastaire61 opened this issue Mar 23, 2021 · 0 comments
Open

[Feature Request] Multiple Tags chart/tabs #997

alastaire61 opened this issue Mar 23, 2021 · 0 comments

Comments

@alastaire61
Copy link

alastaire61 commented Mar 23, 2021

Hello.

Would it be possible to add an option in the configuration, so that we can append sets of Tags filters to a list in order to have multiple Tags tabs or charts created, overriding the default one?

Naïvely:

configuration.newTagsChartTab("tab1").excludeTagsFilter(regex);
configuration.newTagsTab("tab2").excludeTagsFilter(regex2);

So far I have achieved this by generating multiple reports with different filters, but when the volume of scenarios is huge it could be done internally to improve performance and have all information in one report.

Edit: similarly, there is no need to create new tabs if we could append charts one below another in the same Tab:

configuration.newTagsChart("tab1").excludeTagsFilter(regex);
configuration.newTagsChart("tab2").excludeTagsFilter(regex2);

Edit: Actually there's no need to override the first Chart, as it is configurable on its own, then it could be nice to append additional charts to it.

@alastaire61 alastaire61 changed the title [Feature Request] Multiple Tags tabs [Feature Request] Multiple Tags chart tabs Mar 23, 2021
@alastaire61 alastaire61 changed the title [Feature Request] Multiple Tags chart tabs [Feature Request] Multiple Tags chart/tabs Mar 23, 2021
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

1 participant