We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
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.