upgrade to yui 2.5.1
This commit is contained in:
parent
e00050ad1c
commit
ff7d72becc
1632 changed files with 812103 additions and 0 deletions
13
www/extras/yui/examples/charts/assets/generatedata.php
Normal file
13
www/extras/yui/examples/charts/assets/generatedata.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/* yadl_spaceid - Skip Stamping */
|
||||
|
||||
header('Content-type: application/json');
|
||||
?>
|
||||
{"Results":
|
||||
[
|
||||
{"Name":"A","Value":"<?php echo rand(0, 99); ?>"},
|
||||
{"Name":"B","Value":"<?php echo rand(0, 99); ?>"},
|
||||
{"Name":"C","Value":"<?php echo rand(0, 99); ?>"},
|
||||
{"Name":"D","Value":"<?php echo rand(0, 99); ?>"},
|
||||
{"Name":"E","Value":"<?php echo rand(0, 99); ?>"}
|
||||
]}
|
||||
Loading…
Add table
Add a link
Reference in a new issue