fbpx
Search
Close this search box.

Color changing line chart [tutorial]

Share

Facebook
Twitter
LinkedIn

Let’s learn how to create a color changing line chart using Excel. This is what we will create.

color-changing-line-chart

Looks interesting? Read on.

Why color changing line charts?

I will be honest. These charts offer no new information. The height of line already encodes the information we need. Color is merely an eye candy. But sometimes you may want some eye candy. If so, you can use this tutorial.

Let’s look at the data:

Let’s say we have some data for 3 months starting 1-SEP-2015 in a table like below. We need to add 3 extra columns – Before, Line & After as shown in the below picture.

color-changing-line-chart-data-and-calculations

What are these 3 columns?

  • Before: This is value – 1
  • Line: this is simply 1
  • After: We first calculate the maximum possible value (let’s say 160) and then subtract value from it. ie 160-value.

Create a stacked area chart from Before, Line & After data:

Select all three columns (before, line & after) and create a stacked area chart.

This is what we get:

color-changing-line-chart-step-1

Fill plot area with red yellow green gradient

color-changing-line-chart-step-2

  • Select plot area of the chart and fill it with a Red-Yellow-Green gradient (see below)

plot-area-fill-gradient

Fill colors in before, line & after series

  • Select before series and fill white color
  • Select after series and fill white color
  • Select line series and fill it with no color (ie make it transparent)

This is what we get:

color-changing-line-chart-step-3

Adjust vertical axis maximum

to 160 (or any other value as used in your calculations earlier)

At this stage, our chart looks like this:

color-changing-line-chart-step-4

Clean up and format the chart:

  • Adjust horizontal axis labels
  • Set up a chart title
  • Remove legend

Now, our color changing line chart is ready:

color-changing-line-chart

Download color changing line chart workbook:

Click here to download the workbook. Play with the chart settings & data to understand this chart better.

Would you use such a chart?

I find very few uses for this chart. Also, when creating this chart using area chart technique, we loose the ability to add grid lines (as they are covered by the white color filled areas).

What about you? Would you use color changing line charts? Please share your thoughts and suggestions in the comments section.

Few more ways to spruce up your line charts:

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Excel School made me great at work.
5/5

– Brenda

Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

letter grades from test scores in Excel

How to convert test scores to letter grades in Excel?

We can use Excel’s LOOKUP function to quickly convert exam or test scores to letter grades like A+ or F. In this article, let me explain the process and necessary formulas. I will also share a technique to calculate letter grades from test scores using percentiles.

14 Responses to “Color changing line chart [tutorial]”

  1. Desk Lamp says:

    Hi Chandoo,

    You can make the line a coloured gradient directly, without the use of area charts.

    See here: https://dl.dropboxusercontent.com/u/57487477/GradientChart.png

    🙂

  2. April Du says:

    One option is to keep the before (or the actual values?) as area chart with the gradient colouring.

  3. It helps when there are a few colors on the chart. For example green for profits and red for losses. Thanks for a tip!

  4. Haz says:

    Just make a line chart and then change the line color.

  5. Mike says:

    Would it be possible to change the color based on some other value? For example, if I wanted to chart a stock price and have the color change depending on the trading volume?

  6. Hi
    Is any one help me to insert values in ms access using vb macros since i'm able to insert values later i'm getting the error.

    Below is the syntax
    con.execute " insert into copper(EIN,Team_Members_Name,OUC) values('" & Worksheets("Copper").Range("L92").Value & "','" & Worksheets("Copper").Range("m92").Value & "','" & Worksheets("copper").Range("N92") & "')"

  7. saleem says:

    @chandoo
    I have done an Experiment the sensor give me a reading for every 1ms (temp value). I can not Change the sensor Settings. It means that i have rund exp for 16mints so 16*60*1000 = 960000 values so 960000 rows i get. I want to plot the graph for Temp vs Time.
    1) I Need to reduce the no of data Point
    2) how can i redice the no of rows
    3) I want that graph will Show value for 1sec

    I want to get the average value after 1sec. how can i do that I want to send you the file i am very new to excel

  8. Jelena says:

    Great post! I use Chart.js, which is JavaScript library for all my projects where charts are needed. It is very simple to use. I recently wrote a tutorial on how to create gradient line charts using Chart.js, you can read on my blog https://blog.vanila.io/chart-js-tutorial-how-to-make-gradient-line-chart-af145e5c92f9 . I hope someone will find it useful. 🙂

  9. Miguel says:

    Is it possible to have a line chart when there is negative values the line that goes negative (below the X axes) turns for example, red? and if the numbers turn positve that line turns green?

    Thanks,

    Miguel

  10. Tony says:

    Hi, How do i achieve this in power bi desktop

Leave a Reply