Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

201
Views
progress bar with inner shadow

I have circle progress bar code with html & css, I would like to grey circle with inner shadow and circle progress bar starting and end with rounded, I have attached the image for reference, please help.

enter image description here

Highcharts.chart('container1', {
            title: {
                text: ''
            },
            subtitle: {
                text: `<div style='font-size: 40px;color:#17A0A7!important;' >@ViewBag.FinalPer% </div> <span class='description-institute'> COMPLETED </span>`,
                align: "center",
                verticalAlign: "middle",
                style: {
                    "textAlign": "center"
                },
                x: 0,
                y: -2,
                useHTML: true
            },
            series: [{
                type: 'pie',
                colors: [
                    '#ffc20e'
                ],
                enableMouseTracking: false,
                innerSize: '80%',
                dataLabels: {
                    enabled: false
                },
                data: [{
                    y: @ViewBag.FinalPer
                }, {
                    y: 100-@ViewBag.FinalPer,
                    color: '#e3e3e3'
                }]
            }]
        });
<script src="https://code.highcharts.com/highcharts.js"></script>
                                <div style="width:300px;height:400px;  margin-top: -150px;margin-bottom:50px">
                                    <div id="container1" style="height:540px;"></div>
                                </div>

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!