Hi @Kalpana ,
As far as I think,you have wrong with the format of two yaxis. You need do like this:
scales: {
yAxes: [{
id: 'y',
type: 'linear',
position: 'left',
beginAtZero: true,
}, {
id: 'y1',
type: 'linear',
position: 'right',
ticks: {
max: 10000000,
min: 0
}
}]
}
Best regards,
Yijing Sun
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.