[Google] Pie Chart 원형 챠트 > 기술자료 | 해피정닷컴

[Google] Pie Chart 원형 챠트 > 기술자료

본문 바로가기

사이트 내 전체검색

[Google] Pie Chart 원형 챠트 > 기술자료

JavaScript [Google] Pie Chart 원형 챠트

페이지 정보


본문

<%
dim good_mny1, good_mny2
sql = "select sum(convert(int,good_mny)) from dg_kcp where card_gubun='ticket' and card_cd <> '' and mb_no = '"& session("ss_mb_no") &"' "
set rs = conn.execute(sql)
If Rs.BOF or Rs.EOF Then 
Else 
  good_mny1 = rs(0)
  if good_mny1 > 0 or good_mny1 < 0 then 
  else
    good_mny1 = 0 
  end if
  'response.write "good_mny1 = "& good_mny1 &"<br />"
end if
rs.close
 
sql = "select sum(convert(int,good_mny)) from dg_kcp where mb_no = '"& session("mb_no") &"' "
set rs = conn.execute(sql)
If Rs.BOF or Rs.EOF Then 
Else 
  good_mny2 = rs(0)
  if good_mny2 > 0 or good_mny2 < 0 then 
  else
    good_mny2 = 0 
  end if
  'response.write "good_mny2 = -"& good_mny2 &"-<br />"
end if
rs.close
%>
<script type="text/javascript">
  // Load the Visualization API and the piechart package.
  google.load('visualization', '1.0', {'packages':['corechart']});
 
  // Set a callback to run when the Google Visualization API is loaded.
  google.setOnLoadCallback(drawChart);
 
  // Callback that creates and populates a data table,
  // instantiates the pie chart, passes in the data and
  // draws it.
  function drawChart() {
    // Create the data table.
    var data = new google.visualization.DataTable();
    data.addColumn('string', 'Topping');
    data.addColumn('number', 'Slices');
    data.addRows([
      ['신용카드', <% response.write good_mny1 %>],
      ['계좌이체', <% response.write good_mny2 %>],
    ]);
    
    // Set chart options
    var options = {'title':'티켓 판매',
                    'width':330,
                    'height':330};
    // Instantiate and draw our chart, passing in some options.
    var chart = new google.visualization.PieChart(document.getElementById('chart_div_PieChart'));
    chart.draw(data, options);
  }
</script>
<table border="1"><tr><td><div id="chart_div_PieChart"></div></td></tr></table>


참고자료
https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart

댓글목록

등록된 댓글이 없습니다.


Total 152건 4 페이지
  • RSS
기술자료 목록
92
JavaScript   18134  2013-01-14 20:23  
91
JavaScript   20401  2012-12-22 22:47  
90
JavaScript   15715  2012-10-30 08:25  
89
JavaScript   29603  2012-10-17 21:33 ~ 2018-07-04 15:57  
88
JavaScript   15482  2012-10-08 21:15  
87
JavaScript   34298  2012-10-08 19:47  
86
JavaScript   37545  2012-10-04 13:49  
85
JavaScript   15252  2012-09-18 05:44 ~ 2013-07-02 00:00  
84
JavaScript   28933  2012-09-07 19:33 ~ 2017-12-01 14:36  
83
JavaScript   21649  2012-08-23 01:18  
82
JavaScript   20715  2012-06-23 23:47  
열람
JavaScript   15435  2012-06-23 23:45  
80
JavaScript   35725  2012-06-21 05:20 ~ 2022-11-18 13:06  
79
JavaScript   27123  2012-06-05 00:48  
78
JavaScript   30412  2012-05-26 01:23 ~ 2020-04-08 09:26  
77
JavaScript   31212  2012-05-24 03:56  
76
JavaScript   16775  2012-05-15 01:04 ~ 2022-01-30 23:52  
75
JavaScript   15358  2012-05-10 21:08  
74
JavaScript   18979  2012-05-06 23:58  
73
JavaScript   27736  2012-05-06 23:23  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.