--- group: Design Patterns type: Template Document order: 2 title: Visualization Page --- Data visualization templates depict information and assist users to understand the data, by displaying a series of multiple charts. By viewing and interacting with the charts, users can analyze the data and eventually create data-driven strategies. ## Design Goals To help users quickly and clearly understand the meaning of data, analyze trends and make decisions. --- ## Design Principles
Define the layout logically, sort the content by priority. In most cases, in order to emphasize the common-used analysis thoughts, you should organize the information from top to bottom and from left to right, or use progressive interactions. To sum up, put the summary first, then focus on filters, and finally provide details whenever the user needs.
Put the most important charts and the key scorecards on the top or upper part the page.
Keep data accurate, clear and complete.
1. Use the correct chart type.
2. Provide explanations where necessary.