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/20 17:51:51 UTC

[superset] branch updating-chart-resizing-images created (now 3c99814ebc)

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

rusackas pushed a change to branch updating-chart-resizing-images
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 3c99814ebc updating images and markdown

This branch includes the following new commits:

     new 3c99814ebc updating images and markdown

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: updating images and markdown

Posted by ru...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch updating-chart-resizing-images
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 3c99814ebc02abcdafcffb6c409ea8bd6dc9a99a
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Tue Jun 20 11:51:41 2023 -0600

    updating images and markdown
---
 .../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