Esempio n. 1
0
def project_skills_piechart(parser, token):
    return chart_from_tags(Project, token)
Esempio n. 2
0
def people_skills_piechart(parser, token):
    return chart_from_tags(Profile, token)
Esempio n. 3
0
def people_skills_piechart(parser, token):
    return chart_from_tags(Profile, token)
Esempio n. 4
0
def project_skills_piechart(parser, token):
    return chart_from_tags(Project, token)