This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
public:creating_data_visualizations [2020/02/06 15:25] admin |
public:creating_data_visualizations [2021/09/27 14:11] (current) admin [Who is this guide for] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======Data visualizations on SmartDublin====== | + | ======Data visualizations on Dublinked====== |
| ===== Who is this guide for ===== | ===== Who is this guide for ===== | ||
| - | * Users visiting SmartDublin to explore data | + | * Users visiting Dublinked to explore data |
| ===== What this guide teaches ===== | ===== What this guide teaches ===== | ||
| - | * How to make simple graphs of CSV data on SmartDublin | + | * How to make simple graphs of CSV data on Dublinked |
| ===== Things to know beforehand ===== | ===== Things to know beforehand ===== | ||
| Only data stored in CSV files is suitable for visualization. Only where there is a numeric parameter with text fields (for example the weight of waste collected on each date in a month), or else text fields that it makes sense to summarise with a count (eg. number of waste collections per area) can the data be graphed. | Only data stored in CSV files is suitable for visualization. Only where there is a numeric parameter with text fields (for example the weight of waste collected on each date in a month), or else text fields that it makes sense to summarise with a count (eg. number of waste collections per area) can the data be graphed. | ||
| Line 32: | Line 31: | ||
| At any point, if you want to return to the default chart, use the **Reset View** button. | At any point, if you want to return to the default chart, use the **Reset View** button. | ||
| + | |||
| + | ===Filtering=== | ||
| + | You can use the filter function to select a parameter and value that you want to see, in this case to only view collections of green waste: | ||
| + | {{ :public:visualizations5.png?600 |}} | ||
| + | |||