As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
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.