How to Change Chart Colors in Google Sheets
Last Updated :
23 Jul, 2025
Visualizing your data with charts in Google Sheets is an effective way to communicate information clearly. However, by default, the colors of the chart might not always align with your preferred aesthetic or data categorization. Changing the colors of your charts in Google Sheets can not only improve their visual appeal but also help to highlight key data points, making them easier to interpret.
In this guide, we'll walk you through how to change chart colors in Google Sheets and how you can modify chart colors based on cell values to make your data representation more dynamic and meaningful.
How to Change Chart Color in Google Sheets
Follow the below steps to Change Chart Color in Google Sheets:
Step 1: Open your Google Sheets document
Go to your web browser open Google Sheets, login into your Google account.
Step 2: Select the Chart
Select the Chart you want to edit by double-clicking on it. If you want to learn how to insert chart in Google Sheets.
How to Change Chart Color in Google SheetsStep 3: Open the Chart Editor
To change the color of our Chart we first have to open the Chart Editor. To open Chart Editor - Double click on the chart to see the Chart Editor section in the right corner or,
Click on the chart ->Click on the 3 dots on the top right corner of the chart-> Click on Edit the Chart.
Note: You'll see a Chart Editor in the right side of the screen. Chart Editor is a tool in Google Sheets which is used to customize the appearance and setting of the chart you create within your spreadsheets. Chart Editor provided a user-friendly interface where we can modify the - design, layout, colours, labels and more.
How to Change Color in Google Sheets
How to Change Chart Color in Google SheetsStep 4: Customize the Chart colors
After opening the Chart Editor we'll have to open the Customize tab in Chart Editor. Click on Customize Tab -> Click on Series.
How to Change Chart Color in Google SheetsStep 5: Select the Series
Series refers to the group of related data that are graphically represented in a chart. Each series represents a set of data that we want to compare or analyze. For example, if we are creating a bar graph representing the amount of sales in different years then the amount of sales in each separate year will be a separate series in the graph.
To select the Series - Click on Apply to all Series and select the series whose color you want to change (In my case I have selected the Rishab Sales)
How to Change Chart Color in Google SheetsStep 6: Choose a Color
Below the Select bar you will see a Format section -> Click on Fill Color and Select the color for your series, you can either choose from the color palettes or use a custom color.
How to Change Chart Color in Google SheetsStep 7: Apply and Save the Changes
After adjusting the color you will see the colors of the graph will automatically change, now you use the same steps to change the color of all the Series in your graph accordingly.
How to Change Chart Color in Google SheetsStep 8: Review your chart.
The Chart will now reflect a new color scheme which you choose and if you're satisfied with the color scheme of the chart you can close the Chart Editor.
How to Modify Google Sheets Chart Color Based on Cell Value
In Google Sheets, you can't automatically link chart colors to cell colors directly. However, you can achieve a similar effect through below steps:
Step 1: Prepare Your Data
Ensure your data is well-organized in a Google Sheets table. Add a column with the condition or value that determines the color of the chart.
Step 2: Set Conditional Formatting (Optional)
Highlight the data range. Go to Format > Conditional formatting. Set rules based on your conditions (e.g., “If value > X, make it red”).
Step 3: Insert a Chart
Highlight your data and go to Insert > Chart. Choose the desired chart type (e.g., bar, line, or column chart).
Step 4: Modify Chart Colors
Click on the chart and select the three dots in the top-right corner. Click Edit chart to open the Chart Editor. Go to the Customize tab and select Series or Color options. Manually assign colors based on the conditions in your data.
Step 5: Use Helper Columns for Dynamic Colors
Create “helper columns” that include values only when certain conditions are met. For example, create separate columns for “Red,” “Blue,” and “Green” values. Map these columns to different series in the chart.
Step 6: Link Chart Colors to Conditions:
Assign colors to each series in the Customize > Series menu of the Chart Editor. Ensure each series reflects the corresponding conditional data.
Conclusion
Changing chart colors in Google Sheets helps in making your data stand out and is a quick way to enhance the readability of your reports. Whether you're customizing individual chart colors or applying dynamic colors based on cell values, this simple process will give your charts a polished and professional look.
By following the steps mentioned, you can easily tailor your charts to suit your needs, improving both functionality and presentation. Now you can make your charts visually engaging and data-driven to help your audience grasp insights more effectively.
Similar Reads
How to Change Grid line Color ChartJS? In Chart.js, grid lines are used to create a visual reference for the chartâs data points, helping to align and interpret values more easily. Customizing the grid line color allows for improved visual clarity and alignment with the overall design of the chart. You can adjust the grid line color by m
3 min read
How to Make a Chart in Google Docs Creating a chart in Google Docs is an easy process that enhances your documents with clear, visual data representations. This article will provide step-by-step instructions on how to insert and customize charts in Google Docs, helping you present your information in an engaging and easily understand
6 min read
How to Change Chart Style in Excel? Chart styles are like a handy toolkit for making your charts look awesome. They give you a bunch of cool styles with colors, patterns, labels, and titles. Basically, all the things that make your chart easy on the eyes and extra useful for understanding data trends. These styles also supercharge you
5 min read
How to Create Charts or Graph in Google Sheets Google Sheets is a powerful tool for organizing and analyzing data. Creating charts and graphs in Google Sheets allows you to convey information more effectively, whether youâre tracking sales, monitoring trends, or presenting data to others. In this article, explore the steps to create various type
6 min read
How to insert Charts in New Google Sites? Google Sites has become an essential tool for businesses, educators, and individuals looking to create professional, user-friendly websites with ease. One of the most powerful features of Google Sites is the ability to insert charts, which can greatly enhance the visual appeal and effectiveness of y
4 min read
How to Change the Label Colors or the Legend Colors in a Chart ? In this article, we will discuss how can we change the label colors and legends colors in our chart using Chart.js. We can simply change some properties in the options configuration so that it shows the desired output. CDN link:<script src="https://cdn.jsdelivr.net/npm/chart.js"></script
2 min read