-
Notifications
You must be signed in to change notification settings - Fork 118
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
Something went wrong #96
Comments
@Zaibali9999 could you help reproduce? What is your data, and what are the parameters of your chart? |
$settings1 = [
'chart_title' => 'Blocked',
'chart_type' => 'line',
'report_type' => 'group_by_date',
'model' => 'App\ Model ',
'group_by_field' => 'created_at',
"group_by_period" => "day",
"aggregate_function" => "sum",
'conditions' => [
['name' => 'status', 'condition' => 'status = "Blocked"',
'color' => 'red', 'fill' => false],
],
];
$settings2 = [
'chart_title' => 'Bypassed',
'chart_type' => 'line',
'report_type' => 'group_by_date',
'model' => 'App\Model',
'group_by_field' => 'created_at',
"group_by_period" => "day",
"aggregate_function" => "sum",
'conditions' => [
['name' => 'status', 'condition' => 'status = "Bypassed"
', 'color' => 'green', 'fill' => false],
],
];
$chart = new LaravelChart($settings1,$settings2);
…On Sun, Feb 26, 2023 at 5:34 PM PovilasKorop ***@***.***> wrote:
@Zaibali9999 <https://github.com/Zaibali9999> could you help reproduce?
What is your data, and what are the parameters of your chart?
—
Reply to this email directly, view it on GitHub
<#96 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APUOQXFXDQZMP6HXLUEJ7ETWZNSVTANCNFSM6AAAAAAVIPYCTY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Zaibali9999 could you also prepare the migration/seed of the data, so we could reproduce it on our end? |
Actually I'm working on SQL and XSS payloads |
@Zaibali9999 well if I can't reproduce exactly the same situation, I can't help you with debugging it, sorry. |
Thank you so much for reply
can you please share your email so i can share information there
…On Wed, Mar 1, 2023 at 7:50 AM PovilasKorop ***@***.***> wrote:
@Zaibali9999 <https://github.com/Zaibali9999> well if I can't reproduce
exactly the same situation, I can't help you with debugging it, sorry.
—
Reply to this email directly, view it on GitHub
<#96 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APUOQXGNDQIXPNZTGYNOETLWZ3ISXANCNFSM6AAAAAAVIPYCTY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
[email protected] |
Sometimes dates are not showing and counting is also wrong
The text was updated successfully, but these errors were encountered: