Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: updating images and markdown #24462

Merged
merged 1 commit into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Binary file modified docs/static/img/tutorial/tutorial_chart_resize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/tutorial/tutorial_edit_button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/tutorial/tutorial_first_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/static/img/tutorial/tutorial_pencil_edit.png
Binary file not shown.