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

169
Views
Markpoint symbol echarts

Problem

I use echarts to generates some graphs and I want to add symbols for certain events, I did it for min and max values of my chart however it give a symbol by default I was wondering whether I can change this symbol to another one or even add my own symbols.

My Attempt

I used this in my code:

      markPoint: {
        data: [
          { type: 'max', name: 'Max' },
          { type: 'min', name: 'Min' }
        ]
      }

It looks like this

enter image description here

about 4 years ago · Santiago Gelvez
1 answers
Answer question

0

After looking up some example I found out that doing something like this could solve the problem:

      markPoint: {
        data: [
        { type: 'max', symbol: 'circle', name: 'Max' },
        { type: 'min', symbol: 'circle', name: 'Min' }
        ]
      }

for the symbol types available I tried: 'circle'-'rect'-'triangle'. However, I couldn't find a way to add my own symbol and use it.

enter image description here

about 4 years ago · Santiago Gelvez 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!