Anjali,
Thats ok. I’ll keep using Canvas for my main charts.
For 3-d i will have to use an alternative package. Do you have a suggestion?
Tim
Hi Sunil,
This is what i looked for. Thanks
Tim
Hi Sunil
It’s solved
Tim
Dear Sunil,
The null-values in the line works as I wish. However a box appears around my charts with null-values.
I can’t reproduce them in your examples.
When testing in my charts, I found that the first chartline whith a userdefined color defines the color of the box.
You can see the box in http://www.kostennetaansluiting.nl/TenneT.php.
How can I disable the box?
For the record: The visible-event works great.
With kind regards,
Tim
Sunil Urs,
What’s the planning for mentioned page?
with kind regards,
Tim
Hi,
0 Should be January
4 Should be may
12 should be the month after december. Depending on how strict you are on years it’s January or ???
Hi Sunil,
The current – not rendering and connecting the previous and the the next – is not what i want here. That is why i put 0-values in the chart to have an indication (and so cannot distinguish between 0 en NULL).
Yes, I’d like the line to break, no connection, if a NULL occurs. Or a connection but invisible.
Ron
Sunil,
This happens also on my Chrome.
but only after a few minutes
Ron
Sunil
Here is the webpage. It uses 1.3 Beta now. Tomorrow I’ll swith back to 1.2
Strange thing is: when I click on a slice in doughnut one or two something happens in dougnut three
Tim
Nice!
I just use .php .
After connecting to the database i do something like:
mysql_select_db($database_DBconnect, $DBconnect);
$query_rsHistWKK = “SELECT * FROM table”;
$rsHistWKK = mysql_query($query_rsHistWKK, $DBconnect) or die(mysql_error());
$row_rsHistWKK = mysql_fetch_assoc($rsHistWKK);
$totalRows_rsHistWKK = mysql_num_rows($rsHistWKK);
$Grolleman_op = ”;
$Grolleman_af = ”;
$x = 0;
$komma = “, “;
do {
$x = $x+1;
$datum = strtotime( $row_rsHistWKK[‘DatumTijd’] );
$jaar = date(“Y”, $datum );
$maand = date(“m”, $datum );
$maand = $maand -1 ; // in Javascript is de waarde van een maand 1 lager dan in php
$maandtekst = date(“F”, $datum );
$dag = date(“j”, $datum );
$dagsoort = date(“l”, $datum );
$uur = date(“G”, $datum );
$minuut = date(“i”, $datum );
$seconde = date(“s”, $datum );
$grollemanop = 1900- $row_rsHistWKK[‘Grolleman_Trafo1’]- $row_rsHistWKK[‘Grolleman_Trafo2’];
$grollemanaf = $row_rsHistWKK[‘Grolleman_kW_af’];
$grolleman_max = max($grolleman_max,$grollemanop,$grollemanaf);
$grolleman_min = min($grolleman_min,$grollemanop,$grollemanaf);
$Grolleman_op = $Grolleman_op.” { x: new Date(“.$jaar.$komma.$maand.$komma.$dag.$komma.$uur.$komma.$minuut.$komma.$seconde.”), y: “.$grollemanop.”},”;
$Grolleman_af = $Grolleman_af.” { x: new Date(“.$jaar.$komma.$maand.$komma.$dag.$komma.$uur.$komma.$minuut.$komma.$seconde.”), y: “.$grollemanaf.”},”;
} while ($row_rsHistWKK = mysql_fetch_assoc($rsHistWKK))
Sunil,
My mistake. I was cleaning my website of old pages. This one however was not ment to be deleted
Sorry.
The page is up again
Sunil,
i didnt see mu link: here is another try