From 205bf1c1df972d98fb7b6d7b14970c659b1d9a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Mat=C4=9Bjka?= Date: Mon, 6 Mar 2017 14:17:24 +0100 Subject: [PATCH 1/3] Added possibility to use gchart with its preferred library loading method. For compatibility reasons graphos supports both methods (loader.js and older jsapi). --- graphos/templates/graphos/gchart/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/graphos/templates/graphos/gchart/base.html b/graphos/templates/graphos/gchart/base.html index 933e185..139b89a 100644 --- a/graphos/templates/graphos/gchart/base.html +++ b/graphos/templates/graphos/gchart/base.html @@ -1,6 +1,10 @@ + So the template would look like - + {{ chart.as_html }} @@ -320,9 +320,9 @@ Most of the chart providers support LineChart, BarChart, ColumnChart and PieChar ##### Template - + {{ chart.as_html }} @@ -384,9 +384,9 @@ Most of the chart providers support LineChart, BarChart, ColumnChart and PieChar ##### Template - + {{ chart.as_html }}