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

329
Views
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
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!