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!
Hello, I'm using wpdatatable and its chart function to display nice set of data and it's quite good.
I'm having hard time configuring the chart so that i can invert y-axis only.
My y-axis is ranking and right now, it looks like it's descending as the ranking goes up.
there's an option to invert axes (simply swapping axes), but that's not really what i want because i just want y-axis to start from like 200 to 1.
i wonder if i'm not looking carefully enough to find that option and if so, could you point me out?
if such option is not available, can i ask where the actual chart file is stored in wordpress, so that i can manually access through ftp client and add css line:
yAxis: {
reversed: true,
......
},
Thank you
Also, I want to know if there's a way to put two or more tables or charts on same row.
like horizontally aligned.
i've tried several ways, turning resposive width on&off, separating each tables or charts in a div and floating them, but no avail.
Thank You
Hi stylemate,
Thank you for your purchase.
You don't need to change core files to make y-axis reversed. You can use wpDataChart callback to achieve this. You can find examples and usage on this link.
"Also, I want to know if there's a way to put two or more tables or charts on same row."
- Can you explain me this in more details because it is not to clear to me.