Skip to main content
1-Visitor
July 29, 2016
Solved

display the how to display month name on X Axis and Percentage of relative humidity on y axis

  • July 29, 2016
  • 1 reply
  • 1580 views

I am trying to calculating the humidly , Hence i am using the label chart to display the data .

As part of my project i need to display the month name on X Axis and Percentage of relative humidity on y axis

ex: in the month of JAN (X AXIS) Percentage of relative humidty (60%)

Please and kindly tell me the best chart to use to display my data and how to get the month name at my x axis

Best answer by alexe1

Label chart seems like a fine way to go. Its pretty straightforward if your service to aggregate the data returns an infotable with a datashape that has both a String (month name) and Number (humidity) field. The label chart lets you choose the x-axis field in the properties window.

1 reply

alexe11-VisitorAnswer
1-Visitor
July 29, 2016

Label chart seems like a fine way to go. Its pretty straightforward if your service to aggregate the data returns an infotable with a datashape that has both a String (month name) and Number (humidity) field. The label chart lets you choose the x-axis field in the properties window.