Skip to content

Commit

Permalink
docs: Update quickcharts.rst for typo gold to goal (#2217)
Browse files Browse the repository at this point in the history
Update quickcharts.rst for typo gold to goal
  • Loading branch information
Abhinav2903 authored Mar 8, 2024
1 parent 9067f5a commit 0ab8b4e
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 0ab8b4e

Please sign in to comment.