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

361
Views
Set gradient color to line chart in plotly (js)

How can I set the line to gradient color? I would like to be the minimum value red and the maximum value green, and everything in between should be gradient.

This is my code for setting the data:

// setting the data for the graph
      this.graph.data = [{
        type: 'scatter',
        mode: 'lines',
        y: Array.from(this.dataForGraph.values()),
        x: Array.from(this.dataForGraph.keys()),
      }];

This is the graph related code:

  public graph: any = {
    layout: {
      width: this.eRef?.nativeElement.clientWidth,
      height: 400,
      plot_bgcolor: 'white',
      margin: {
        l: 60,
        r: 30,
        b: 30,
        t: 80,
      },
      xaxis: {
        type: 'date',
      },
      yaxis: {
        title: { text: "Load [MW]" },
        autorange: true,
      }
    },
    data: [

    ],
    
  };
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!