- Posts: 45
- Thank you received: 0
orders graph
14 years 8 months ago - 14 years 8 months ago #34555
by slydog
orders graph was created by slydog
Last edit: 14 years 8 months ago by slydog.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #34595
by nicolas
Replied by nicolas on topic Re: orders graph
Please change the line:
$current_day = sprintf('%03d',date('z',$date))+1;
to:
$current_day = sprintf('%03d',date('z',$date)+1);
in the file administrator/components/com_hikashop/views/dashboard/view.html.php and that should solve the problem.
$current_day = sprintf('%03d',date('z',$date))+1;
to:
$current_day = sprintf('%03d',date('z',$date)+1);
in the file administrator/components/com_hikashop/views/dashboard/view.html.php and that should solve the problem.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #34639
by slydog
Replied by slydog on topic Re: orders graph
It helps. Thanks.
Please Log in or Create an account to join the conversation.
14 years 8 months ago - 14 years 8 months ago #34680
by slydog
Replied by slydog on topic Re: orders graph
How to make the day changes in 00:00 instead of 22:00 (or smth like this)

my timezone +2 GMT
my timezone +2 GMT
Last edit: 14 years 8 months ago by slydog.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #34738
by nicolas
Replied by nicolas on topic Re: orders graph
Timezones are not taken into account for the graph calculations. It's kind of complex to handle them as the system is different between the different versions of Joomla and it doesn't have a big impact on the stats so that's why we didn't bother.
We'll add that to the todo list
We'll add that to the todo list
Please Log in or Create an account to join the conversation.
14 years 8 months ago #34778
by slydog
Replied by slydog on topic Re: orders graph
Understood, thanks.
Please Log in or Create an account to join the conversation.
14 years 8 months ago - 14 years 8 months ago #34794
by slydog
Replied by slydog on topic Re: orders graph
Can I change sizes of that graph?
Last edit: 14 years 8 months ago by slydog.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #34798
by nicolas
Replied by nicolas on topic Re: orders graph
No the widgets size is fixed.
In the future we want to add a reporting tool where you will have bigger graphs than the dashboard which is just to have quick glance on how your business is doing
In the future we want to add a reporting tool where you will have bigger graphs than the dashboard which is just to have quick glance on how your business is doing
Please Log in or Create an account to join the conversation.
14 years 8 months ago #34947
by slydog
Replied by slydog on topic Re: orders graph
I ask because in my language I do not see the number of orders per day.
Long name of the month.
Long name of the month.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #34948
by nicolas
Replied by nicolas on topic Re: orders graph
Well I don't have a solution for now, but we'll have a reporting tool, it's already on the todo list.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #34949
by slydog
Replied by slydog on topic Re: orders graph
Thanks anyway.
Solved the problem with CSS.
Here is the solution:
div#chartDiv1 {
width: 350px !important;
}
div#chartDiv1 embed {
width: 350px;
}
Solved the problem with CSS.
Here is the solution:
div#chartDiv1 {
width: 350px !important;
}
div#chartDiv1 embed {
width: 350px;
}
Please Log in or Create an account to join the conversation.
Time to create page: 0.302 seconds