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

275
Views
How to implement this bubble piechart?

I need to implement this:

screenshot

Honestly I don't have any idea how to google this. I'm looking for a Vue/Nuxt solution or any hints in general on how to implement this.

EDIT: Sorry for bad question i guess. I was not asking for tutorial on how to do circle. I needed to do different charts using API. For anyone else looking for this i found Bubble Cloud Chart in vue-graph

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Using simple CSS:

#pie {
  width: 100px;
  height: 100px;
  
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50%;
  background-color: #F3F3F4;
  
  
  /* Center text */
  display: flex;
  justify-content: center;
  align-items: center;
}
<div id="pie">
  <p>32%</p>
</div>

about 4 years ago · Juan Pablo Isaza Report
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!