Creating a Basic Bar ChartStep 1: Include the Required JavaScriptStep 2: Set Aside a <div> Element to Hold the ChartStep 3: Define the DataStep 4: Draw the ChartStep 5: Fix the Vertical AxisStep 6: Fix the Horizontal AxisStep 7: Adjust the StylingStep 8: Vary the Bar ColorStep 9: Work Around Flotr2 “Bugs”Plotting Continuous Data with a Line ChartStep 1: Define the DataStep 2: Graph the CO2 DataStep 3: Add the Temperature DataStep 4: Improve the Chart’s ReadabilityStep 5: Clarify the Temperature MeasurementsStep 6: Label the ChartStep 7: Work Around Flotr2 “Bugs”Emphasizing Fractions Using a Pie ChartStep 1: Define the DataStep 2: Draw the ChartStep 3: Label the ValuesStep 4: Work Around Flotr2 “Bugs”Plotting X/Y Data with a Scatter ChartStep 1: Define the DataStep 2: Format the DataStep 3: Plot the DataStep 4: Adjust the Chart’s AxesStep 5: Label the DataStep 6: Clarify the X-AxisStep 7: Answer Users’ QuestionsStep 8: Work Around Flotr2 “Bugs”Adding Magnitudes to X/Y Data with a Bubble ChartStep 1: Define the DataStep 2: Create a Background for the ChartStep 3: Plot the DataStep 4: Add the BackgroundStep 5: Color the BubblesStep 6: Adjust the Legend StylesStep 7: Work Around Flotr2 “Bugs”Displaying Multidimensional Data with a Radar ChartStep 1: Define the DataStep 2: Create the ChartStep 3: Work Around Flotr2 “Bugs”Summing Up