OSDN Git Service

Ver8.5.1.0
[opengion/opengionV8.git] / uap / webapps / gf / jsp / GF6110_haishi / chartTypeXY.jsp
1 <jsp:directive.page pageEncoding="UTF-8" />
2 <!-- include ファイルは、jsp:text が使用できません。  -->
3 <og:query command="NEW" >
4                 select rownum/10 as CNT , sin(rownum/10) as SIN , cos(rownum/10) as COS
5                 from GF43
6                 where YYYY = '{@YYYY}'
7                 and   rownum < 64
8 </og:query>
9
10 <og:chartCreate
11         width           = "600"
12         height          = "400"
13 >
14         <og:chartDataset
15                 chartType        = "{@chartType}"
16                 useTableData = "true"
17         />
18 </og:chartCreate>