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

109
Views
Show current date on apexchart rangeBar

I have a rangeBar apexchart chart. When I zoom in I can see the bars for specific time, but I want to know in which date this time is on. Currently when I am zooming in to on day range it's imposible to know in which day I am currently on.

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You could display your date as an annotation on your x or y axis.

Here is how you could do it in your chart options (on the x axis so displayed vertically on your chart) :

annotations: {
                xaxis: [
                    {
                        x: new Date().getTime(),
                        borderColor: '#00E396',
                        label: {
                            borderColor: '#00E396',
                            style: {
                                color: '#fff',
                                background: '#00E396'
                            },
                            text: "Today"
                        }
                    }
                ]
            }
about 4 years ago · Juan Pablo Isaza Report
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!