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

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