.. _creating-widgets: Creating Widgets ================ .. |create_widgets_button| image:: img/create_widgets_button.png :width: 30px :height: 30px :align: middle *Widgets* are graphical elements that describe the datasets data. They can be of different types such as *Charts*, *Texts*, *Tables* and *Counters*. Through the |create_widgets_button| button of the :ref:`toc` you can open the *Widgets* panel. .. figure:: img/widgets_panel.png :align: center *Creating Widgets* Chart Widgets ------------- *Chart Widgets* are graphical representations of the dataset data. They can be *Bar Chart*, *Pie Chart* or *Line Chart* as shown in the picture below. .. figure:: img/chart_widgets.png :align: center *Chart Widgets* .. |advanced_search_button| image:: img/advanced_search_button.png :width: 30px :height: 30px :align: middle .. |configure_widgets_options_button| image:: img/configure_widgets_options_button.png :width: 30px :height: 30px :align: middle .. |save_button| image:: img/save_button.png :width: 30px :height: 30px :align: middle .. |connect_to_viewport| image:: img/connect_to_viewport.png :width: 30px :height: 30px :align: middle | Lets create a new **Bar Chart**. | Click on *Bar Chart* then select the *X Attribute*, the *Y Attribute*, the *Operation* and the *Color* do you prefer. You can also display the *Legend*, *Hide the Y axis*, *Hide the grid* and decide what *Label* display into the legend. | Now you can filter the data to be considered for the chart by clicking on |advanced_search_button|. We don't need any filter so click |configure_widgets_options_button| to configure other widget options. Insert a *Title* and a *Description* and click on *Save* |save_button|. .. figure:: img/bar_chart_widget.png :align: center *Chart Widgets Creation* The green |connect_to_viewport| icon means that the chart is connected to the viewport. At the top of the bar chat, there is the options menu of the widget where you can *Download grapg as png*, *Zoom the wigets* and *Reset axes*. .. figure:: img/chart_widget_options.png :align: center :width: 500px *Chart Widgets Options* Text Widgets ------------ If you select *Text* on the *Widgets* panel you can create *Text Widgets*. Add a *Title* and the desired descriptive text, then click on |save_button|. .. figure:: img/text_widgets_creation.png :align: center *Text Widgets Creation* The resulting widget looks like the following. .. figure:: img/text_widget.png :align: center *My Text Widget* Table Widgets ------------- | Through the *Table Widgets* you can add the :ref:`attributes-table` of the dataset to the map. You can decide to show a subset of the features, through filters, and you can select one or more columns/attributes. You can also enter a *Title* for each column to be displayed as the table header in place of the Name of the layer field and enter a *Description* for each field to be displayed as a tooltip, visible moving the mouse on the column header. | So, choose what attributes you are interested in and click on |configure_widgets_options_button|. .. figure:: img/table_widget_columns.png :align: center *Table Widgets Columns* Insert *Title* and *Description* (optional) and click on |save_button|. The example below shows the *Table Widget* on the map. .. figure:: img/table_widget.png :align: center *Table Widget* Counter Widgets --------------- *Counter Widgets* are numeric representations of some attributes. For example you can represent the average speed limit on a road network. .. figure:: img/counter_widget_creation.png :align: center :width: 400px *Counter Widget Creation* Click on |configure_widgets_options_button|, insert *Title* and *Description* then click on |save_button|. .. figure:: img/counter_widget.png :align: center *Counter Widget* The GeoNode map viewer is `MapStore `_ based, see the `MapStore Documentation `_ for further information.