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

116
Views
Mostrar un punto si VictoryCandlestick OHLC tiene el mismo valor

Estoy tratando de descubrir cómo mostrar los puntos de XXXXX donde todos los valores abiertos, altos, bajos y cerrados tienen el mismo valor (solo una transacción en esa fecha).

imagen de ejemplo

 const Chart = (option) => { let { chartDataOHLC } = option; return ( <VictoryChart scale={{ x: "time" }} domainPadding={{ x: 10, y: 1 }} height={200} width={400} padding={{ top: 10, bottom: 25, left: 30, right: 10 }} style={{ data: { fontSize: 8, opacity: 1 }, labels: { fontSize: 8 }, parent: { fontSize: 8 } }} containerComponent={ <VictoryZoomContainer zoomDimension="x" /> } > <VictoryAxis style={{ tickLabels: { fontSize: 7 } }} /> <VictoryAxis dependentAxis orientation="left" style={{ tickLabels: { fontSize: 7 } }} /> <VictoryCandlestick data={chartDataOHLC} candleColors={{ positive: '#336d16', negative: '#ff0000' }} /> </VictoryChart> ); };
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!