Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

176
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda