You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/06/29 19:02:04 UTC

[superset] branch master updated: docs: updating images and markdown (#24462)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new bf9338129a docs: updating images and markdown (#24462)
bf9338129a is described below

commit bf9338129aad040fbb4ac96937d635d2d585c78b
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Thu Jun 29 12:01:57 2023 -0700

    docs: updating images and markdown (#24462)
---
 .../creating-your-first-dashboard.mdx              |   8 ++++----
 docs/static/img/tutorial/tutorial_chart_resize.png | Bin 157971 -> 86804 bytes
 docs/static/img/tutorial/tutorial_edit_button.png  | Bin 0 -> 14099 bytes
 .../img/tutorial/tutorial_first_dashboard.png      | Bin 150931 -> 99255 bytes
 docs/static/img/tutorial/tutorial_pencil_edit.png  | Bin 18098 -> 0 bytes
 5 files changed, 4 insertions(+), 4 deletions(-)

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 7255465c5e..f8a1c8d851 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).
 
- <img src={useBaseUrl("/img/tutorial/tutorial_first_dashboard.png" )} />
+ <img src={useBaseUrl("/img/tutorial/tutorial_first_dashboard.png" )} style={{width: "100%", maxWidth: "500px"}} />
 
- 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.
 
- <img src={useBaseUrl("/img/tutorial/tutorial_pencil_edit.png" )} />
+ <img src={useBaseUrl("/img/tutorial/tutorial_edit_button.png" )} width="300" />
 
 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.
 
- <img src={useBaseUrl("/img/tutorial/tutorial_chart_resize.png" )} />
+ <img src={useBaseUrl("/img/tutorial/tutorial_chart_resize.png" )} style={{width: "100%", maxWidth: "500px"}} />
 
  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 4193a4b10c..50983127ae 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 0000000000..9028fa5743
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 57aeb1297e..f038229076 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 3dc79800b0..0000000000
Binary files a/docs/static/img/tutorial/tutorial_pencil_edit.png and /dev/null differ