Hey everyone!
With the holiday season upon us, we want to share our upcoming working hours:
- New Year: Our team will be off on January 1st and 2nd. We’ll be back on Friday, January 3rd, to respond to any messages received during this time.
- Weekend: As usual, we don’t work on weekends, so January 4th and 5th will also be non-working days.
- Orthodox Christmas: Our office will be closed on Monday and Tuesday, January 6th and 7th for the holiday.
After that, we’ll return to our regular schedule and assist you as quickly as possible.
In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find tons of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel), which might just have the answers you need while we’re away.
Thanks a bunch for your understanding and support!
Warm regards and happy holidays!
TMS
There is a lot of data displayed in the chart. I want to know how to add a filter for a specific time period in the chart
Thanks
Attached files: لقطة شاشة 2023-10-07 134307.png
Hello,
Sorry for the delayed reply.
-
If i understand, you wish to be able to filter this Chart on the Page on the Date Range?
It is not possible to add a filter to the Chart itself,
but there is a workaround how you can achieve this.
By default, the charts will not follow any filtering from their source table if you just put the chart "on its own" on the page.
But If you place the source table together with its chart on the same page,
and activate " Follow Table filtering" on the chart Wizard settings, it is going to follow any filtering/sorting you do on the table.
-
Now, depending if you wish to hide the table and have a filtering for Charts, we can have two workarounds available.
1. If you wish to hide the entire table along with table filters;
you can add this CSS to the table's back-end settings/Customize/Custom CSS.
This will completely hide the table from the page, but you can still pass the table shortcode with the chart, and you will get the "follow table filtering" effect on this chart.
2. Or if you wish just to hide the table while leaving the filters with the chart,
we would first need to disable the following in the table settings:
"Show X entries" drop-down; "Info Block" from Display tab:
Then, "Enable main search block" and "show filters in a form above the table" from the Sorting and Filtering tab:
Then, you can add this CSS in the table settings/Customize/Custom CSS:
That will just leave the chart visible with the filters on the page,
if you pass both table and chart shortcodes.
Let me know if that helps.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thanks for the reply, the solution worked