diff --git a/src/AppMenu.vue b/src/AppMenu.vue index 41f8dcb91..5a18aaecc 100644 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -109,6 +109,11 @@
A bar chart or bar graph is a chart that presents grouped data with rectangular bars with lengths proportional to the values that they represent.
+Different chart types can be combined in the same graph.
A doughnut chart is a variant of the pie chart, with a blank center allowing for additional information about the data as a whole to be included.
+A line chart or line graph is a type of chart which displays information as a series of data points called 'markers' connected by straight line segments.
+A pie chart is a circular statistical graphic, which is divided into slices to illustrate numerical proportion.
Polar area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.
+A radar chart is a graphical method of displaying multivariate data in the form of a two-dimensional chart of three or more quantitative variables represented on axes starting from the same point.
+