I am new to FME, so please accept my apologies if this is a confusing or stupid question!
I have a CSV file containing weather model data, specifically tropical storms and their associated intensity (max wind speed) forecasts at 6-hour intervals.
Each storm ID has a set of "member numbers" which refers to a perturbation of the weather model to produce a range of outcomes. What I want to do with this data is plot a time series of each member_number (line chart) showing time_step on the x-axis and max_wind on the y-axis, for each stormID. So in the example data, I want one chart for StormID "16W" with lines for each member number (1 to 52) showing wind speed over time, another chart for StormID "70W" and so on... The goal is for it to look something like this (this is a different data set, just using it as an example for the look I'm after)...
This is my first time using ChartGenerator, and I was able to make the chart below, but it takes every member_num as one continuous series rather than showing 52 separate lines. I see the option to plot multiple data series under parameters in ChartGenerator, but am not sure how this will help me do what I need to do. I will eventually need to figure out how to randomly color the lines, but for now I'll be happy just to separate them!