FR

Line chart

Use a line chart to show trends of continuous data over time.

Hovering over the chart displays more precise data. The chart units will not be included here as they are reflected on the chart’s axes.

Best practices

  • Limit each chart to 10 data series or fewer.
    • The more series, the more difficult it is to read the chart.
  • To identify a moment in time, add a band or guide.

Example: Two series line chart


                    [amcharts
  id="serial"
  data-type="time"
  data-group="DESIGN_LINECHARTS_C1"
  data-chartTitle="Title"
  data-subtitle="Subtitle"
  data-rightAxisTitle="Right axis title"
]
                

Example: One series step chart


                    [amcharts
  id="serial"
  data-type="time"
  data-group="DESIGN_LINECHARTS_C2"
  data-series0type="step"
  data-chartTitle="Title"
  data-subtitle="Subtitle"
  data-rightAxisTitle="Right axis title"
]
                
Change theme
Change theme