Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chart-types.mdx #17040

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ This table contains all chart types. Whether a chart type is available for your

* For percentages, use a decimalized format. For example, if your threshold is 99.5%, divide by 100 and set the value to 0.995.
* If you want to highlight a chart when a value falls below a given value rather than above it, set the <DoNotTranslate>**Warning**</DoNotTranslate> threshold higher than the <DoNotTranslate>**Critical**</DoNotTranslate> threshold.
* Threshold fields will only be available for dashboards that present a single value. For instance, the use of a `COMPARE WITH` clause will disable the threshold settings in the edit pane.

<DoNotTranslate>**Uses**</DoNotTranslate>

Expand Down