diff --git a/docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx b/docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx index 7255465c5..f8a1c8d85 100644 --- a/docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx +++ b/docs/docs/creating-charts-dashboards/creating-your-first-dashboard.mdx @@ -159,16 +159,16 @@ Behind the scenes, Superset will create a slice and store all the information ne to create your chart in its thin data layer (the query, chart type, options selected, name, etc). - + - To resize the chart, start by clicking the pencil button in the top right corner. + To resize the chart, start by clicking the Edit Dashboard button in the top right corner. - + Then, click and drag the bottom right corner of the chart until the chart layout snaps into a position you like onto the underlying grid. - + Click **Save** to persist the changes. diff --git a/docs/static/img/tutorial/tutorial_chart_resize.png b/docs/static/img/tutorial/tutorial_chart_resize.png index 4193a4b10..50983127a 100644 Binary files a/docs/static/img/tutorial/tutorial_chart_resize.png and b/docs/static/img/tutorial/tutorial_chart_resize.png differ diff --git a/docs/static/img/tutorial/tutorial_edit_button.png b/docs/static/img/tutorial/tutorial_edit_button.png new file mode 100644 index 000000000..9028fa574 Binary files /dev/null and b/docs/static/img/tutorial/tutorial_edit_button.png differ diff --git a/docs/static/img/tutorial/tutorial_first_dashboard.png b/docs/static/img/tutorial/tutorial_first_dashboard.png index 57aeb1297..f03822907 100644 Binary files a/docs/static/img/tutorial/tutorial_first_dashboard.png and b/docs/static/img/tutorial/tutorial_first_dashboard.png differ diff --git a/docs/static/img/tutorial/tutorial_pencil_edit.png b/docs/static/img/tutorial/tutorial_pencil_edit.png deleted file mode 100644 index 3dc79800b..000000000 Binary files a/docs/static/img/tutorial/tutorial_pencil_edit.png and /dev/null differ