# Further adjustments

Now that you learned about the main nedyx principles, this chapter provides a more playfully, less guided way to become more familiar about nedyx.&#x20;

We will apply some changes now to our calculator. For this, first switch back to Edit mode by clicking on the Edit mode button <img src="https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/zsprARhfOYymKsJNB91r/grafik.png" alt="" data-size="line">.

1. For the chart widget,&#x20;
   * change the type from line chart to area chart
   * change the line thickness to 0
   * display only horizontal grid lines

![](https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/EHRZRFoDZ2tHHy7fpg75/grafik.png)

2\. Change the name of the table widget from *table2* to *dataTable*.&#x20;

**Note**: If widgets are used in formula, it is always helpful if they have spelling names. \
You can always easily rename your widgets. So the chart widget formula uses now the new name of the table widget.

3\. Change the name of page *Page1*, which you have previously created, to *CalcPage*.&#x20;

**Note**: If you change the name of a page, all formulas that use that page are also automatically adjusted. You can check this in the Content formula of the data table:

**COMBINE**(<mark style="color:blue;">#CalcPage.year</mark>; <mark style="color:blue;">#CalcPage.contribution</mark>; <mark style="color:blue;">#CalcPage.totalValue</mark>; <mark style="color:blue;">#CalcPage.growth</mark>; *<mark style="color:orange;">horizontal</mark>*)

This completes the *Getting started* chapter. Feel free to learn more about nedyx, by creating your first own app, or extending an existing app. Use this online documentation to learn more about available functions and options in nedyx.
