Forum Discussion

indu's avatar
indu
Helper II
9 years ago

Gauge chart

 

HI,

 

How to prepare above chart.

COuld you pease give me some suggestions.

10 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Indu,

     

    What is your goal with having this visualization?

     

    • indu's avatar
      indu
      Helper II

      I want to see data percentage of male and female.In chat Legend is famele and male.data labels in percantage.

      So which chart should we take?

      • Anonymous's avatar
        Anonymous
        Not applicable

        I would simply use either donut chart or pie chart. I generally dislike the gauge chart. Let me know if using donut or pie chart is better. If you insist on using the gauge chart, I can also help you with that.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi indu,

     

    Current gauge chart not support this feature. I think you can post this requirement to ideas forum.

     

    Regards,

    Xiaoxin Sheng

  • this is an excellent walkthrough of how to do it using plotly in R. All you'll need to do is change the bit that says

     

     

    values = c(50, 10, 10, 10, 10, 10),

    labels = c("Error Log Level Meter", "Debug", "Info", "Warn", "Error", "Fatal"),

     

    to be the the values for male/female and the labels you desire (if you need help getting this data out I would suggest starting a new question with a dump of your data).