Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
password: charts
Hi,
I don't understand how it works.
I want a chart with $ (for Y) and kilometers (for X) and a linebar.
my table must be poorly constructed. I have prices from 1 to 24 hours.
for example, for 1 hour and 0 kilometers, the porix is 1.95, for 1 hour and 5 hours the price is 3.35 etc.
I do not know how to do.
In addition, I would like to add ranges slider
0 to 1000 kilometers and 1 to 24 hours
My table:
https://docs.google.com/spreadsheets/d/1AwR5u6XCOmkdip3xEHigtvfdEFsxVpuIBjHkHULqih4/edit#gid=0
Hi David
Thank you for reaching out to us.
Depending on the chart type you would like to use you can have a look at our documentation how each chart type is constructed.
You need to play around with the table structure to display the data in the desired way but please have a look at these links that can help you achieve what you need
https://wpdatatables.com/documentation/wpdatacharts/google-charts/
https://wpdatatables.com/documentation/wpdatacharts/highcharts/
https://wpdatatables.com/documentation/wpdatacharts/chartjs/
If you need to show the filters, you would first need to disable the following in table settings:
"Show X entries" drop-down; "Info Block" from Display tab:
"Enable main search block" from Sorting and Filtering tab:
And "Table Tools" from Table Tools tab:
Then, you can hide the table, leaving the filters above the chart like this:
And that's it. This is how you'd create a page where you'd have Chart #1 dependent on wpDataTable #1 so it follows filtering, and the table hidden using CSS.
The screenshots are from an older version of wpDataTables, but they still apply.
Hi,
thank you but I poorly expressed myself on what I wanted. (see attachment)
I want a chart with $ for X and km for Y. Also, i want 2 range slider: 1 for hours (0 to 24) and 1 for km (0 to 1000).
How do i do that?
I will hide the table after
Thank you
Hi David
Do you mind sending us the source file from which the table was created as we would need to have a closer look at the data and play around with it to get the desired result. The range sliders can only come from the table so after we get the chart to display what you need then you would hide the table and leave those two filters visible.
Hello David
We're glad to hear you're getting it right, and we apologize for the late responses - we have been experiencing an unusually high number of tickets. Your patience is highly appreciated.
All these points that bother you can't be fixed with the plugin's built-in options, but instead you'd need to use wpDataCharts callbacks.
For example, changing the number format and adding "km" to a tooltip can be seen here.
Adding labels to Y-axis is demonstrated here.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
Hi,
Your plugin is not complete, i'm not satisfied. You purpose a half solution and your support is bad.
Hi David
We are sorry to hear that. In situations where the desired result cannot be achieved using the plugin's builtin features we can only try and provide you with a solution. I really wish there is more we can do in this situation but it simply goes beyond us.
If there is anything else we can assist you with do let us know.
Hi David
1. The desired number format in wpDataTables is selected which converts the value entered in Google sheets. And the currency symbol is added as a prefix in the column settings.
2. The currency symbol cannot be transferred over to the chart, and the column type is integer from the start.