Hi @Kj311,
I am going to go through the steps to add the graphs to the dashboard from basic tutorial 1.2 starting with step 2.
Once you have created a dashboard as shown in step 1, there are two ways that you can accomplish step 2. The first way is by using the pins in the statistics section of your "waiting line" queue. This creates a content vs time graph. You can change the name in the properties tab on the right side of the screen. The second way is by going to the dashboard library and selecting a line chart from the expanded options for the content graphs

When you run your model you should get a graph that looks like the one below.

Now we can move to step 3.
To create the desired wait time graphs you can either use the pin button on the "Waiting Line" queue, or drag out staytime graphs from the library. Either way, you will need to select a bar graph and a table. If you pull the graphs from the library you will just need to make sure to select the waiting line queue with your sampler. With the table that you create, you can remove the minimum staytime and column headers in the properties section as shown below.

Once you have added the graph and table and edited them as you want, you can run the model. The graphs should look similar to the ones shown below.

Now we can move to step 4.
Statistics collectors are the most difficult parts of stats collection in FlexSim, and because of that I am not going to explain how to use them. However, I have included a link to the stats collector tutorials that explain them in more depth. Instead I am going to go over how to make the throughput charts created in step 4.
https://docs.flexsim.com/en/22.0/Tutorials/AdditionalTools/Tutorial2StatsCollector/StatsCollectorOve...
To create the throughput graphs, all you need to do is add an output bar graph and an output table to your dashboard. Once they are placed you can use the sampler tool to select both your happy and unhappy customers sinks. Once you run your model the graphs should look similar to the ones below.

In Step 5 you will make a state chart. This shows the different states that a fixed resource or task executor is in during a model run. To create one you can once again either use the pin button in the statistics section for the resource you want to graph, or drag a state chart from the dashboard library and then select what resource you want to sample. You can then run your model and watch the graph update. It should look similar to the one below.

Hopefully this helps walk you through how to create the different graphs in Basics Tutorial Task 1.2