Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Analytics › WCFM PIE Chart
- This topic has 3 replies, 2 voices, and was last updated 4 years, 9 months ago by
ISOFake.
- AuthorPosts
- December 31, 2019 at 6:59 pm #100238
razagillani245
ParticipantHi,
I am using WCFM Frontend Mananger plugin, It displays the Grpah and PIE Chart in dashboard page. Currently the chart is showing 7days report by default. Is it possible to show the pie chart data from start to end by default not only for 7days or month or so. Please let me know. attached is a screenshot of what I am looking for.
Thanks…
Attachments:
You must be logged in to view attached files. - December 31, 2019 at 7:01 pm #100241
razagillani245
ParticipantPlease let me know on top priority basis as my site is live.
Thanks… - January 2, 2020 at 5:43 pm #100549
razagillani245
ParticipantAny Update on this?
- May 6, 2020 at 2:13 pm #127338
ISOFake
ParticipantHi,
Yep. It is possible.
To change the day, please find this file:
\wp-content\plugins\wc-frontend-manager\core\class-wcfm-non-ajax.phpAnd locate this code:
$query[‘where’] .= “AND posts.post_date >= ‘” . date( ‘Y-m-d’, strtotime( ‘-7 DAY’, current_time( ‘timestamp’ ) ) ) . “‘ “;Just change .date to your start date and it should be good to go.
Thanks
- AuthorPosts
- You must be logged in to reply to this topic.