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 think you must have received the same request before - maybe there is a way to color the negative bars in hi charts with a different color?
thanks!
Hello Dave
I am sorry to disappoint you, but unfortunately something like this is not possible with the plugin's built-in features.
For something like this, you would need to use wpDataCharts callbacks.
Available options can be found in Google Charts API, Highcharts API and Chart.js API (depending on which one you use). You can take a look at examples for each engine in our documentation, and also in our FAQ section. Huge number of examples can also be found on stackoverflow.com and jsffidle.net.
Please note that 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
thank you Aleksandar ...actually hi charts recommend the following way to color negative bars into a different color - can this be applied to your charts?
https://www.highcharts.com/forum/viewtopic.php?t=11919&__cf_chl_jschl_tk__=ac3b9fb7e641761982a350db38832994c051f602-1608981600-0-AS5wLzWc8TCGbMnjqrA5EmDmemwza9fROQr3LK25nyedRnK-DsZedeuCwinCqRI3I793ahweeE7hz5wEBGn-AUKwRJXYTQtGhr2tL8Ck3n5VCgjUjgU9K4dInCo4UZVgHEpxP6rvSVXsKaNcNeqQoHdrdPuzZx7veMBPg9x11kpi3_F8lrFmeG9FwgDXc1gC1UHCxNCqOpumlb4NDiKz4rw36TuShm5p-Qf4tR1Yo1RxmpLWzDnN5s-ClCe9CKFI1Enk2fd5NnjK8h4LhFyv2uogwIoJofgxGHNGJP1wrICJBD25b6Su3yhFtK8ti9vgxOCYXLRzFZCcq42CIdBDQs9ICCNiSg8aRv4xWPVnEjovMM02tNsGNqP3rY0NLCKJj94tWfuEjk0pM1ynzJQTPY4
Hi again Dave
Sure, if it works on jsfiddle, it can be applied through a callback as well. You can take a look at some examples on our documentation and in our FAQ, and see how those xAxis, Categories, series, etc are applied through a callback.
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
Thank you - can you help us change the negative bars to a single chart??? this is really mission critical functionality for us!
I am sure you have a ready made hicharts callback script which colors negative bars in red? we can add such as a custom js on a page as you showed in another ticket
Unfortunately no, Dave.
Callbacks that were tested by us are located in the FAQ section, under "Charts", and we don't have an example of what you're looking for to achieve. If I had anything similar I would've shared it with you.
Like mentioned before, wpDataChart callbacks are not included in the provided support for the plugin, so we don't have a lot of examples.
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
Why do you start all threads with unfortunately? this is truly hard for you to create? we paid for premium support and were expecting some code help - we only need to have the negative bars i na bar chart to be red - this is beyond difficult to achieve?
can this be modified to change bars to red? how do we specify negative bars in this code? please help
Hello again Dave
You need to understand that writing custom wpDataChart callbacks (or any code, for that matter) is not included in the provided support for the plugin.
It's mentioned when you access this support platform:
It's mentioned in our documentation about wpDataChart callbacks:
And I mentioned it to you a few times already. So again, unfortunately I can't create a custom callback for you. That's not included in the support provided for the plugin.
The callback you shared in your last response is for a pie chart, and applying different colors on a bar chart is different; applying it to negative bars is different from the callback used for a basic bar chart.
We would offer our paid customization services for this, but our developers are very busy at the moment, working on some priority tasks and fixing bugs and issues with our plugins, so they won't be having the time for custom work in the near future.
But we can recommend these services for customization:
https://codeable.io/?ref=l1TW1
https://wpkraken.io/?tms-plugins
They do develop such solutions, so can you please send your inquiry to them?
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
Hello again - if there a larger collection of examples for bar charts??? you show only 2 examples per rendering engine
Everything we've created has been added to the documentation page, or in the FAQ section.
Most of those callbacks were added when we had time to accept custom work, but since we don't have time for that (and we probably won't for another few months), we no new callback examples are added in there.
We don't know every option that can be used, and we too have to go through the API libraries ourselves, often checking how a segment is changed in jsfiddle before figuring out how it can be applied in the callback. There are a lot of examples in jsfiddle and on stackoverflow.com, so my advice would be to check there as well.
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