# How to customize the dashboard?

**URL:** https://meta.discourse.org/t/how-to-customize-the-dashboard/269004
**Category:** Development
**Created:** [June 20, 2023, 8:41am UTC](https://meta.discourse.org/t/how-to-customize-the-dashboard/269004 "2023-06-20T08:41:05Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Joart](https://avatars.discourse-cdn.com/v4/letter/j/43a26b/32.png) [@Joart](https://meta.discourse.org/u/Joart)
#### Post date: [June 20, 2023, 8:41am UTC](https://meta.discourse.org/t/how-to-customize-the-dashboard/269004/1 "2023-06-20T08:41:05Z")

</div>

I would like to customize the dashboard but I don’t know how. In the dark mode, I have a contrast issue…

 ![Capture d’écran 2023-06-20 à 10.39.41](https://global.discourse-cdn.com/meta/original/4X/6/6/0/660e8f3734932087d8e1f3b1a4013579aa4f5d3c.png)

How can we access the canvas tag css?

 ![Capture d’écran 2023-06-20 à 10.38.43](https://global.discourse-cdn.com/meta/original/4X/a/a/8/aa892278a17c71704cb9982bb2678b6d19b8f361.png)

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [June 20, 2023, 1:15pm UTC](https://meta.discourse.org/t/how-to-customize-the-dashboard/269004/2 "2023-06-20T13:15:01Z")

</div>

i figured how to access the CSS properties of the charts and make changes, but i am puzzled as to why it is doing this. i cannot repro this issue, and i am reluctant to do any CSS to override the properties right now until i know more about what is going on. 🤔

i’m not even sure this is a color issue - it looks like the (red) chart plots are not being displayed for some reason.

have you looked at it in [safe mode](https://meta.discourse.org/t/53504?silent=true)?

---

<div class="post-metadata">

### Author: ![Joart](https://avatars.discourse-cdn.com/v4/letter/j/43a26b/32.png) [@Joart](https://meta.discourse.org/u/Joart)
#### Post date: [June 20, 2023, 2:20pm UTC](https://meta.discourse.org/t/how-to-customize-the-dashboard/269004/3 "2023-06-20T14:20:34Z")

</div>

I found that. We can access the background of the graphics:

```plaintext
.dashboard .charts .chart-canvas, .dashboard-next .charts .chart-canvas {
  background: $gray-light;
}

```

 ![Capture d’écran 2023-06-20 à 16.15.37](https://global.discourse-cdn.com/meta/original/4X/4/0/e/40e2e6ad1300c90db81b20269963135f21c6f602.png)

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [June 20, 2023, 2:25pm UTC](https://meta.discourse.org/t/how-to-customize-the-dashboard/269004/4 "2023-06-20T14:25:58Z")

</div>

why are your plot line colors black? odd.

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [June 20, 2023, 2:32pm UTC](https://meta.discourse.org/t/how-to-customize-the-dashboard/269004/5 "2023-06-20T14:32:27Z")

</div>

The line uses the tertiary color of the current color scheme.

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [June 20, 2023, 2:35pm UTC](https://meta.discourse.org/t/how-to-customize-the-dashboard/269004/6 "2023-06-20T14:35:41Z")

</div>

doh, i was looking at this from a bug perspective rather than a dev question 🤦‍♀️

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [June 20, 2023, 2:36pm UTC](https://meta.discourse.org/t/how-to-customize-the-dashboard/269004/7 "2023-06-20T14:36:47Z")

</div>

> [@Lilly](#):
>
> i’m not even sure this is a color issue - it looks like the (red) chart plots are not being displayed for some reason.

If you look very closely, the color @Joart used as tertiary was the same as the secondary (background) one, so the line was the same color as the background. But we can still “see” the dots overlapping the chart grid:

(I might have missed a lot of dots)

 ![image](https://global.discourse-cdn.com/meta/original/4X/b/3/3/b339f2f9258bb38e156f2c9b04395a777fff729a.png)

![See Season 16 GIF by The Simpsons](https://global.discourse-cdn.com/meta/original/4X/a/e/9/ae9c54157cb7973499841d9c7fd347d100579d6d.webp)

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [June 20, 2023, 2:38pm UTC](https://meta.discourse.org/t/how-to-customize-the-dashboard/269004/8 "2023-06-20T14:38:24Z")

</div>

i think you and Homer both have better eyesight than me 😆

---

<div class="post-metadata">

### Author: ![Joart](https://avatars.discourse-cdn.com/v4/letter/j/43a26b/32.png) [@Joart](https://meta.discourse.org/u/Joart)
#### Post date: [June 20, 2023, 3:34pm UTC](https://meta.discourse.org/t/how-to-customize-the-dashboard/269004/9 "2023-06-20T15:34:29Z")

</div>

The lines do not use my tertiary color 😧  
 ![Capture d’écran 2023-06-20 à 17.36.25](https://global.discourse-cdn.com/meta/original/4X/3/9/6/396f81fb1ee3172e5d2dda24ce00909c24b82783.png)
