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

334
Vistas
How to display points in Devextreme Charts?

I am using Devextreme Charts line chart component for my react project. I created a component that includes this line chart, and I display it 4 times. I have to display points on the chart but it display the points on just one of them and I do not know why? How can I solve it?

DuPont.js

<Row>
    <DuPontLineCharts
        title="Öz Kaynak Getirisi"
        firminfo={firminfo}
        />
        <DuPontLineCharts title="Net Kar Marjı" firminfo={firminfo} />
        <DuPontLineCharts
            title="Aktif Devir Hızı"
            firminfo={firminfo}
            />
        <DuPontLineCharts
            title="Varlığın Özkaynağa Oranı"
            firminfo={firminfo}
            />
</Row>

DuPontLineCharts.js

export default function DuPontLineCharts({ firminfo, title }) {
...
<Chart palette={color} dataSource={final}>
        <CommonSeriesSettings argumentField="label" type="line" />

        {label.map(function (item) {
          return (
            <Series key={item.value} valueField={item.value} name={item.name}>
              <Point symbol="polygon" visible={true} />
            </Series>
          );
        })}
        <Size height={120} />
        <Legend visible={false} />
        <Tooltip enabled={true} />
      </Chart>

And to be clear; example

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