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!
We want to use a callback with HighCharts to dynamically change the chart height based on the number of series in the bar chart. This number could be anywhere from 1 to maybe 30 so a fixed height bar chart is not working so well. There are plenty of examples of how to do this when you are using HighCharts directly - but not when using HighCharts through wpDataTables. We have this code that we are using and know it is working for setting the height:
We just need a way to retrieve the number of series in the chart so we can use something like this to set the height:Is there a way to get the number of series through the callback?
Hello Randall
Honestly, I don't know if this can be achieved.
I believe there's a way, but I haven't used a callback like this, so I don't know exactly. I too would need to go through trial and error to get this right. I would love to help you out, but unfortunately I cannot do that since using hooks or wpdatatable and wpDataChart callbacks requires certain level of programming skills and included support refers only to advice.
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
So I was actually able to pull this off without a lot of effort when I realized the data table was on this page and it was possible to get the number of rows in that table (= number of series on the chart +1) by using:
Where "table_2" is the Id of the table in HTML. So hopefully someone else can benefit from this too.
Hey, that's great news, Randall
I'm sure others will have a use of this.
I know I will - I already saved this in my personal notes, and when I have the time, I'll add it to the FAQ section as well.
Thanks!
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