File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Direct Data Charts
1717These charts can display multiple series, based on columns or methods defined on models.
1818You can display multiple charts on the same view.
1919
20- Let's create a simple model first, the gold is to display a chart showing the unemployment evolution
20+ Let's create a simple model first, the goal is to display a chart showing the unemployment evolution
2121versus the percentage of the population with higher education, our model will be::
2222
2323 class CountryStats(Model):
@@ -126,7 +126,7 @@ You can display multiple charts on the same view. This data can be grouped and a
126126
127127Let's create some simple models first, base on the prior example but this time lets make our models
128128support has many countries has we like.
129- The gold is to display a chart showing the unemployment
129+ The goal is to display a chart showing the unemployment
130130versus the percentage of the population with higher education per country::
131131
132132 from flask_appbuilder import Model
You can’t perform that action at this time.
0 commit comments