コード例 #1
0
ファイル: __init__.py プロジェクト: madaiz11/pygal
 def index():
     return render_template(
         "index.jinja2",
         charts_names=CHARTS_NAMES,
         configs=CONFIG_ITEMS,
         interpolations=INTERPOLATIONS,
         styles_names=styles.keys(),
     )
コード例 #2
0
ファイル: __init__.py プロジェクト: yossisal/pygal
 def index():
     return render_template('index.jinja2',
                            charts_names=CHARTS_NAMES,
                            configs=CONFIG_ITEMS,
                            interpolations=INTERPOLATIONS,
                            styles_names=styles.keys())
コード例 #3
0
ファイル: __init__.py プロジェクト: flg8r96/pygal
 def index():
     return render_template(
         'index.jinja2', charts_names=CHARTS_NAMES, configs=CONFIG_ITEMS,
         interpolations=KINDS, styles_names=styles.keys())