From 2e411dfd39396ccfe7c17dc3d1c379d8b5d9dc8f Mon Sep 17 00:00:00 2001 From: Jemiah Sius Date: Thu, 8 Apr 2021 10:02:41 -0400 Subject: [PATCH] fix: update doc to use markdown instead of html --- .../add-visualizations-to-dashboard.mdx | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/src/markdown-pages/build-apps/add-visualizations-to-dashboard.mdx b/src/markdown-pages/build-apps/add-visualizations-to-dashboard.mdx index 41b696075..3733577c6 100644 --- a/src/markdown-pages/build-apps/add-visualizations-to-dashboard.mdx +++ b/src/markdown-pages/build-apps/add-visualizations-to-dashboard.mdx @@ -27,7 +27,7 @@ tags: -This lesson builds off of the previous [Customize visualizations with configuration](build-apps/customize-visualizations-with-configuration) lesson. If you haven't followed that lesson, please start there as this lesson assumes you have the code you built there to get started. +This lesson builds off of the previous [Customize visualizations with configuration](/build-apps/customize-visualizations-with-configuration) lesson. If you haven't followed that lesson, please start there as this lesson assumes you have the code you built there to get started. If you don't have a visualization to follow the examples in this gude, a accompanying example visualization is available on [GitHub](https://github.com/newrelic/nru-custom-visualization-course) @@ -54,14 +54,15 @@ Once you've published your custom visualization to your account, in the followin - To find the My Awesome Visualization that you have deployed, you need to look for your visualization in the app catalog. From the New Relic One homepage, select the Apps button in the top right navigation bar:

+ + To find the **My Awesome Visualization** that you have deployed, you need to look for your visualization in the app catalog. From the [New Relic One homepage](https://one.newrelic.com), select the **Apps** button in the top right navigation bar: Click the apps button in New Relic One
- Once on the Apps page, click the Custom Visualizations launcher:
+ Once on the **Apps** page, click the **Custom Visualizations** launcher: - If you don't see the Custom Visualizations tile, use the search to locate it. + If you don't see the **Custom Visualizations** tile, use the search to locate it.
- In Custom Visualizations, you will see all of the visualization that have been deployed to your account and any visualizations you are serving locally.

- Select the My Awesome Visualization to add to a dashboard and then enable it:

+ In **Custom Visualizations**, you will see all of the visualization that have been deployed to your account and any visualizations you are serving locally. + + Select the **My Awesome Visualization** to add to a dashboard and then enable it:
+ As you make your selections, the visualization will update with your changes: - Click Add to dashboard and then select a dashboard from the list of available dashboards, or select New dashboard:

+ + Click **Add to dashboard** and then select a dashboard from the list of available dashboards, or select **New dashboard** Click the add to dashboard button
+ /> - If you decide to create a new dashboard, select the account where you want to run the dashboard, and give the dashboard a name:
+ If you decide to create a new dashboard, select the account where you want to run the dashboard, and give the dashboard a name: - Click Add to dashboard, then click the link to your dashboard to see the custom visualization:

+ + Click **Add to dashboard**, then click the link to your dashboard to see the custom visualization:> ## Manage your dashboard visualizations -Deleting: To remove a visualization from a dashboard, click the ellipses button in the right-hand corner of the visualization and click delete.

+**Deleting:** To remove a visualization from a dashboard, click the ellipses button in the right-hand corner of the visualization and click delete. Delete your custom visualization
-Editing: If your visualization needs some tweaking, delete the visualization, then follow the steps above to re-add the visualization, making any updates in Custom Visualizations. +**Editing:** If your visualization needs some tweaking, delete the visualization, then follow the steps above to re-add the visualization, making any updates in Custom Visualizations. ## Summary