how to draw percentage bar graph javascript
I have this very useful chart but my problem the client want percentage label must display I have attach image below of what what I want. <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js"></script> <body> <canvas id="myChart" style="width:100%;max-width:600px"></canvas> <script> const xValues = ["Italy", "France", "Spain", "USA",…