score:0

i'm not gonna try to write down the whole process because somebody else already did it https://dev.to/wiaio/implementing-a-chartjs-line-chart-in-your-angular-application-19d7

score:0

this is a line chart. your data is an array with values like [10000, 8000, 5000, 0] for your y-axis and your labels are in an array with values like [0, 15, 35, 60], representing the values for your x-axis with the y-axis-values.

for the rs. you need label-callbacks, and you need special ticks and stepsizes for your scales to display all ticks like you want them.

i think you can find all information you need with googling the names i gave you. if you have more questions, ask them here. but be more specific, a simple "do this for me" won't work here.


Related Query

More Query from same tag