• Log inStart now

Add your custom visualization to a dashboard

10 min

Course

This lesson is part of a course that teaches you how to build a custom visualization on the New Relic platform.

Each lesson in the course builds upon the last, so make sure you've completed the last lesson, Customize visualizations with configuration, before starting this one.

In the previous lesson, you added a configuration option to your visualization that allows you to choose how you want to represent your data. This was different from the previous version of your code because, while you can still choose your chart type, you can now only do it before you create an instance of your visualization. But what does it mean to create an instance of your visualization? How do you use a visualization once you've configured it?

In this lesson, you'll learn how to create an instance of your visualization and add that instance to dashboard.

Tip

If you got lost in the previous steps and would like to see what your files should look like to start this lesson, check out the course project on Github.

Add your custom visualization to a dashboard

Step 1 of 7

From the root directory of your Nerdpack, publish and subscribe to your visualization:

bash
$
nr1 nerdpack:publish
$
nr1 nerdpack:subscribe

Important

To publish a Nerdpack you must be a Full user with the Nerdpacks “modify” privilege (this is granted by default).

Read our Nerdpacks privileges documentation to learn more.

Next, find your published visualization in the New Relic Apps overlay.

Step 2 of 7

From the New Relic homepage, select the Apps button in the top right navigation bar:

Click the apps button in New Relic

Step 3 of 7

From the Apps page, click the Custom Visualizations launcher:

Select the custom visualization launcher

Step 4 of 7

Select RadarOrTreemap:

Select your desired visualization

Step 5 of 7

In the previous lesson, you changed your visualization to use the platform configurations panel for selecting a chart type. Use this panel to configure your chart:

Configure your visualization

Step 6 of 7

Click Add to dashboard. 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 an account and a name:

Select the dashboard

Click Add to dashboard.

Step 7 of 7

Go to your dashboard to see your custom visualization:

View the dashboard

Note that you can create another version of the visualization with the other chart type and add it to the same dashboard. That's why we call these instances of your visualization.

Delete your visualization

Once you've added your visualization to a dashboard, you can't edit it. You can't change the underyling query, account ID, chart type, or any other previously configurable option. So, if you're not happy with your visualization, delete it from your dashboard and walk through the steps in this guide again to add a new instance.

Step 1 of 2

Click the ellipses button in the right-hand corner of the visualization, and click Delete:

Delete your visualization

Step 2 of 2

Confirm that you want to delete your visualization:

Confirm

Summary

Now you know how to:

  • Create new custom visualizations with the New Relic One SDK
  • Configure your visualizations using the SDK and configuration options
  • Add your visualizations to a dashboards

To learn more about custom visualizations, check out the following resources:

Or, to learn more about other cool things you can build with the New Relic One SDK, check out our apps course!

Course

This lesson is part of a course that teaches you how to build a custom visualization on the New Relic platform. Congratulations on making it to the end!

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.