Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\NewtonTheme\Control\User\UserTotal.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.User.UserTotal" %> <div id="total_chart"></div> <%-- <table class="table table-striped"> <tbody> <tr> <td>??????: </td> <td><%=this.GuestDay %> </td> </tr> <tr> <td>??????:</td> <td><%=this.GuestWeek %><br /></td> </tr> <tr> <td>??????:</td> <td><%=this.GuestMonth %><br /></td> </tr> <tr> <td>??????:</td> <td><%=this.LocalUser.SpaceView %><br /></td> </tr> <tr> <td>????????</td> <td><%= this.LocalUser.VideoCount %><br /></td> </tr> <tr> <td>?????????</td> <td><%= this.LocalUser.VideoView %><br /></td> </tr> <tr> <td><%= Define.Get("Client_???")%>?????</td> <td><%= this.LocalUser.AlbumCount %><br /></td> </tr> </tbody> </table> --%> <script> var userSeries={ chart: { type: 'bar', renderTo: 'total_chart' // defaultSeriesType: 'column' }, title: { text: '' }, xAxis: { categories: [ '??????','??????','??????','??????','??????','????????','<%= Define.Get("Client_???")%>???'] }, yAxis: { min: 0, title: { text: '???', align: 'high' }, labels: { overflow: 'justify' }, }, tooltip: { valueSuffix: ' ???' }, plotOptions: { bar: { dataLabels: { enabled: true } } }, legend: { }, credits: { enabled: false }, series: [ { name:'??????', data:[<%=this.GuestDay %>,<%=this.GuestWeek %>,<%=this.GuestMonth %>,<%=this.LocalUser.SpaceView %>,<%= this.LocalUser.VideoCount %>,<%= this.LocalUser.VideoView %>,<%= this.LocalUser.AlbumCount %> ] } ] }; $(document).ready(function(){ var hc = new Highcharts.Chart(userSeries); }); </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de