The Dashboard Builder is a tool for analysts to tell their data story in order to answer bounties. Here’s a step-by-step guide on how to use the dashboard builder.
➕ Adding text, charts, and images to your dashboard.
You can elements to your dashboard by clicking on the element from the panel on the left. All elements are added to the bottom of the page.
↕ Rearranging your elements.
You can rearrange the order of your elements by hovering over the element. Then, drag the element by clicking on the gray rectangle with dots.
🔗 Sharing your dashboard.
To share your dashboard, click PUBLISH on the top right corner of the window. Once, you’ve published your dashboard, you’ll be able to share it via its URL.
✨ Customization and formatting.
Additional to the basic text elements and rearrangement of those elements, you can also format your dashboard using markdown. Here are some of the basics:
*
or _
before and after a word or phrase.
this is **bold text**
→ this is bold text*
or _
before and after a word or phrase.
this is *italicize text*
→ this is italicize text>
in front of a paragraph.
For example > This is a blockquote!
→
This is a blockquote
[]
and then follow with the URL in ()
.
[markdown syntax](www.markdownguide.org/basic-syntax/#code)
→ read more on markdown syntax