webgui/www/extras/yui/examples/charts/assets/generatedata.php
JT Smith 20f8df1291 upgrading to YUI 2.6
data tables are going to need some work yet, but the other stuff seems to be working 100%
2008-10-22 23:53:29 +00:00

13 lines
367 B
PHP

<?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); ?>"}
]}