Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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
Solved! Go to Solution.
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.
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.