Code: Alles auswählen
Tipping moderator
It must be a member of a moderator group
when is final version expected to release?
Code: Alles auswählen
Tipping moderator
It must be a member of a moderator group
Code: Alles auswählen
<div id="FactorySumDiv" align="center">Chart here</div>
<script type="text/javascript">
//Instantiate the Chart
var chart_FactorySum = new FusionCharts("/FusionCharts/FCF_Pie3D.swf", "FactorySum", "650", "450");
//Provide entire XML data using dataXML method
chart_FactorySum.setDataXML("<graph caption='Factory Output report' subCaption='By Quantity' pieSliceDepth='30' showBorder='1' showNames='1' formatNumberScale='0' numberSuffix=' Units' decimalPrecision='0'><set name='Factory 1' value='644' /><set name='Factory 2' value='2644' /><set name='Factory 3' value='1252' /></graph>")
//Finally, render the chart.
chart_FactorySum.render("FactorySumDiv");
</script>
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /formel.php on line 645: Undefined offset: 10
[phpBB Debug] PHP Notice: in file /formel.php on line 645: Undefined offset: 10
[phpBB Debug] PHP Notice: in file /formel.php on line 645: Undefined offset: 10
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3531: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3532: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3533: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
Code: Alles auswählen
for ($k = 0; $k < 3; $k++)
{
$selected = ( $k == $tipp_array[10]) ? 'selected' : '';
$weathercombo .= '<option value="' . $k . '" ' . $selected . '>' . $k . '</option>';
}
$weathercombo .= '</select>';