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

201
Views
Google Line Chart change the color by value variation

I'm using Google line chart. I want to change the graph color change by the vAxis tick variation. For example...

case 1 : 0 <= value <= 20 , color : blue(Of course RGB code will input)
case 1 : 20 <= value <= 40 , color : green
case 1 : 40 <= value <= 60 , color : yellow
case 1 : 60 <= value <= 80 , color : orange
case 1 : 80 <= value <= 100 , color : red

function drawGChart(data, color, id) {
            var options = {
              animation:{
                duration: 600,
              },
              curveType: 'function',
              fontSize: 11,
              
              hAxis: {
                  textStyle: {
                    fontSize: 11
                  }
                },
              legend: { position: 'none' },
              series: {
                  0: { color: color },
                }
            };

            var chart = new google.visualization.LineChart(document.getElementById(id));

            chart.draw(data, options);
       }

data form is ["timeseries", "value"]. Is there any option can help me? Or, should I use another chart library?

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!