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: Update quickcharts.rst to correct typo "gold" to "goal" #2217

Merged
merged 1 commit into from
Mar 8, 2024
Merged
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
4 changes: 2 additions & 2 deletions docs/quickcharts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Direct Data Charts
These charts can display multiple series, based on columns or methods defined on models.
You can display multiple charts on the same view.

Let's create a simple model first, the gold is to display a chart showing the unemployment evolution
Let's create a simple model first, the goal is to display a chart showing the unemployment evolution
versus the percentage of the population with higher education, our model will be::

class CountryStats(Model):
Expand Down Expand Up @@ -126,7 +126,7 @@ You can display multiple charts on the same view. This data can be grouped and a

Let's create some simple models first, base on the prior example but this time lets make our models
support has many countries has we like.
The gold is to display a chart showing the unemployment
The goal is to display a chart showing the unemployment
versus the percentage of the population with higher education per country::

from flask_appbuilder import Model
Expand Down
Loading