Skip to content

Commit

Permalink
Merge branch 'master' into fix-translations-turkish
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Mar 8, 2024
2 parents df39211 + 0ab8b4e commit 27637b8
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 27637b8

Please sign in to comment.