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

72
Views
Map of the continuous motion of the X and Y coordinates

Could you help me how to display my existing X and Y coordinates in this area? the x and y above it work fine, i want to transfer it here

        <div>

            <h3 style="text-align: center;">X:<span id="posX"></span></h3>
            <h3 style="text-align: center;">Y:<span id="posY"></span></h3>

        </div>

        
    </body>

    
    <canvas id="myChart" width="500" height="150"></canvas>



  const plot = document.getElementById('myChart').getContext('2d');
  const myChart = new Chart(plot, {
      type: 'scatter',
      data: {
          datasets: [{
             label: 'MOVING',
             data: ?
         }],
     },
     options: {
     scales: {
         yAxes: [{
             ticks: {
                 beginAtZero: true
            }
       }]
    }
 }

});

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!