Holiday Notice – Support Unavailable on April 18 and April 21

We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!

In the meantime, if you need any help, feel free to:

Amelia YouTube Channel

wpDataTables YouTube Channel

Thank you for your understanding, and we wish you a wonderful holiday weekend!

Okay
  Public Ticket #3956156
How to set up a gauge chart
Open

Comments

  • Andreas started the conversation

    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