Index: trunk/extensions/SemanticResultFormats/D3/SRF_D3Treemap.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @licence GNU GPL v3 |
10 | 10 | * @author James Hong Kong |
11 | 11 | */ |
12 | | -class SRFD3Treemap extends SMWDistributablePrinter { |
| 12 | +class SRFD3Treemap extends SMWAggregatablePrinter { |
13 | 13 | |
14 | 14 | protected static $m_barchartnum = 1; |
15 | 15 | |
Index: trunk/extensions/SemanticResultFormats/D3/SRF_D3Bar.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @licence GNU GPL v3 |
10 | 10 | * @author James Hong Kong |
11 | 11 | */ |
12 | | -class SRFD3Bar extends SMWDistributablePrinter { |
| 12 | +class SRFD3Bar extends SMWAggregatablePrinter { |
13 | 13 | |
14 | 14 | protected static $m_barchartnum = 1; |
15 | 15 | |
Index: trunk/extensions/SemanticResultFormats/D3/SRF_D3Line.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @licence GNU GPL v3 |
10 | 10 | * @author James Hong Kong |
11 | 11 | */ |
12 | | -class SRFD3Line extends SMWDistributablePrinter { |
| 12 | +class SRFD3Line extends SMWAggregatablePrinter { |
13 | 13 | |
14 | 14 | protected static $m_barchartnum = 1; |
15 | 15 | |
Index: trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotPie.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | * @author Yaron Koren |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | | -class SRFjqPlotPie extends SMWDistributablePrinter { |
| 15 | +class SRFjqPlotPie extends SMWAggregatablePrinter { |
16 | 16 | |
17 | 17 | protected static $m_piechartnum = 1; |
18 | 18 | |
Index: trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotBar.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | * @author Yaron Koren |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | | -class SRFjqPlotBar extends SMWDistributablePrinter { |
| 15 | +class SRFjqPlotBar extends SMWAggregatablePrinter { |
16 | 16 | |
17 | 17 | protected static $m_barchartnum = 1; |
18 | 18 | |