.csv (data), .json (config), .py or .ipynb (source code), or .zip for bundled assets. 2. Core Functional Requirements To build this effectively, your feature should include:
A dedicated "Download" button or a dropdown menu labeled "Source Legend".
Place the legend in a standard corner (usually Bottom Right or Top Right ) so it doesn't obstruct primary content. Download Source Legend
Automatically generate links based on the active dataset or visualization displayed.
Use distinct symbols (e.g., 🐍 for Python, 🎖️ for Official Source) to categorize the types of downloads available. Place the legend in a standard corner (usually
A side panel or modal using a Custom Item Template to list multiple source types. 4. Design Best Practices
A "Download Source Legend" typically acts as a metadata panel or a quick-access menu that provides links to the underlying resources. A side panel or modal using a Custom
Explain the source, such as "Source: World Bank Data" or "Version 2.1," when a user hovers over a download option. 3. Implementation Example (Python/Web)