Skip to content

Commit d1253a3

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to release-x.57.x->release-x.57.x (#760)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent 0d5822e commit d1253a3

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

_docs/v0.57/configuring-metabase/appearance.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@ Appearance settings are split across different tabs:
3737

3838
## Dark mode
3939

40-
People can display their Metabase in dark mode in their [account settings](../people-and-groups/account-settings#theme). Dark mode is a user-level setting, not an instance-level setting. Currently, there's no way to change the theme to dark mode for the entire instance, but you can edit some [user interface colors](#user-interface-colors).
40+
People can display their Metabase in dark mode in their [account settings](../people-and-groups/account-settings#theme). Options are:
41+
42+
- System default (which is also the default setting). Metabase will switch between light and dark mode when the system switches without having to reload the page.
43+
- Always use dark mode.
44+
- Always use light mode.
45+
46+
Dark mode is a user-level setting, not an instance-level setting. Currently, there's no way to change the theme to dark mode for the entire instance, but you can edit some [user interface colors](#user-interface-colors).
4147

4248
## Branding
4349

_docs/v0.57/questions/visualizations/progress-bar.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ For example, if you want to build a progress bar comparing count of orders this
8383

8484
![Conditional counts as metric and goal](../images/progress-conditional-count.png)
8585

86+
Note that both columns are computed fields here, one for 2024 and one for the current year.
87+
8688
Once you have a column that you want to use, set it as a goal:
8789

8890
1. While viewing the progress bar visualization, click on the **Gear** icon in bottom left to open settings.

_site/docs/v0.57/configuring-metabase/appearance.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4932,7 +4932,15 @@ <h2 id="changing-metabases-appearance">Changing Metabase’s appearance</h2>
49324932

49334933
<h2 id="dark-mode">Dark mode</h2>
49344934

4935-
<p>People can display their Metabase in dark mode in their <a href="../people-and-groups/account-settings#theme">account settings</a>. Dark mode is a user-level setting, not an instance-level setting. Currently, there’s no way to change the theme to dark mode for the entire instance, but you can edit some <a href="#user-interface-colors">user interface colors</a>.</p>
4935+
<p>People can display their Metabase in dark mode in their <a href="../people-and-groups/account-settings#theme">account settings</a>. Options are:</p>
4936+
4937+
<ul>
4938+
<li>System default (which is also the default setting). Metabase will switch between light and dark mode when the system switches without having to reload the page.</li>
4939+
<li>Always use dark mode.</li>
4940+
<li>Always use light mode.</li>
4941+
</ul>
4942+
4943+
<p>Dark mode is a user-level setting, not an instance-level setting. Currently, there’s no way to change the theme to dark mode for the entire instance, but you can edit some <a href="#user-interface-colors">user interface colors</a>.</p>
49364944

49374945
<h2 id="branding">Branding</h2>
49384946

_site/docs/v0.57/questions/visualizations/progress-bar.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4999,6 +4999,8 @@ <h3 id="use-another-column-as-the-goal">Use another column as the goal</h3>
49994999

50005000
<p><img src="../images/progress-conditional-count.png" alt="Conditional counts as metric and goal"></p>
50015001

5002+
<p>Note that both columns are computed fields here, one for 2024 and one for the current year.</p>
5003+
50025004
<p>Once you have a column that you want to use, set it as a goal:</p>
50035005

50045006
<ol>

0 commit comments

Comments
 (0)