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

Add multiple Trend Metrics in one card #1301

Closed
Gil-1 opened this issue Jan 30, 2019 · 6 comments
Closed

Add multiple Trend Metrics in one card #1301

Gil-1 opened this issue Jan 30, 2019 · 6 comments
Labels
request Feature Request

Comments

@Gil-1
Copy link

Gil-1 commented Jan 30, 2019

Allow to compare trends and have multiple lines drawed.

Example :

        return $this->sumByMonths($request, Model::where('created_at', '>', Carbon::now()->subMonths(6)), 'amount')
            ->compareWith(Model::where('created_at', '>', Carbon::now()->subMonths(12)), 'amount');

The purpose would be to have multiple lines in the card with different colors to be able to compare easily different trends.

@bonzai bonzai added the request Feature Request label Jan 30, 2019
@bonzai bonzai closed this as completed Jan 30, 2019
@fgilio
Copy link

fgilio commented Sep 16, 2019

@bonzai was this issue closed by any particular reason? I think this would be a pretty useful thing to have

@davidhemphill
Copy link
Contributor

In order to keep this repository focused on bug reports, we auto-close feature requests and requests for help. Feel free to post your feature requests so others can discuss and add reactions. We'll keep an eye on them for later planning.

@fgilio
Copy link

fgilio commented Sep 17, 2019

Thanks for explaining David 👍

@bolechen
Copy link

+1

@vesper8
Copy link

vesper8 commented Oct 28, 2020

Is it at all possible to do multi-dataset line charts with the built-in nova trend metrics? or can this only be accomplished by using a 3rd party plugin?

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
request Feature Request
Projects
None yet
Development

No branches or pull requests

6 participants