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!
Hi,
how exactly can I set up a gauge chart which works like the one on this website: https://public.tableau.com/app/profile/phdata/viz/GaugeChartTemplate/Dashboard1
You also mention this in your article under: https://wpdatatables.com/gauge-charts/
The gauge chart in wpDataTables is very basic, I need to set multiple levels, different background colors to the levels and individual legends. A half circle gauge is fine, but it can also be linear.
As there is no function in wpDataTables I found to make this, is there extra code I can use, like a Callback?
Regards,
Andreas
PS: Is there a field where I can add options like these?
var options = {
width: 400, height: 120,
redFrom: 60, redTo: 80,
yellowFrom:40, yellowTo: 60,
greenFrom:18.5, greenTo: 40,
minorTicks: 5,
max: 80,
animation: {
duration: 1000,
easing: 'out'
}
};
Attached files: gauge.jpg