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
How can I create a horizontal bar chart using Chart.js? I can do it with Google Charts, but those have layout problems when I increase the height (previously reported). I can create vertical bar charts with Chart.js, but there is no "invert axis" option or any apparent way to switch to horizontal bars.
Hi Daniel.
If you don't see those options in the chart settings, that means that this library doesn't offer it out-of-the-box, and you would again need to use the wpDataChart callbacks to switch them around.
You can take a look at their documentation here, and hopefully it'll provide some useful info.
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
it is natively supported. Instead of type “bar,” it would be type “horizontalBar.”
Hello Daniel.
It may be natively supported in Charts.js, but not through the free library we're using.
All possible settings for the chart are located in the chart creation wizard, and to convert vertical bars to horizontal bars you will need to use wpDataCharts callbacks.
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
Thanks. I got it working with a callback. Here's the code in case anyone else wants to do the same:
Awesome Daniel!
Thank you for this.
I'll make a note of this, and add it to our FAQ section as soon as I have some time on my hands.
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