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

fix(Dashboards): calling out broken billboard chart issue #18729

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Keep in mind the following when you export a dashboard as PDF:

* [Custom visualizations](/docs/query-your-data/explore-query-data/dashboards/add-custom-visualizations-your-dashboards/) aren't supported.

* [Billboard charts](/docs/query-your-data/explore-query-data/use-charts/chart-types/#widget-billboard) that use the [`COMPARE WITH`](/docs/nrql/nrql-syntax-clauses-functions/#sel-compare) clause won't show percentages.
* [Billboard charts](/docs/query-your-data/explore-query-data/use-charts/chart-types/#widget-billboard) that use the [`COMPARE WITH`](/docs/nrql/nrql-syntax-clauses-functions/#sel-compare) clause won't show percentages or render correctly with public chart links and exported images or PDFs.

* Markdown widgets with large images may not display correctly or may not be fully visible.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ A billboard chart is useful for single-stat queries like the [Apdex](/docs/apm/n

You can also use billboards to compare a single value across states. For instance, use the [`COMPARE WITH`](/docs/insights/nrql-new-relic-query-language/nrql-reference/nrql-syntax-components-functions#sel-compare) clause to compare the same attribute across two different time frames.

<Callout variant="important">
Billboard charts that use the `COMPARE WITH` clause won't show percentages or render correctly with public chart links and exported images or PDFs.
</Callout>

To enable the data for a billboard chart, search for a single value. You can view multiple values by adding a facet from the dropdown.

<DNT>
Expand Down
Loading