function (cnt) {
return new Chart(cnt).Line({
labels: mkRange(52),
datasets: [
{
label: "МВС-100К",
fillColor: "rgba(27,76,116,0.5)",
strokeColor: "rgba(27,76,116,1)",
pointColor: "rgba(27,76,116,1)",
pointStrokeColor: "rgba(27,76,116,0.5)",
pointHighlightFill: "#fff",
pointHighlightStroke: "rgba(27,76,116,1)",
pointDotRadius: 3,
pointHitDetectionRadius: 3,
data: [87.51, 92.742999999999995, 92.808000000000007, 95.453999999999994, 95.712999999999994, 94.513000000000005, 94.81, 96.126999999999995, 92.878, 92.52, 94.972999999999999, 90.603999999999999, 95.233999999999995, 94.44, 93.414000000000001, 93.849000000000004, 95.497, 92.861999999999995, 95.024000000000001, 93.185000000000002, 96.287000000000006, 96.387, 91.35, 90.353999999999999, 95.078000000000003, 94.855999999999995, 76.784999999999997, 92.299000000000007, 95.588999999999999, 92.442999999999998, 95.197000000000003, 94.59, 93.405000000000001, 88.805000000000007, 95.242999999999995, 92.546000000000006, 95.123000000000005, 93.78, 91.34, 96.546999999999997, 94.379000000000005, 69.581999999999994, 0, 85.478999999999999, 91.153000000000006, 94.662999999999997, 94.361999999999995, 93.387, 93.081999999999994, 93.822999999999993, 92.153999999999996, 92.841999999999999]
},
{
label: "МВС-10П",
fillColor: "rgba(122,205,119,0.5)",
strokeColor: "rgba(122,205,119,1)",
pointColor: "rgba(122,205,119,1)",
pointStrokeColor: "rgba(122,205,119,0.5)",
pointHighlightFill: "#fff",
pointHighlightStroke: "rgba(122,205,119,1)",
pointDotRadius: 3,
pointHitDetectionRadius: 3,
data: [90.956999999999994, 90.948999999999998, 91.597999999999999, 95.444000000000003, 93.358999999999995, 91.078999999999994, 93.26, 93.9, 88.980999999999995, 90.058000000000007, 87.197000000000003, 93.320999999999998, 92.528000000000006, 93.39, 89.503, 89.738, 87.356999999999999, 91.858000000000004, 90.384, 86.685000000000002, 89.366, 90.352999999999994, 88.570999999999998, 88.917000000000002, 90.763000000000005, 88.335999999999999, 88.08, 92.165000000000006, 94.712000000000003, 87.909000000000006, 88.488, 72.977000000000004, 87.037999999999997, 89.549000000000007, 87.022000000000006, 85.816999999999993, 89.241, 86.332999999999998, 80.278999999999996, 86.82, 91.304000000000002, 88.509, 86.766000000000005, 73.245999999999995, 75.668999999999997, 88.322999999999993, 92.355999999999995, 91.816999999999993, 91.197999999999993, 88.882999999999996, 91.097999999999999, 89.438999999999993]
}]
},
{
responsive: true,
animationSteps: 20
})
}