「Widget:人気ページ」の版間の差分

編集の要約なし
編集の要約なし
85行目: 85行目:
         }
         }


      #chart_div .tab span {
            display: block;
            float: left;
            width: 50%;
            text-align: center;
            background-color: #aca6e4;
        }


      @media screen and (max-width: 768px) {
        #chart_div .tab span {
      #chart_div {
            color: white;
        margin: 0;
         }
         width: 100%;
        height: 100%;
        min-height: 38em;
        overflow: hidden;
      }
    }


        #chart_div .tab span.selected {
            font-weight: bold;
            cursor: text;
        }


        #chart_div .tab span.selected:hover {
            text-decoration: none;
        }


     </style>
     </style>
128行目: 136行目:
                 var rows = data.getNumberOfRows();
                 var rows = data.getNumberOfRows();
                 var html = [`
                 var html = [`
<ul class="tab">
<div class="tab">
     <li><a id="hourly" class="${period === "hourly" ? "selected" : ""}" href="javascript: void(0);">リアルタイム</a></li>
     <span id="hourly" class="${period === "hourly" ? "selected" : ""}">リアルタイム</span>
     <li><a id="daily" class="${period === "daily" ? "selected" : ""}" href="javascript: void(0);">一日`,'</a></li></ul>',
     <span id="daily" class="${period === "daily" ? "selected" : ""}">一日</span></div>`,
`<table>
`<table>
     <thead>
     <thead>

2020年9月8日 (火) 05:22時点における版