# Resources

* Bueltge, Frank. “The 8 best JavaScript data visualization libraries 2023.” *Hello World*. <https://frankbueltge.de/best-javascript-data-visualization-libraries/>
* Few, Stephen C. *Information Dashboard Design: Displaying Data for At-a-glance Monitoring*. El Dorado Hills, CA: Analytics Press. 2013.
* Flipside New Data App Walkthrough. <https://docs.flipsidecrypto.com/our-app/app-walkthrough>
* Flipside Markdown Reference. <https://docs.flipsidecrypto.com/our-app/markdown-reference>
* Knaflic, Cole Nussbaumer. *Storytelling with Data*. Hoboken, NJ: John Wiley & Sons, 2015.
* Bierly, Melissa. “12 Python Data Visualization Libraries to Explore for Business Analysis.” *Mode*. <https://mode.com/blog/python-data-visualization-libraries/>
* Pine2rambling. “Tips to produce a great dashboard”. *MetricsDAO Discord*. <https://discord.com/channels/902943676685230100/903386079955128412/1073618483134349404>
* Ricks, Elizabeth. “What is a pie chart?” *Storytelling with Data Blog*. <https://www.storytellingwithdata.com/blog/2020/5/14/what-is-a-pie-chart>
* Storytelling with Data. “Choose an effective visual with the SWD Chart Guide”. *Storytelling with Data Blog*. <https://www.storytellingwithdata.com/chart-guide>
* “Streamlit Documentation.” *Streamlit*. <https://docs.streamlit.io/>
* Top R Libraries for Data Visualization in 2020. *Geeks for Geeks.* <https://www.geeksforgeeks.org/top-r-libraries-for-data-visualization-in-2020/>
* Tufte, Edward R. *The Visual Display of Quantitative Information*, 2nd edition. Cheshire, CT: Graphics Press. 2001.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.metricsdao.xyz/analyst-resources/tips-for-an-impactful-analytics-dashboard/resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
