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

233
Views
Hide data point values in chart js

I have customized the points on the line graph using chart js, but for some reason, the points show the actual values in the background.
How can I hide them Here is the picture for your reference enter image description here

Here is my data config


const data = {
  labels: labels,
  datasets: [
    {
      label: "b",
      data: [65, 59, 80, 81, 56, 55, 40],
      borderColor: "#16ac85",
      borderWidth: 2,
      lineTension: 0,
      /* point options */
      pointBorderColor: "#16ac85",
      pointBackgroundColor: "white",
      pointBorderWidth: 2,
      pointRadius: 5,
      pointHitRadius: 10,
      pointHoverRadius: 10,
      pointHoverBackgroundColor: "white",
      pointHoverBorderColor: "#68c9b0",
      pointHoverBorderWidth: 5,
      fill: true,
    },
    {
      label: "n",
      data: [28, 48, 40, 19, 86, 27, 12, 90],
      borderColor: "#d2efe7",
      backgroundColor: "rgb(247, 252, 2, 0.5)",
      borderWidth: 2,
      lineTension: 0,

      /* point options */
      pointBorderColor: "#16ac85",
      pointBackgroundColor: "white",
      pointBorderWidth: 2,
      pointRadius: 5,
      pointHitRadius: 10,
      pointHoverRadius: 10,
      pointHoverBackgroundColor: "white",
      pointHoverBorderColor: "#68c9b0",
      pointHoverBorderWidth: 5,
    },
  ],
}
about 4 years ago · Santiago Gelvez
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!