It is not clear what sort of chart you want, and given the vagueness of your data, it is unclear what sort might be suitable.
Are all your ages unique i.e. is there a one-to-one relationship between age and height?
Are all these values from the same event or different events?
Have these values been extract (with rex?) into name and value fields?
Are there other values in the events with which can be used to split the data into different series? This isn't strictly required but it might help determine an appropriate solution.
Please provide more precise detail on what it is you are trying to do.
Hey @splunktrain9,
You can create a chart with functions like values() and group it by age field. These can be achieved since using rex also, the fields will be created and can be used in charts. Your query should look something like below:
<your query>
| chart values(height) as height by age