Trend Line Chart
You can review the usage below for trend line chart.
-
Gösterim: Son 12 Ay
-
Ölçüt: Skor
// Trend Line
createTrendLineChart('chartTrendLine',
['Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara'],
[42, 51, 47, 59, 63, 60, 68, 71, 66, 74, 78, 82]
);