CopyPastor

Detecting plagiarism made easy.

Score: 0.8027534484863281; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2024-10-05
by FloPinguin

Original Post

Original - Posted on 2021-06-17
by Mahamudul Hasan



            
Present in both answers; Present only in the new answer; Present only in the old answer;

For 4.4.4 it is: ``` options: { scales:{ x: { border: { display: false, } }, y: { border: { display: false, } } } }
**For Chartjs version 3.3.2 this works for me**
var barChart = new Chart(ctx,{ type: 'bar', data: data, options: { scales: { y: { grid: { drawBorder: false, // <-- this removes y-axis line lineWidth: 0.5, } } } } });

        
Present in both answers; Present only in the new answer; Present only in the old answer;