123456789101112131415161718192021222324252627 |
- <div data-options="dxView : { name: 'ServiceEnergyUsageKC', title: '@viewServiceEnergyUsageKC', pane: 'master' } ">
- <div data-options="dxContent : { targetPlaceholder: 'content' } ">
- <div data-options="dxViewPlaceholder: { viewName: 'SideMenu' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'HourGlassPopup' }"></div>
- <div data-options="dxViewPlaceholder: { viewName: 'ServiceEnergyUsageKCSearchConditionView' }"></div>
- <p id="st1" class="body_sub_title">@dailyKcalEnergyUsageStatus</p>
- <div class="fl chart_wrap_box" style="width: 40%; height: 340px;">
- <p id="st2" class="body_sub_title_2depth">kcal 환산 용도별 전체 사용량 비율</p>
- <div id="chartPieDaySU" style="height: 90%; width: 100%;" />
- </div>
- <div class="fr chart_wrap_box" style="width: 59%; height: 340px;">
- <p id="st3" class="body_sub_title_2depth">@KcalEnergyUsage</p>
- <div id="chartBarDaySU" style="height: 90%; width: 100%;" />
- </div>
- <div class="clear"></div>
- <p id="st4" class="clear body_sub_title" style="margin-top: 16px;">@monthlyKcalEnergyUsageStatus</p>
- <div class="fl chart_wrap_box" style="width: 40%; height: 340px;">
- <p id="st5" class="body_sub_title_2depth">kcal 환산 용도별 전체 사용량 비율</p>
- <div id="chartPieMonthSU" style="height: 100%; width: 100%;" />
- </div>
- <div class="fr chart_wrap_box" style="width: 59%; height: 340px;">
- <p id="st6" class="body_sub_title_2depth">@KcalEnergyUsage</p>
- <div id="chartBarMonthSU" style="height: 90%; width: 100%;" />
- </div>
- </div>
- </div>
|