12a73c1b441298b19cb1e82a84f585bbda81fa1f.svn-base 1.7 KB

123456789101112131415161718192021222324252627
  1. <div data-options="dxView : { name: 'ServiceEnergyUsageKC', title: '@viewServiceEnergyUsageKC', pane: 'master' } ">
  2. <div data-options="dxContent : { targetPlaceholder: 'content' } ">
  3. <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
  4. <div data-options="dxViewPlaceholder: { viewName: 'HourGlassPopup' }"></div>
  5. <div data-options="dxViewPlaceholder: { viewName: 'ServiceEnergyUsageKCSearchConditionView' }"></div>
  6. <p id="st1" class="body_sub_title">@dailyKcalEnergyUsageStatus</p>
  7. <div class="fl chart_wrap_box" style="width: 40%; height: 340px;">
  8. <p id="st2" class="body_sub_title_2depth">kcal 환산 용도별 전체 사용량 비율</p>
  9. <div id="chartPieDaySU" style="height: 90%; width: 100%;" />
  10. </div>
  11. <div class="fr chart_wrap_box" style="width: 59%; height: 340px;">
  12. <p id="st3" class="body_sub_title_2depth">@KcalEnergyUsage</p>
  13. <div id="chartBarDaySU" style="height: 90%; width: 100%;" />
  14. </div>
  15. <div class="clear"></div>
  16. <p id="st4" class="clear body_sub_title" style="margin-top: 16px;">@monthlyKcalEnergyUsageStatus</p>
  17. <div class="fl chart_wrap_box" style="width: 40%; height: 340px;">
  18. <p id="st5" class="body_sub_title_2depth">kcal 환산 용도별 전체 사용량 비율</p>
  19. <div id="chartPieMonthSU" style="height: 100%; width: 100%;" />
  20. </div>
  21. <div class="fr chart_wrap_box" style="width: 59%; height: 340px;">
  22. <p id="st6" class="body_sub_title_2depth">@KcalEnergyUsage</p>
  23. <div id="chartBarMonthSU" style="height: 90%; width: 100%;" />
  24. </div>
  25. </div>
  26. </div>