DA0-001 • Practice Test 25
Free DA0-001 practice test — 15 questions with explanations. Set 25. No signup required.
Refer to the exhibit. A stakeholder complains that the line chart exaggerates the changes in sales. What is the most likely cause?
chart: {
type: 'line',
data: {
labels: ['Q1','Q2','Q3','Q4'],
datasets: [{
label: 'Sales',
data: [100,200,150,300]
}]
},
options: {
scales: {
y: {
beginAtZero: false
}
}
}
}