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

208
Views
How to display start and end value in the chart?

I want to create a linear gauge with DevExtreme charts. I can get all data it is not the problem but start value and end value are not displaying. How can solve it?

my code

        <LinearGauge id="gauge" subvalues={thr_days_current}>
          <Geometry orientation="vertical" />
          <Scale
            startValue={thr_days_min}
            endValue={thr_days_max}
            tickInterval={thr_days_current}
          >
            <Tick color="#536878" />
            <Label indentFromTick={-10} />
          </Scale>
          <RangeContainer offset={1}>
            <Range
              startValue={thr_days_min}
              endValue={thr_days_current}
              color="#77DD77"
            />
          </RangeContainer>
          <ValueIndicator offset={20} />
          <SubvalueIndicator offset={4} type="circle" color="#00ff87" />
          <Tooltip enabled={true} />
        </LinearGauge> 

To be clear: description

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!