|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/mguerinweb/Offline_Archive/Flash Charts/ |
Upload File : |
<!-- #include file="flashchart_20.asp" --> <% response.expires=0 dim i vchart_initialize vchart_set_bgcolor "D0D0D000","crossdiagonalgradient" vchart_set_title "FlashCharts 2.0 ASP Generated Data", "" vchart_set_subtitle "Style: Elegant II - Gold", "" vchart_set_comment "elegant2_gold.asp","" vchart_set_frame "C0C0C050", "diagonalgradient" vchart_set_tooltip "00000050","diagonalgradient","00000000","00000000" vchart_set_legend "00000000", "00000000" vchart_set_horizontalgrid 50,"" vchart_set_horizontalgridlabel "" vchart_add_series "Series A", "bar1", "FFA5000000", "gradient", 2 for i=1 to 50 vchart_add_series_data 1, i*rnd(100)*10000 next for i=1 to 50 if i mod 100 =0 then vchart_add_label "jan","" else vchart_add_label "","" end if next vchart_show %>