blob: dca9a0364f6272d55a3eb4d4e96ea201b1aa72ea [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html>
<head>
<meta charset="utf-8">
<script src="lib/esl.js"></script>
<script src="lib/config.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<style>
html, body, #main {
width: 100%;
height: 100%;
margin: 0;
}
html, body {
height: 100%;
background: #fffcf8;
overflow: hidden;
}
#myChart {
width: 800px;
height: 300px;
}
#myLineChart {
width: 800px;
height: 150px;
margin: 0 auto;
}
.chart-wrapper {
width: 802px;
height: 400px;
overflow-x: hidden;
overflow-y: auto;
margin: 0 auto;
}
.chart-content {
width: 820px;
height: 580px;
margin: 30px auto;
padding: 30px;
border: 1px solid #e6e6e6;
box-shadow: 0 0 5px 0px rgb(185, 185, 185);
border-radius: 2px;
background: #fff;
}
.info-panel {
text-align: center;
color: #4c4c4c;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
width: 8px;
height: 8px;
background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
border-radius: 4px;
background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
border-radius: 4px;
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
background-color: rgb(187, 187, 187);
}
</style>
<div class="chart-content">
<div class="chart-wrapper">
<div id="myChart" style="height: 260px;"></div>
</div>
</div>
<script>
require([
'echarts'
// 'echarts/chart/heatmap',
// 'echarts/component/legend',
// 'echarts/component/visualMap',
// 'echarts/component/grid',
// 'echarts/component/polar',
// 'echarts/component/tooltip'
], function (echarts) {
var chart = echarts.init(document.getElementById('myChart'));
const yAxis = {
"type": "category",
"data": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18
]
};
const data2 = [[0,0,0.5],[1,0,0.548841875],[2,0,0.59144],[3,0,0.623388125],[4,0,0.64208],[5,0,0.646484375],[6,0,0.6369199999999999],[7,0,0.614830625],[8,0,0.58256],[9,0,0.543126875],[10,0,0.5],[11,0,0.456873125],[12,0,0.4174399999999999],[13,0,0.3851693749999998],[14,0,0.36308000000000007],[15,0,0.353515625],[16,0,0.3579199999999999],[17,0,0.3766118750000007],[18,0,0.40856000000000026],[19,0,0.45115812500000085],[20,0,0.5],[21,0,0.548841875],[22,0,0.5914400000000001],[23,0,0.623388125],[24,0,0.64208],[25,0,0.646484375],[26,0,0.63692],[27,0,0.614830625],[28,0,0.5825600000000001],[29,0,0.5431268750000001],[30,0,0.5],[31,0,0.456873125],[32,0,0.4174399999999998],[33,0,0.38516937500000015],[34,0,0.36308000000000007],[35,0,0.353515625],[36,0,0.3579199999999999],[37,0,0.3766118749999994],[38,0,0.4085600000000007],[39,0,0.45115812500000085],[40,0,0.5],[41,0,0.5499420937499998],[42,0,0.5991440000000001],[43,0,0.6460082187499999],[44,0,0.6884160000000001],[45,0,0.72412109375],[46,0,0.7510759999999999],[47,0,0.76769071875],[48,0,0.7730239999999999],[49,0,0.76690709375],[50,0,0.75],[51,0,0.7237802187500001],[52,0,0.6904639999999999],[53,0,0.6528600937500001],[54,0,0.6141559999999999],[55,0,0.57763671875],[56,0,0.5463359999999998],[57,0,0.5226200937499994],[58,0,0.5077040000000007],[59,0,0.5011002187500002],[60,0,0.5],[61,0,0.50110021875],[62,0,0.507704],[63,0,0.52262009375],[64,0,0.546336],[65,0,0.57763671875],[66,0,0.6141559999999999],[67,0,0.6528600937500001],[68,0,0.690464],[69,0,0.7237802187500001],[70,0,0.75],[71,0,0.76690709375],[72,0,0.773024],[73,0,0.76769071875],[74,0,0.7510759999999999],[75,0,0.72412109375],[76,0,0.6884160000000002],[77,0,0.64600821875],[78,0,0.599144],[79,0,0.5499420937499998],[80,0,0.5],[81,0,0.4500579062500002],[82,0,0.4008560000000003],[83,0,0.3539917812499997],[84,0,0.31158399999999986],[85,0,0.27587890625],[86,0,0.2489240000000001],[87,0,0.23230928125000005],[88,0,0.226976],[89,0,0.23309290625000006],[90,0,0.25],[91,0,0.2762197812499999],[92,0,0.3095359999999998],[93,0,0.34713990625000024],[94,0,0.3858440000000001],[95,0,0.42236328125],[96,0,0.45366400000000023],[97,0,0.4773799062499995],[98,0,0.4922959999999995],[99,0,0.4988997812499998],[0,1,0.47515044921875],[1,1,0.5239926552728528],[2,1,0.5665927673403125],[3,1,0.5985453805696155],[4,1,0.61724439164875],[5,1,0.6216581849861145],[6,1,0.6121047985807812],[7,1,0.5900270695821155],[8,1,0.5577677595387499],[9,1,0.5183446593369152],[10,1,0.475225673828125],[11,1,0.432103886146217],[12,1,0.39267260171374985],[13,1,0.36040037193775487],[14,1,0.3383059975948438],[15,1,0.32873351190567013],[16,1,0.33312714329874993],[17,1,0.35180625786363473],[18,1,0.38374028149343775],[19,1,0.42632360171672573],[20,1,0.47515044921875],[21,1,0.5240060756067737],[22,1,0.5667733290987501],[23,1,0.5991559337130627],[24,1,0.61861304112],[25,1,0.6241397033119201],[26,1,0.6160473655840625],[27,1,0.5957443798260021],[28,1,0.56551653812375],[29,1,0.5283076266724964],[30,1,0.4875],[31,1,0.4466951755006213],[32,1,0.4094944482799998],[33,1,0.3792795263103773],[34,1,0.35899318589656254],[35,1,0.3509199474525452],[36,1,0.35646677158874995],[37,1,0.37594377550993713],[38,1,0.4083449697237507],[39,1,0.4511290150598995],[40,1,0.5],[41,1,0.5499708726359983],[42,1,0.5993567121546876],[43,1,0.6466695118891967],[44,1,0.6898552859812501],[45,1,0.7266934105300904],[46,1,0.7551284647414062],[47,1,0.7735345720762573],[48,1,0.7809122414],[49,1,0.7770177081312133],[50,1,0.762424775390625],[51,1,0.7385191551500367],[52,1,0.7074253093812499],[53,1,0.6718657912049928],[54,1,0.6349530860398437],[55,1,0.5999139527511597],[56,1,0.5697462647999998],[57,1,0.5468083513920526],[58,1,0.5323408386265632],[59,1,0.5259209906452517],[60,1,0.52484955078125],[61,1,0.5259208294741751],[62,1,0.5323397761541797],[63,1,0.5468054486835958],[64,1,0.5697408185382813],[65,1,0.5999057764825821],[66,1,0.6349426585549413],[67,1,0.6718542923641514],[68,1,0.7074145636962499],[69,1,0.7385115034320634],[70,1,0.7624228947753906],[71,1,0.7770244007918357],[72,1,0.7809302122582813],[73,1,0.7735662158230093],[74,1,0.7551756824764647],[75,1,0.7267574763326645],[76,1,0.6899367837212502],[77,1,0.6467683625901859],[78,1,0.5994723122191016],[79,1,0.5501023632432783],[80,1,0.5001466879882812],[81,1,0.4501903375571535],[82,1,0.400816137749141],[83,1,0.3535098992837191],[84,1,0.3103241325354686],[85,1,0.273478665763855],[86,1,0.24502875318769535],[87,1,0.2266006729042982],[88,1,0.21919481465328122],[89,1,0.2230562574250684],[90,1,0.2376128369140625],[91,1,0.2614807028164977],[92,1,0.2925373659729686],[93,1,0.32806223535563744],[94,1,0.36494464490011724],[95,1,0.3999593701820373],[96,1,0.43010963493828147],[97,1,0.4530376074329048],[98,1,0.46750238666773386],[99,1,0.4739254784376353],[0,2,0.451158125],[1,2,0.5000025483816797],[2,2,0.54261596939],[3,2,0.5745986437921484],[4,2,0.59334545076],[5,2,0.5978223260498047],[6,2,0.588342538835],[7,2,0.5663428121921485],[8,2,0.53415928724],[9,2,0.49480333093167955],[10,2,0.4517371875],[11,2,0.4086494735558984],[12,2,0.3692305168399999],[13,2,0.33694753862730453],[14,2,0.3148196797850001],[15,2,0.30519287048339844],[16,2,0.3095145435599999],[17,2,0.32810819153668036],[18,2,0.3599477672900002],[19,2,0.4024319283746493],[20,2,0.451158125],[21,2,0.499940886621836],[22,2,0.54278656916],[23,2,0.5755078323355859],[24,2,0.59563062784],[25,2,0.6021792767333984],[26,2,0.59546170319],[27,2,0.5768548245902734],[28,2,0.54859009796],[29,2,0.513539222756211],[30,2,0.475],[31,2,0.4364823477562109],[32,2,0.40149447295999985],[33,2,0.37332919959027355],[34,2,0.35485045319],[35,2,0.3482799017333984],[36,2,0.35498375283999994],[37,2,0.37525970733558534],[38,2,0.40812406916000066],[39,2,0.45109901162183674],[40,2,0.5],[41,2,0.5499986587464842],[42,2,0.5995620864500001],[43,2,0.6473079926222656],[44,2,0.6912449214000002],[45,2,0.7291769909667969],[46,2,0.759041132975],[47,2,0.7791768319675781],[48,2,0.7885283648],[49,2,0.7867795400621094],[50,2,0.7744209375],[51,2,0.7527496474378907],[52,2,0.7238015101999998],[53,2,0.690215855532422],[54,2,0.655032742025],[55,2,0.6214226965332031],[56,2,0.5923489535999998],[57,2,0.5701621948777338],[58,2,0.5561277885500007],[59,2,0.5498855287535158],[60,2,0.548841875],[61,2,0.5498842545626758],[62,2,0.5561193620325],[63,2,0.5701390799694336],[64,2,0.59230535251],[65,2,0.6213567603149414],[66,2,0.6549477518637499],[67,2,0.6901205310960743],[68,2,0.7237096014],[69,2,0.7526789659472072],[70,2,0.774391984375],[71,2,0.7868138858152148],[72,2,0.7886469382700001],[73,2,0.7793982743344726],[74,2,0.7593803732662499],[75,2,0.7296441994018554],[76,2,0.6918449969200002],[77,2,0.6480407409517382],[78,2,0.6004232450375],[79,2,0.550981924930996],[80,2,0.50110021875],[81,2,0.4512134158056447],[82,2,0.40174001665000036],[83,2,0.3540456630006442],[84,2,0.3101106036899999],[85,2,0.27212465557861326],[86,2,0.24214958629500005],[87,2,0.22184891880205088],[88,2,0.21228515779],[89,2,0.21378443789595708],[90,2,0.22586859375],[91,2,0.2472546518478319],[92,2,0.2759217442499998],[93,2,0.309245444107676],[94,2,0.34419952301500006],[95,2,0.37762513018798827],[96,2,0.4065673934700002],[97,2,0.4286794421637691],[98,2,0.44269385168999953],[99,2,0.44896151007251933],[0,3,0.42875837890625],[1,3,0.4776085239841345],[2,3,0.5202562880084375],[3,3,0.5523165336726648],[4,3,0.57118667539625],[5,3,0.575826330318451],[6,3,0.5665364619110937],[7,3,0.5447380162101648],[8,3,0.51275005066625],[9,3,0.473567355613822],[10,3,0.43063756835937494],[11,3,0.387637779888407],[12,3,0.34825063419124996],[13,3,0.31593992020774764],[14,3,0.2937256563907813],[15,3,0.2839586678886414],[16,3,0.2880946563462499],[17,3,0.306467762325229],[18,3,0.33806362034281273],[19,3,0.38029190652961875],[20,3,0.42875837890625],[21,3,0.4773073579853113],[22,3,0.5200629657462501],[23,3,0.5529448686026159],[24,3,0.57354841616],[25,3,0.5809327108573914],[26,3,0.5754091849896875],[27,3,0.5583306851113562],[28,3,0.53188106382125],[29,3,0.49886527892857313],[30,3,0.4625],[31,3,0.426204722287948],[32,3,0.39339338803999985],[33,3,0.36726651518948134],[34,3,0.3506038334271875],[35,3,0.34555742765426634],[36,3,0.35344538881624993],[37,3,0.37454597211824037],[38,3,0.40789226262125067],[39,3,0.4510673482196871],[40,3,0.5],[41,3,0.5500246004524291],[42,3,0.5997538282765627],[43,3,0.6479040918653441],[44,3,0.6925423146937502],[45,3,0.7314957146835327],[46,3,0.7626940835679688],[47,3,0.784444566256604],[48,3,0.7956389401999999],[49,3,0.79589339475448],[50,3,0.7856208105468749],[51,3,0.7660355388392701],[52,3,0.7390906808937499],[53,3,0.707347867337146],[54,3,0.6737795375257812],[55,3,0.6415037189102173],[56,3,0.6134513063999998],[57,3,0.5919658417284052],[58,3,0.5783357928171882],[59,3,0.572259333141321],[60,3,0.57124162109375],[61,3,0.5722550892855642],[62,3,0.5783076425591797],[63,3,0.5918883281584225],[64,3,0.6133043688182813],[65,3,0.6412800146188736],[66,3,0.6734884022205663],[67,3,0.7070164214802476],[68,3,0.73876258944875],[69,3,0.765767931749429],[70,3,0.7854798713378907],[71,3,0.7959491246428733],[72,3,0.7959596050882813],[73,3,0.7850913339963712],[74,3,0.7637163588720898],[75,3,0.7329276790685654],[76,3,0.6944011788337502],[77,3,0.6501905677382156],[78,3,0.6024553284841017],[79,3,0.5531216720952143],[80,3,0.5034765004882813],[81,3,0.4538151151760219],[82,3,0.4043794414088285],[83,3,0.35639986976584437],[84,3,0.3117735971729686],[85,3,0.272653917339325],[86,3,0.24110675750316418],[87,3,0.21883446148718522],[88,3,0.20696681906328124],[89,3,0.20591934162671022],[90,3,0.21531878417968747],[91,3,0.23399591362440425],[92,3,0.2600455233654686],[93,3,0.2909536942217715],[94,3,0.32379230164777345],[95,3,0.3554807692642212],[96,3,0.38311506869828144],[97,3,0.40436396573310135],[98,3,0.41793251276679644],[99,3,0.4240927875808543],[0,4,0.40856],[1,4,0.457420710745],[2,4,0.50013189248],[3,4,0.532335381005],[4,4,0.5514332723200001],[5,4,0.556373515625],[6,4,0.54743435072],[7,4,0.5260075898050001],[8,4,0.49438074367999996],[9,4,0.4555179923449999],[10,4,0.41284000000000004],[11,4,0.37000257444500007],[12,4,0.33067417087999995],[13,4,0.2983122401049999],[14,4,0.2759384211200001],[15,4,0.2659125781250001],[16,4,0.26970568191999994],[17,4,0.2876715357050007],[18,4,0.3188173452800003],[19,4,0.3605731336450009],[20,4,0.40856],[21,4,0.45665276530500004],[22,4,0.49908538112000006],[23,4,0.531881854145],[24,4,0.55271052288],[25,4,0.560672890625],[26,4,0.55609361408],[27,4,0.540311647545],[28,4,0.5154725427200001],[29,4,0.48432190410500014],[30,4,0.45],[31,4,0.415837529105],[32,4,0.3851525427199999],[33,4,0.3610485225450001],[34,4,0.34621361408000006],[35,4,0.342721015625],[36,4,0.35183052287999994],[37,4,0.3737912291449994],[38,4,0.4076453811200006],[39,4,0.4510333903050008],[40,4,0.5],[41,4,0.5500479926999998],[42,4,0.5999267264000001],[43,4,0.6484416085999999],[44,4,0.6937122048000002],[45,4,0.7335865625],[46,4,0.7659880351999999],[47,4,0.7891946063999999],[48,4,0.8020507135999999],[49,4,0.8041115723],[50,4,0.79572],[51,4,0.7780157402000001],[52,4,0.7528772864],[53,4,0.7227962061000002],[54,4,0.6906839647999999],[55,4,0.65961125],[56,4,0.6324797951999999],[57,4,0.6116267038999994],[58,4,0.5983612736000007],[59,4,0.5924343198000002],[60,4,0.59144],[61,4,0.59242440625],[62,4,0.59829532736],[63,4,0.61144446578],[64,4,0.6321327385600001],[65,4,0.65907959375],[66,4,0.6899859823999999],[67,4,0.72199098616],[68,4,0.7520621004799999],[69,4,0.77731917341],[70,4,0.795292],[71,4,0.8041115723000001],[72,4,0.8026349849600001],[73,4,0.79050399643],[74,4,0.76813724576],[75,4,0.736656125],[76,4,0.6977443072000002],[77,4,0.6534409300099999],[78,4,0.60586743488],[79,4,0.5568880618599998],[80,4,0.507704],[81,4,0.45848375368250016],[82,4,0.40927678016000035],[83,4,0.3611583883324997],[84,4,0.31592840959999985],[85,4,0.27569485156249995],[86,4,0.24252447392000015],[87,4,0.21816028657250014],[88,4,0.20380596991999994],[89,4,0.19997721736250007],[90,4,0.20642],[91,4,0.22209575353249994],[92,4,0.24523348735999984],[93,4,0.2734488158825002],[94,4,0.303929912],[95,4,0.33369038281249996],[96,4,0.35988906752000016],[97,4,0.38021675752249956],[98,4,0.3933498387199995],[99,4,0.39947085601249976],[0,5,0.39105224609375],[1,5,0.4399294430580139],[2,5,0.4827395791015625],[3,5,0.5151665777168274],[4,5,0.5346198398437499],[5,5,0.5400291085243225],[6,5,0.5316371665039062],[7,5,0.5107903667793274],[8,5,0.4797269960937499],[9,5,0.4413634713783263],[10,5,0.399078369140625],[11,5,0.3564942877998352],[12,5,0.31725754296875],[13,5,0.28481569568252546],[14,5,0.2621929135742188],[15,5,0.25176316499710083],[16,5,0.25502124609375],[17,5,0.27235164081192087],[18,5,0.3027952138671878],[19,5,0.34381373665237513],[20,5,0.39105224609375],[21,5,0.43841693065261844],[22,5,0.48024187109375005],[23,5,0.5126521553840637],[24,5,0.5333935],[25,5,0.5416191220283508],[26,5,0.5376787783203125],[27,5,0.522909971698761],[28,5,0.49943132421875003],[29,5,0.46993811748123177],[30,5,0.4375],[31,5,0.4053608616218567],[32,5,0.37674087499999986],[33,5,0.3546407041206361],[34,5,0.34164787988281253],[35,5,0.33974534273147583],[36,5,0.35012215234374994],[37,5,0.3729863643684382],[38,5,0.4073800742187506],[39,5,0.45099662791824413],[40,5,0.5],[41,5,0.5500682688674925],[42,5,0.6000765927734376],[43,5,0.6489075227584837],[44,5,0.6947262539062502],[45,5,0.7353988885879517],[46,5,0.7688431997070311],[47,5,0.7933118939437867],[48,5,0.807608375],[49,5,0.8112350068435669],[50,5,0.804473876953125],[51,5,0.7884000595626832],[52,5,0.7648273789062499],[53,5,0.7361866724624635],[54,5,0.7053365541992187],[55,5,0.6753066778182983],[56,5,0.6489734999999999],[57,5,0.6286685436477656],[58,5,0.6157191611328131],[59,5,0.6099217975387575],[60,5,0.60894775390625],[61,5,0.6099027422685623],[62,5,0.6155920594482422],[63,5,0.6283161198453903],[64,5,0.6482994340820314],[65,5,0.6742681413888931],[66,5,0.7039622090454101],[67,5,0.7345822988729478],[68,5,0.76317130078125],[69,5,0.7869305333681107],[70,5,0.8034706115722656],[71,5,0.810996981379509],[72,5,0.8084301215820313],[73,5,0.7954604125909805],[74,5,0.772537672302246],[75,5,0.7407953590154648],[76,5,0.7019094414062502],[77,5,0.6578919355516434],[78,5,0.6108191090087891],[79,5,0.5624943519468306],[80,5,0.5140457153320312],[81,5,0.4655306176528932],[82,5,0.41678796118164096],[83,5,0.36871504333877536],[84,5,0.3229976088867186],[85,5,0.28168797492980957],[86,5,0.2468495723876954],[87,5,0.22026790394210832],[88,5,0.20322791845703114],[89,5,0.1963578018722535],[90,5,0.1995391845703125],[91,5,0.21188376521682734],[92,5,0.23177635107421862],[93,5,0.25698431478881856],[94,5,0.2848334676513672],[95,5,0.3124503493309021],[96,5,0.3370709340820314],[97,5,0.3564157534255977],[98,5,0.36913143530273396],[99,5,0.37529865970230086],[0,6,0.376611875],[1,6,0.42551230776769533],[2,6,0.46846191077],[3,6,0.5012039262147265],[4,6,0.52115805068],[5,6,0.5272283673095703],[6,6,0.519607685405],[7,6,0.4995782874147266],[8,6,0.46930908332],[9,6,0.4316491724176953],[10,6,0.3899178125],[11,6,0.34769079643097656],[12,6,0.30858323611999994],[13,6,0.27602875389207004],[14,6,0.25305508125500004],[15,6,0.24205606506347654],[16,6,0.24456008107999988],[17,6,0.260994854932696],[18,6,0.2904486904700002],[19,6,0.33042810551222745],[20,6,0.376611875],[21,6,0.4229385433600391],[22,6,0.46383126188000007],[23,6,0.49551248442628903],[24,6,0.51581030912],[25,6,0.5239402838134766],[26,6,0.5202908041700001],[27,6,0.5062121043466016],[28,6,0.48380884028000004],[29,6,0.45573626557566416],[30,6,0.425],[31,6,0.39475939057566406],[32,6,0.3681344652799998],[33,6,0.3480164793466016],[34,6,0.33688205417000006],[35,6,0.33661090881347655],[36,6,0.34830718411999995],[37,6,0.3721243594262885],[38,6,0.40709376188000057],[39,6,0.4509566683600398],[40,6,0.5],[41,6,0.5500849926222654],[42,6,0.6002002023500002],[43,6,0.6492918081089842],[44,6,0.6955626402000001],[45,6,0.7368936926269531],[46,6,0.7711981354249999],[47,6,0.7967078269886718],[48,6,0.8121923263999999],[49,6,0.8171104057566406],[50,6,0.8116940625],[51,6,0.7969650317433594],[52,6,0.7746837985999999],[53,6,0.7472311105113283],[54,6,0.717421989575],[55,6,0.6882522448730468],[56,6,0.6625774847999998],[57,6,0.6427246293910152],[58,6,0.6300359226500006],[59,6,0.6243454448777346],[60,6,0.623388125],[61,6,0.6243130840061133],[62,6,0.6298195148825],[63,6,0.6421226662836523],[64,6,0.6614214649500001],[65,6,0.6864616607055665],[66,6,0.71503506405875],[67,6,0.7444148764062306],[68,6,0.77172711284],[69,6,0.7942581175575196],[70,6,0.809698171875],[71,6,0.8163211948438086],[72,6,0.81310053647],[73,6,0.7997608635369726],[74,6,0.7767661380312498],[75,6,0.7452436881713866],[76,6,0.7068443720400002],[77,6,0.6635388338189258],[78,6,0.6173498526275001],[79,6,0.5700207839639647],[80,6,0.52262009375],[81,6,0.475111533963965],[82,6,0.42710443298000034],[83,6,0.37929350125162076],[84,6,0.33323226012999985],[85,6,0.2909058412475586],[86,6,0.25436948960000016],[87,6,0.22545277032677752],[88,6,0.20552947918999986],[89,6,0.19535325675177734],[90,6,0.19495890625],[91,6,0.2036294151725585],[92,6,0.21992868052999992],[93,6,0.24179993782662124],[94,6,0.26672989373],[95,6,0.29197856243896486],[96,6,0.31487480575000015],[97,6,0.3331775768220895],[98,6,0.3455028676399996],[99,6,0.35181636017599593],[0,7,0.36551017578125],[1,7,0.41444119089117065],[2,7,0.4575743565696875],[3,7,0.4907309887292517],[4,7,0.51134433479125],[5,7,0.518284705028534],[6,7,0.5116791350342187],[7,7,0.49272557931675176],[8,7,0.46350163602125],[9,7,0.42676780277710813],[10,7,0.385765263671875],[11,7,0.3440082073514001],[12,7,0.30507067624624995],[13,7,0.2723679469243932],[14,7,0.24893244157015632],[15,7,0.23718417058944702],[16,7,0.23869570634124987],[17,7,0.25395168799539014],[18,7,0.2821028575165628],[19,7,0.32071462677464324],[20,7,0.36551017578125],[21,7,0.410461480815531],[22,7,0.45006872694125005],[23,7,0.4806476899579919],[24,7,0.50011429584],[25,7,0.507757979183197],[26,7,0.5040205105259375],[27,7,0.4902802925434899],[28,7,0.46864212511625003],[29,7,0.44173243927168343],[30,7,0.4125],[31,7,0.38402207794355836],[32,7,0.3593160899599999],[33,7,0.34115670855911506],[34,7,0.3318984402134375],[35,7,0.333303672542572],[36,7,0.34637619037124995],[37,7,0.37120016066111644],[38,7,0.40678458631625053],[39,7,0.4509132288624067],[40,7,0.5],[41,7,0.5500978497776732],[42,7,0.6002952328953126],[43,7,0.6495872451408813],[44,7,0.6962056506187502],[45,7,0.738042891960144],[46,7,0.7730086005335937],[47,7,0.7993186066553833],[48,7,0.8157164498],[49,7,0.8216273888105835],[50,7,0.817244912109375],[51,7,0.8035497479081666],[52,7,0.7822613744187499],[53,7,0.7557220300633668],[54,7,0.7267132236851562],[55,7,0.6982047447586059],[56,7,0.6730361735999998],[57,7,0.6535308915778681],[58,7,0.6410425913234381],[59,7,0.6354342869410768],[60,7,0.63448982421875],[61,7,0.6353838524052005],[62,7,0.6407044933963673],[63,7,0.6525875963105148],[64,7,0.6712177528295313],[65,7,0.6953741753473281],[66,7,0.7229145439919726],[67,7,0.7511968225215488],[68,7,0.7774390430937499],[69,7,0.799017059909202],[70,7,0.8137002717285156],[71,7,0.819825313263071],[72,7,0.8164077154395313],[73,7,0.8031915345380874],[74,7,0.7806369502044335],[75,7,0.7498458323354721],[76,7,0.7124252768387501],[77,7,0.6702891102656252],[78,7,0.6253973633181642],[79,7,0.5794337132297676],[80,7,0.5334208950195313],[81,7,0.4872473900322011],[82,7,0.4402740877425785],[83,7,0.39296815775749233],[84,7,0.3467322189767186],[85,7,0.3034721260719299],[86,7,0.2652295215287892],[87,7,0.23387915325217307],[88,7,0.21089095773453115],[89,7,0.19715690878738157],[90,7,0.1928826318359375],[91,7,0.19754378377687254],[92,7,0.20990719839921868],[93,7,0.2281167973683998],[94,7,0.24984426677339844],[95,7,0.27250449923706055],[96,7,0.2935358015895314],[97,7,0.31074486810482754],[98,7,0.32271651930054657],[99,7,0.32928820630070543],[0,8,0.35792],[1,8,0.40688932434],[2,8,0.45025243136],[3,8,0.48392843666],[4,8,0.50536756224],[5,8,0.5133978125],[6,8,0.50806383104],[7,8,0.49045793826000006],[8,8,0.46254334975999994],[9,8,0.4269695755399999],[10,8,0.38688000000000006],[11,8,0.34571164274000005],[12,8,0.30698710015999986],[13,8,0.2740986678599998],[14,8,0.25008464384000006],[15,8,0.23739781250000003],[16,8,0.23766610943999988],[17,8,0.2514454670600007],[18,8,0.27796484096000024],[19,8,0.3148634171400009],[20,8,0.35792],[21,8,0.40114112926],[22,8,0.43909136384],[23,8,0.46817554813999995],[24,8,0.48640316415999996],[25,8,0.4931496875],[26,8,0.48892576256000003],[27,8,0.47515419693999994],[28,8,0.45395477504000004],[29,8,0.4279368908600001],[30,8,0.4],[31,8,0.37314189086],[32,8,0.3502747750399998],[33,8,0.33404919694000007],[34,8,0.32668576256000004],[35,8,0.3298146875],[36,8,0.3443231641599999],[37,8,0.37021054813999954],[38,8,0.4064513638400005],[39,8,0.45086612926000064],[40,8,0.5],[41,8,0.5501066401499998],[42,8,0.6003602048000001],[43,8,0.6497892339499999],[44,8,0.6966452736000002],[45,8,0.73882859375],[46,8,0.7742464063999999],[47,8,0.80110358355],[48,8,0.8181258752],[49,8,0.82471562735],[50,8,0.82104],[51,8,0.80805168515],[52,8,0.7874421247999999],[53,8,0.7615272289500001],[54,8,0.7330655936],[55,8,0.70500921875],[56,8,0.6801867263999999],[57,8,0.6609190785499995],[58,8,0.6485677952000006],[59,8,0.6430156723500002],[60,8,0.64208],[61,8,0.64294188589],[62,8,0.648072],[63,8,0.65953185473],[64,8,0.6775029452800001],[65,8,0.70081228125],[66,8,0.7273982374399999],[67,8,0.7547167238500001],[68,8,0.78008767488],[69,8,0.8009818577300001],[70,8,0.815248],[71,8,0.82128023649],[72,8,0.8181258752],[73,8,0.80553348253],[74,8,0.7839412876799999],[75,8,0.7544059062499999],[76,8,0.7184713830400002],[77,8,0.67797855405],[78,8,0.6348147276800001],[79,8,0.5906036851299998],[80,8,0.546336],[81,8,0.5018436015600002],[82,8,0.45622114816000037],[83,8,0.4096840265999997],[84,8,0.3634654924799998],[85,8,0.319379875],[86,8,0.2794493721600001],[87,8,0.24559443636000022],[88,8,0.21938775039999986],[89,8,0.20187179387999998],[90,8,0.19344],[91,8,0.19378150276],[92,8,0.20188947455999995],[93,8,0.21613305420000012],[94,8,0.23439286528000003],[95,8,0.254260125],[96,8,0.27329934336000006],[97,8,0.28937461275999965],[98,8,0.3010394879999997],[99,8,0.30799045667999986],[0,9,0.35392279296875],[1,9,0.4029383326420032],[2,9,0.4465788353628125],[3,9,0.48088139992067996],[4,9,0.50331672603875],[5,9,0.5126617813301086],[6,9,0.5088618136770312],[7,9,0.49288170903317996],[8,9,0.46654669464875],[9,9,0.4323723877185657],[10,9,0.39338418945312503],[11,9,0.35292602457259403],[12,9,0.31445842622375],[13,9,0.28134596631987413],[14,9,0.2566340313035939],[15,9,0.24281494333267212],[16,9,0.2415834268887499],[17,9,0.2535814208090351],[18,9,0.2781322357409378],[19,9,0.31296405701966523],[20,9,0.35392279296875],[21,9,0.39505070458322883],[22,9,0.43096377108875006],[23,9,0.4581515535023303],[24,9,0.47472295088],[25,9,0.48015191598892215],[26,9,0.47503382555656254],[27,9,0.4608525050969104],[28,9,0.43975790831375006],[29,9,0.4143544510809828],[30,9,0.3875],[31,9,0.3621155155341077],[32,9,0.3410053497199999],[33,9,0.3266881984562855],[34,9,0.32123870836906254],[35,9,0.3261397382545471],[36,9,0.3421452750987499],[37,9,0.3691540046742049],[38,9,0.4060935367137505],[39,9,0.45081528466135434],[40,9,0.5],[41,9,0.5501112694153929],[42,9,0.6003944208921876],[43,9,0.6498956071238646],[44,9,0.6968767918312502],[45,9,0.7392423671340942],[46,9,0.7748982709226561],[47,9,0.8020436042292847],[48,9,0.8193947486],[49,9,0.8263419834660766],[50,9,0.823038603515625],[51,9,0.8104225360651733],[52,9,0.7901704584312499],[53,9,0.7645844153019654],[54,9,0.7364109361085938],[55,9,0.7085926523971557],[56,9,0.6839524151999998],[57,9,0.6648099124073847],[58,9,0.6525307861390631],[59,9,0.6470082501158572],[60,9,0.6460772070312499],[61,9,0.6469054223487991],[62,9,0.6518383175535547],[63,9,0.6628671501688351],[64,9,0.6801811684607812],[65,9,0.702669589272499],[66,9,0.7283667304352538],[67,9,0.7548402977567148],[68,9,0.7795228265862499],[69,9,0.7999862779572733],[70,9,0.8141597893066406],[71,9,0.8204905797710984],[72,9,0.8180480100607812],[73,9,0.8065707969097623],[74,9,0.7864573821036522],[75,9,0.7586994560842514],[76,9,0.7247586361312501],[77,9,0.6863862991209817],[78,9,0.6453865688622267],[79,9,0.6033224580090645],[80,9,0.5611651645507812],[81,9,0.5187085280372853],[82,9,0.47476501761664097],[83,9,0.42927562986447604],[84,9,0.38328666744296863],[85,9,0.3385089156265259],[86,9,0.2969389915389455],[87,9,0.26054286610204735],[88,9,0.2310015586957811],[89,9,0.20951900452980954],[90,9,0.19669209472656252],[91,9,0.19244288911577034],[92,9,0.19601300174046876],[93,9,0.20602015907448007],[94,9,0.2205769309513672],[95,9,0.2374716342048645],[96,9,0.2544114090207813],[97,9,0.26932746800038054],[98,9,0.28074251793523414],[99,9,0.2882003542935485],[0,10,0.353515625],[1,10,0.40258527966308594],[2,10,0.44655059375],[3,10,0.48158681628417965],[4,10,0.505188625],[5,10,0.5160732269287109],[6,10,0.514069484375],[7,10,0.4999930662841797],[8,10,0.475507625],[9,10,0.4429719984130859],[10,10,0.4052734375],[11,10,0.3656468592529297],[12,10,0.3274801249999999],[13,10,0.2941053441162108],[14,10,0.2685762031250001],[15,10,0.2534313201904297],[16,10,0.25044362499999995],[17,10,0.2603557640380866],[18,10,0.28260153125000026],[19,10,0.31501332409668054],[20,10,0.353515625],[21,10,0.3921875731201172],[22,10,0.425683625],[23,10,0.45057370983886713],[24,10,0.465072],[25,10,0.4687633514404297],[26,10,0.46234371875],[27,10,0.44737454479980465],[28,10,0.4260511250000001],[29,10,0.40098494616699226],[30,10,0.375],[31,10,0.3509430711669922],[32,10,0.33150799999999986],[33,10,0.31907391979980476],[34,10,0.31555746875],[35,10,0.3222789764404297],[36,10,0.33984262499999995],[37,10,0.36803058483886675],[38,10,0.40571112500000045],[39,10,0.4507606981201177],[40,10,0.5],[41,10,0.5501117409667967],[42,10,0.6003979062500001],[43,10,0.6499064426269531],[44,10,0.6969003750000001],[45,10,0.7392845153808594],[46,10,0.7749646718749998],[47,10,0.8021393576660156],[48,10,0.8195239999999999],[49,10,0.8265076491699219],[50,10,0.8232421875],[51,10,0.8106640383300782],[52,10,0.7904483749999999],[53,10,0.7648958298339845],[54,10,0.7367517031249999],[55,10,0.7089576721191406],[56,10,0.6843359999999998],[57,10,0.6652062448730464],[58,10,0.6529344687500006],[59,10,0.6474149465332033],[60,10,0.646484375],[61,10,0.6472770798950195],[62,10,0.6520040703125001],[63,10,0.6625892372436524],[64,10,0.6792397187500001],[65,10,0.7009210586547852],[66,10,0.7257788398437499],[67,10,0.751506792175293],[68,10,0.7756613749999999],[69,10,0.7959228342895508],[70,10,0.810302734375],[71,10,0.8172979642944336],[72,10,0.81599121875],[73,10,0.8060979536743165],[74,10,0.78795981640625],[75,10,0.7624845504760742],[76,10,0.7310323750000002],[77,10,0.695248838684082],[78,10,0.6568441484375],[79,10,0.6173189725952147],[80,10,0.57763671875],[81,10,0.5375708359985353],[82,10,0.4956380937500003],[83,10,0.4514848897094723],[84,10,0.40595440624999984],[85,10,0.3606424331665039],[86,10,0.3175137031250001],[87,10,0.27857873980712916],[88,10,0.24563121874999982],[89,10,0.22004584088134765],[90,10,0.20263671875],[91,10,0.19357627545166012],[92,10,0.19237465624999994],[93,10,0.19791965289306646],[94,10,0.20857714062500005],[95,10,0.2223520278930664],[96,10,0.2371097187500001],[97,10,0.25085808795165987],[98,10,0.2620899687499998],[99,10,0.27018615338134755],[0,11,0.35661822265625],[1,11,0.4057497153290662],[2,11,0.4500861962309375],[3,11,0.4859607807276355],[4,11,0.51089554658625],[5,11,0.5235394115257264],[6,11,0.5235882423073437],[7,11,0.5116871953651356],[8,11,0.48931528897625],[9,11,0.45865220697125364],[10,11,0.42242733398437504],[11,11,0.3837510222436902],[12,11,0.34592808990125],[13,11,0.312253550903148],[14,11,0.28579057639953137],[15,11,0.2691306876945496],[16,11,0.2641361807362499],[17,11,0.2716647821464106],[18,11,0.29127653679031273],[19,11,0.3209229268864645],[20,11,0.35661822265625],[21,11,0.39247957244692266],[22,11,0.42318725653625006],[23,11,0.44538732110203977],[24,11,0.45740493711999997],[25,11,0.45894801191329954],[26,11,0.4508285691621875],[27,11,0.4347018973736706],[28,11,0.41282346681125004],[29,11,0.3878236148847156],[30,11,0.3625],[31,11,0.3396278238690906],[32,11,0.3217878222799999],[33,11,0.31121202432679573],[34,11,0.3096472800996875],[35,11,0.31823655683517454],[36,11,0.33741800352624995],[37,11,0.3668417839926644],[38,11,0.4053046784112504],[39,11,0.4507024533062981],[40,11,0.5],[41,11,0.550108147770886],[42,11,0.6003713480140626],[43,11,0.6498238766859497],[44,11,0.6967206725437501],[45,11,0.7389633480453491],[46,11,0.7744587002492187],[47,11,0.8014097217143189],[48,11,0.8185391114],[49,11,0.8252452855659058],[50,11,0.821690888671875],[51,11,0.8088238042778443],[52,11,0.7883306659437499],[53,11,0.7625228681294313],[54,11,0.7341550770945312],[55,11,0.7061762417984009],[56,11,0.6814131047999998],[57,11,0.6621862131577998],[58,11,0.6498584293296881],[59,11,0.6443159420728639],[60,11,0.64338177734375],[61,11,0.6441368364067801],[62,11,0.6486472784448047],[63,11,0.6587711706609762],[64,11,0.6747426932757814],[65,11,0.6956172212991715],[66,11,0.7196666747627538],[67,11,0.7447251374120396],[68,11,0.76848474385875],[69,11,0.788741835193184],[70,11,0.8035933830566406],[71,11,0.8115836821739035],[72,11,0.8118013113457813],[73,11,0.8039263629017082],[74,11,0.7882279406124022],[75,11,0.765511926062584],[76,11,0.7370190134837502],[77,11,0.7042730130470096],[78,11,0.6688794226159767],[79,11,0.6322742679597213],[80,11,0.5954232114257813],[81,11,0.5580958100352358],[82,11,0.5185025453788284],[83,11,0.4759780215451755],[84,11,0.4311480101854686],[85,11,0.38548270974349974],[86,11,0.3409086204556643],[87,11,0.2994790351209305],[88,11,0.263103145640781],[89,11,0.23333376532912714],[90,11,0.21121366699218752],[91,11,0.1971805367783448],[92,11,0.1910305437979688],[93,11,0.19194052551321167],[94,11,0.19854878889777344],[95,11,0.20909452736663814],[96,11,0.22161585347578128],[97,11,0.23420644739184665],[98,11,0.24533082113179672],[99,11,0.25419819857252923],[0,12,0.36308000000000007],[1,12,0.4122807223475],[2,12,0.45703273664000005],[3,12,0.4938458947775],[4,12,0.52027294976],[5,12,0.5348863671875],[6,12,0.53723312096],[7,12,0.5277674731775001],[8,12,0.50776173824],[9,12,0.47919503114749995],[10,12,0.44462],[11,12,0.40700754269749995],[12,12,0.36956950784000003],[13,12,0.33555937982749995],[14,12,0.3080509481600001],[15,12,0.2896949609374999],[16,12,0.28245376255999993],[17,12,0.2873139156275007],[18,12,0.3039768070400003],[19,12,0.3305272382975009],[20,12,0.36308000000000007],[21,12,0.39579133217750007],[22,12,0.42335522816000004],[23,12,0.44248978229749997],[24,12,0.45163664384],[25,12,0.45063839843750003],[26,12,0.44043796544],[27,12,0.4228000109975],[28,12,0.40005437696000007],[29,12,0.3748615255775001],[30,12,0.35],[31,12,0.3281759005775],[32,12,0.3118543769599999],[33,12,0.30311313599750006],[34,12,0.30351796544],[35,12,0.3140202734375],[36,12,0.33487664383999993],[37,12,0.3655904072974997],[38,12,0.4048752281600004],[39,12,0.45064070717750043],[40,12,0.5],[41,12,0.5501006642249998],[42,12,0.6003160352000001],[43,12,0.6496519166749999],[44,12,0.6963464064000001],[45,12,0.738294453125],[46,12,0.7734049135999999],[47,12,0.799890109575],[48,12,0.8164878847999999],[49,12,0.822616162025],[50,12,0.81846],[51,12,0.804991150475],[52,12,0.7839201151999999],[53,12,0.7575807029250001],[54,12,0.7287470864],[55,12,0.700383359375],[56,12,0.6753255935999998],[57,12,0.6558963958249995],[58,12,0.6434519648000006],[59,12,0.6378616482750001],[60,12,0.6369199999999999],[61,12,0.6376350078449999],[62,12,0.64191640352],[63,12,0.6515565312499999],[64,12,0.66682455936],[65,12,0.686878296875],[66,12,0.7101305259199999],[67,12,0.73456984992],[68,12,0.7580360575999999],[69,12,0.7784500027850001],[70,12,0.793998],[71,12,0.80327073587],[72,12,0.8053566963200001],[73,12,0.799890109575],[74,12,0.78705340496],[75,12,0.7675341874999999],[76,12,0.7424367283200002],[77,12,0.713147970845],[78,12,0.6811580528000001],[79,12,0.6478353440099999],[80,12,0.614156],[81,12,0.5799006115637502],[82,12,0.5429660528000003],[83,12,0.5023614286587498],[84,12,0.45848305023999986],[85,12,0.41266602734375],[86,12,0.3667923531200002],[87,12,0.32295548081875036],[88,12,0.28318139263999975],[89,12,0.2492061606837499],[90,12,0.22231],[91,12,0.20320781373875008],[92,12,0.19199623040000008],[93,12,0.18815713318375005],[94,12,0.19061768144000008],[95,12,0.19786682421875001],[96,12,0.20812830592000003],[97,12,0.21959016404374987],[98,12,0.23069071904],[99,12,0.24046105625874997],[0,13,0.3726870898437501],[1,13,0.4219639629295081],[2,13,0.46717305252406255],[3,13,0.5050186158546106],[4,13,0.5330871478337501],[5,13,0.5498670188331605],[6,13,0.5547414247001563],[7,13,0.5479546490171107],[8,13,0.53055163760375],[9,13,0.5042908852623206],[10,13,0.47153063476562507],[11,13,0.435088388087931],[12,13,0.39807372987875],[13,13,0.3636944631794884],[14,13,0.33503605738296893],[15,13,0.31481440843582165],[16,13,0.3051019112837501],[17,13,0.30702684455966506],[18,13,0.32044606751468785],[19,13,0.34359102919203344],[20,13,0.3726870898437501],[21,13,0.4019305947595423],[22,13,0.42601791068375006],[23,13,0.44173537037880006],[24,13,0.44764623216000005],[25,13,0.4437386467170715],[26,13,0.43110031169281254],[27,13,0.4116198140188879],[28,13,0.38771466000875004],[29,13,0.36208599320768686],[30,13,0.3375],[31,13,0.3165960029733118],[32,13,0.3017212420399999],[33,13,0.294792343315763],[34,13,0.2971834757553125],[35,13,0.30964119554519653],[36,13,0.33222597825375],[37,13,0.3642804387381747],[38,13,0.40442423880875034],[39,13,0.4505756826501676],[40,13,0.5],[41,13,0.5500895380140746],[42,13,0.6002337985109376],[43,13,0.6493962540009642],[44,13,0.6957899637562501],[45,13,0.7372999692153931],[46,13,0.7718381893882811],[47,13,0.7976308162608765],[48,13,0.8134382102],[49,13,0.8187072953581176],[50,13,0.8136564550781249],[51,13,0.7992929272981324],[52,13,0.7773626999562498],[53,13,0.7502329063953735],[54,13,0.7207067207679687],[55,13,0.6917707534408568],[56,13,0.6662749463999997],[57,13,0.6465449686552851],[58,13,0.633927111645313],[59,13,0.6282656846421755],[60,13,0.6273129101562499],[61,13,0.6279852253500418],[62,13,0.6320233849701171],[63,13,0.6411526239281491],[64,13,0.6556836628745313],[65,13,0.6748881987466812],[66,13,0.6973335830744725],[67,13,0.7211766880427963],[68,13,0.7444169603112498],[69,13,0.7651086625909573],[70,13,0.7815323029785155],[71,13,0.7923252520470724],[72,13,0.7965715476945313],[73,13,0.7938508877488858],[74,13,0.7842468103306834],[75,13,0.7683140619726181],[76,13,0.7470051534962501],[77,13,0.7215561036458573],[78,13,0.6933313704794141],[79,13,0.6636279705166989],[80,13,0.6334387856445313],[81,13,0.6025684853486111],[82,13,0.5685965114541409],[83,13,0.5301965982866026],[84,13,0.48752606540421867],[85,13,0.4417767344360352],[86,13,0.39478000204144553],[87,13,0.3486660689911466],[88,13,0.305577325369531],[89,13,0.267435891898518],[90,13,0.23576531738281253],[91,13,0.21156643227660776],[92,13,0.19524735837171886],[93,13,0.18660767460715333],[94,13,0.1848767390001172],[95,13,0.1888061666984558],[96,13,0.19681646415453125],[97,13,0.20719781942053456],[98,13,0.21836504856523442],[99,13,0.22916669821215946],[0,14,0.385169375],[1,14,0.43452872551160154],[2,14,0.48023286473],[3,14,0.5191966066192578],[4,14,0.54904299132],[5,14,0.5681693072509766],[6,14,0.5757813653449999],[7,14,0.5718960254192578],[8,14,0.5573119746799999],[9,14,0.5335487583616014],[10,14,0.5027540624999999],[11,14,0.4675792488405077],[12,14,0.4310231418799999],[13,14,0.3962440680434764],[14,14,0.366340146995],[15,14,0.34409783508300773],[16,14,0.3317087209199998],[17,14,0.3304545730966022],[18,14,0.3403606400300002],[19,14,0.3598172019467586],[20,14,0.385169375],[21,14,0.41065453627082027],[22,14,0.43096106012],[23,14,0.44294003514207025],[24,14,0.44528101888],[25,14,0.4381276788330078],[26,14,0.42272518133000003],[27,14,0.4010993282686328],[28,14,0.37576744172000004],[29,14,0.3494809963989454],[30,14,0.325],[31,14,0.30489912139894526],[32,14,0.29140556671999995],[33,14,0.28626870326863285],[34,14,0.29066143133],[35,14,0.30511330383300783],[36,14,0.32947539388],[37,14,0.36291691014207006],[38,14,0.4039535601200003],[39,14,0.45050766127082065],[40,14,0.5],[41,14,0.5500750819675779],[42,14,0.6001269501500001],[43,14,0.6490640769886717],[44,14,0.6950669898000001],[45,14,0.7360078576660156],[46,14,0.7698025783249999],[47,14,0.7946953650621094],[48,14,0.8094758336],[49,14,0.8136285889894531],[50,14,0.8074153125],[51,14,0.7918893485105469],[52,14,0.7688427913999999],[53,14,0.7406860724378908],[54,14,0.710260046675],[55,14,0.6805805798339843],[56,14,0.6545156351999999],[57,14,0.6343948605113277],[58,14,0.6215516748500006],[59,14,0.6157978555324221],[60,14,0.614830625],[61,14,0.6154574111168946],[62,14,0.6192366675225001],[63,14,0.6278236475994337],[64,14,0.64157567551],[65,14,0.6598884307250976],[66,14,0.68149648041875],[67,14,0.7047380597282618],[68,14,0.72778409988],[69,14,0.7488315041808009],[70,14,0.766260671875],[71,14,0.7787572698670899],[72,14,0.78539825231],[73,14,0.785702128059004],[74,14,0.77964347599125],[75,14,0.767631708190918],[76,14,0.7504540810000001],[77,14,0.729182953934707],[78,14,0.7050472964674999],[79,14,0.679268442674746],[80,14,0.65286009375],[81,14,0.6256619137812305],[82,14,0.5949356989600002],[83,14,0.5590139991335739],[84,14,0.5178083284499998],[85,14,0.47236047625732414],[86,14,0.4244454440700001],[87,14,0.37622600860248073],[88,14,0.3299589108699996],[89,14,0.28775267135654276],[90,14,0.25137703124999994],[91,14,0.2221240197445118],[92,14,0.20072064741000006],[93,14,0.18729322562888662],[94,14,0.18138331209999997],[95,14,0.18201528240966797],[96,14,0.18781552766999998],[97,14,0.19718327822435538],[98,14,0.2085130534200001],[99,14,0.2204687374479492],[0,15,0.40020751953125],[1,15,0.44965497147750855],[2,15,0.4958879169921875],[3,15,0.5360460843162537],[4,15,0.56779155078125],[5,15,0.5894243121147156],[6,15,0.5999606987304688],[7,15,0.5991746390037537],[8,15,0.58760176953125],[9,15,0.566506392375946],[10,15,0.537811279296875],[11,15,0.5039903229637146],[12,15,0.4679240351562499],[13,15,0.4327178919486998],[14,15,0.4014835258789063],[15,15,0.3770827651023865],[16,15,0.3618345195312499],[17,15,0.35718451395797796],[18,15,0.36333786816406277],[19,15,0.3788545240135201],[20,15,0.40020751953125],[21,15,0.4216760872154236],[22,15,0.43793139453125],[23,15,0.445886190120697],[24,15,0.4443605],[25,15,0.4336623549461365],[26,15,0.4152056708984375],[27,15,0.39116528237533565],[28,15,0.3641691289062501],[29,15,0.33702759447860725],[30,15,0.3125],[31,15,0.2930982487754822],[32,15,0.2809276249999999],[33,15,0.27756474526596076],[34,15,0.2839726630859375],[35,15,0.3004531264305115],[36,15,0.32663598828124996],[37,15,0.3615057701988218],[38,15,0.4034653789062502],[39,15,0.45043697588729886],[40,15,0.5],[41,15,0.5500576659164427],[42,15,0.5999982236328126],[43,15,0.6486638837661742],[44,15,0.6941959804687501],[45,15,0.734451174736023],[46,15,0.7673501577148436],[47,15,0.7911588540115357],[48,15,0.8047021249999999],[49,15,0.8075099721298218],[50,15,0.799896240234375],[51,15,0.7829698208389283],[52,15,0.7585783554687499],[53,15,0.7291844389572144],[54,15,0.6976743227539062],[55,15,0.667099118232727],[56,15,0.6403484999999998],[57,15,0.6197569092025752],[58,15,0.6066422568359381],[59,15,0.6007771270523073],[60,15,0.59979248046875],[61,15,0.6003707530488968],[62,15,0.6038742196044922],[63,15,0.611883836985588],[64,15,0.6248069809570314],[65,15,0.6421718746423721],[66,15,0.6628916699829102],[67,15,0.685498182211876],[68,15,0.70834527734375],[69,15,0.7297819126787186],[70,15,0.7482948303222656],[71,15,0.762620903719902],[72,15,0.7718291372070313],[73,15,0.7753723185739517],[74,15,0.773108324645996],[75,15,0.7652910798788071],[76,15,0.7525311679687501],[77,15,0.7357260964784623],[78,15,0.715960214477539],[79,15,0.6943742831983565],[80,15,0.6720046997070312],[81,15,0.6487347189140321],[82,15,0.6215119055175783],[83,15,0.58832598033905],[84,15,0.5488386791992186],[85,15,0.5039365887641907],[86,15,0.4553329058837892],[87,15,0.40521812042236366],[88,15,0.35595962158203087],[89,15,0.30985022771835313],[90,15,0.2689056396484375],[91,15,0.2347108174514771],[92,15,0.2083152807617189],[93,15,0.19017733255386338],[94,15,0.1801572064208985],[95,15,0.17755913734436035],[96,15,0.18122235595703112],[97,15,0.1896610062980652],[98,15,0.201252987060547],[99,15,0.21447771633148205],[0,16,0.41744000000000003],[1,16,0.4669803818800001],[2,16,0.51377111552],[3,16,0.55518917012],[4,16,0.58893779968],[5,16,0.6132143750000001],[6,16,0.62683536128],[7,16,0.62931844132],[8,16,0.62092178432],[9,16,0.60264046028],[10,16,0.5761600000000001],[11,16,0.54376710068],[12,16,0.50821747712],[13,16,0.47256085851999996],[14,16,0.4399231308800001],[15,16,0.41324562500000006],[16,16,0.3949815500799999],[17,16,0.3867495729200007],[18,16,0.38894454272000023],[19,16,0.4003053614800009],[20,16,0.41744000000000003],[21,16,0.43467025332000003],[22,16,0.44664217088],[23,16,0.45032750348],[24,16,0.44468032512000005],[25,16,0.430180625],[26,16,0.40842075392],[27,16,0.38173472507999995],[28,16,0.35287036928000004],[29,16,0.3247043445200001],[30,16,0.3],[31,16,0.28120809452],[32,16,0.2703103692799999],[33,16,0.26870597508000005],[34,16,0.27714075392],[35,16,0.29567937499999997],[36,16,0.32372032512],[37,16,0.3600537534799998],[38,16,0.4029621708800002],[39,16,0.45036400332000026],[40,16,0.5],[41,16,0.5500377085499998],[42,16,0.5998507136000001],[43,16,0.6482052951499999],[44,16,0.6931978752000001],[45,16,0.73266734375],[46,16,0.7645398847999999],[47,16,0.78710630235],[48,16,0.7992318463999999],[49,16,0.8004985389499999],[50,16,0.79128],[51,16,0.77274877355],[52,16,0.7468161535999999],[53,16,0.7160045101500001],[54,16,0.6832521152],[55,16,0.65165046875],[56,16,0.6241141247999997],[57,16,0.6029830173499994],[58,16,0.5895572864000006],[59,16,0.5835646039500002],[60,16,0.58256],[61,16,0.5830866781899999],[62,16,0.58629654272],[63,16,0.59369057639],[64,16,0.605728],[65,16,0.62207646875],[66,16,0.6418376230399999],[67,16,0.6637479936699999],[68,16,0.6863552614399999],[69,16,0.7081698711500001],[70,16,0.727792],[71,16,0.7440138803899999],[72,16,0.75589747712],[73,16,0.76282751899],[74,16,0.7645398848],[75,16,0.76112534375],[76,16,0.7530086502400001],[77,16,0.7409029930700002],[78,16,0.72573979904],[79,16,0.7085738909499999],[80,16,0.690464],[81,16,0.6713431122500001],[82,16,0.6478515276800002],[83,16,0.6176386718899998],[84,16,0.5801154252799999],[85,16,0.5360096562500001],[86,16,0.4869678272000002],[87,16,0.4352026733300004],[88,16,0.3831869542399997],[89,16,0.3333932783299999],[90,16,0.28808000000000006],[91,16,0.24912318965000013],[92,16,0.21789467648000022],[93,16,0.1951861640899999],[94,16,0.18117941888000005],[95,16,0.17546253125],[96,16,0.17709224959999992],[97,16,0.18470238713000003],[98,16,0.19665830144000024],[99,16,0.2112574469300001],[0,17,0.43647013671874996],[1,17,0.48610740416271603],[2,17,0.5334796685853125],[3,17,0.5762112384795568],[4,17,0.6120482972287499],[5,17,0.6390812224006652],[6,17,0.6559181065732812],[7,17,0.6618094796920568],[8,17,0.6567242329587499],[9,17,0.6413767442517784],[10,17,0.6172052050781249],[11,17,0.5863011490567833],[12,17,0.5512901819337498],[13,17,0.5151639131285557],[14,17,0.4810630888123437],[15,17,0.45201192651748645],[16,17,0.4306036512787498],[17,17,0.4186372333059979],[18,17,0.41670532718843767],[19,17,0.42373341263041703],[20,17,0.43647013671874996],[21,17,0.4492804363299963],[22,17,0.45677876187874994],[23,17,0.4559936889119104],[24,17,0.44601627184],[25,17,0.4275046804237365],[26,17,0.4022376347290625],[27,17,0.37271663855063103],[28,17,0.34181701130375003],[29,17,0.31248771838478157],[30,17,0.2875],[31,17,0.2692447984629065],[32,17,0.25957898395999995],[33,17,0.2597203787850061],[34,17,0.2701915800415625],[35,17,0.29081258081436157],[36,17,0.32074218980875],[37,17,0.35856824945878524],[38,17,0.4024466525037501],[39,17,0.4502891570331215],[40,17,0.5],[41,17,0.5500156692729125],[42,17,0.5996878156296876],[43,17,0.6476988675304076],[44,17,0.6920956496812501],[45,17,0.7306974272537231],[46,17,0.7614364501039061],[47,17,0.782630996991687],[48,17,0.7931909198],[49,17,0.7927556877540649],[50,17,0.781764931640625],[51,17,0.7614614880271852],[52,17,0.7338269434812499],[53,17,0.7014496787895631],[54,17,0.6673254131773437],[55,17,0.6345902485275269],[56,17,0.6061862135999998],[57,17,0.5844593082508418],[58,17,0.5706900476515632],[59,17,0.5645565065083377],[60,17,0.56352986328125],[61,17,0.5640018249355716],[62,17,0.5668996717979298],[63,17,0.5736374853944259],[64,17,0.5847264545232813],[65,17,0.5999787769403457],[66,17,0.6186928595130664],[67,17,0.6398198168429112],[68,17,0.66211126835625],[69,17,0.6842484338636943],[70,17,0.7049525275878906],[71,17,0.7230764506597751],[72,17,0.7376777820832813],[73,17,0.7480730681685073],[74,17,0.7538734104333398],[75,17,0.7550013519735337],[76,17,0.75168906230125],[77,17,0.7444578206520511],[78,17,0.7340787977603513],[79,17,0.7215151361033272],[80,17,0.7078453286132812],[81,17,0.6930556922876514],[82,17,0.6734896254941407],[83,17,0.646462886480936],[84,17,0.6111373103704686],[85,17,0.5680802326278687],[86,17,0.5188670132951954],[87,17,0.4657266619914371],[88,17,0.4112305636782808],[89,17,0.3580243051916599],[90,17,0.30860260253906246],[91,17,0.265127328962621],[92,17,0.22928864376796892],[93,17,0.20220922191886948],[94,17,0.18439158439761721],[95,17,0.17570852933120723],[96,17,0.1754366638832811],[97,17,0.18233303691184088],[98,17,0.1947548723927347],[99,17,0.2108224036089149],[0,18,0.45687312500000005],[1,18,0.5066102988819923],[2,18,0.5545822261100001],[3,18,0.598668266463711],[4,18,0.6366588712400001],[5,18,0.6665340887451173],[6,18,0.6866871419150001],[7,18,0.696093078063711],[8,18,0.6944224907600001],[9,18,0.6821003138319922],[10,18,0.6603096875000001],[11,18,0.630940896637461],[12,18,0.5964853811599999],[13,18,0.5598748185426171],[14,18,0.5242652784650002],[15,18,0.4927664495849611],[16,18,0.46811593844],[17,18,0.45229864047699286],[18,18,0.44611118321000026],[19,18,0.4486714415062119],[20,18,0.45687312500000005],[21,18,0.4651247548058985],[22,18,0.46800423284000003],[23,18,0.4625952965296485],[24,18,0.4481282201600001],[25,18,0.42544410583496095],[26,18,0.39651410231000006],[27,18,0.3640135516968359],[28,18,0.3309510640400001],[29,18,0.30035251976527355],[30,18,0.275],[31,18,0.25722564476527343],[32,18,0.24876043903999995],[33,18,0.25063792669683593],[34,18,0.26315285230999996],[35,18,0.28587473083496096],[36,18,0.31771634516],[37,18,0.35705717152964833],[38,18,0.4019217328400001],[39,18,0.4502128798058986],[40,18,0.5],[41,18,0.5499920400621092],[42,18,0.59951316605],[43,18,0.6471559057566405],[44,18,0.6909139086000001],[45,18,0.7285853991699218],[46,18,0.7581091307749999],[47,18,0.7778328389894531],[48,18,0.7867141952],[49,18,0.7844542601527342],[50,18,0.7715634375],[51,18,0.7493599273472656],[52,18,0.7199006797999998],[53,18,0.685844848510547],[54,18,0.6502497442249999],[55,18,0.6162992883300781],[56,18,0.5869649663999997],[57,18,0.5645992817433587],[58,18,0.5504617089500006],[59,18,0.5441771474378908],[60,18,0.543126875],[61,18,0.5435410140217383],[62,18,0.5461081665124999],[63,18,0.552147476488496],[64,18,0.56222057043],[65,18,0.5762874487915038],[66,18,0.5938498053837499],[67,18,0.6140817746276367],[68,18,0.6359481066799999],[69,18,0.6583097704312696],[70,18,0.6800169843749999],[71,18,0.6999896753492774],[72,18,0.7172853651500001],[73,18,0.7311544850160351],[74,18,0.74108311798625],[75,18,0.746823169128418],[76,18,0.7484099636400001],[77,18,0.7461672728208009],[78,18,0.7406997679174999],[79,18,0.7328729018400586],[80,18,0.72378021875],[81,18,0.7134623898214258],[82,18,0.6979794430100001],[83,18,0.6743240228208006],[84,18,0.64141354993],[85,18,0.5996547263793947],[86,18,0.5505480768350002],[87,18,0.49633252590970744],[88,18,0.4396700115499997],[89,18,0.38337013448673807],[90,18,0.33015484375000004],[91,18,0.28246315824798846],[92,18,0.2422959244100002],[93,18,0.21110060989345686],[94,18,0.18969613335500002],[95,18,0.1782377302856445],[96,18,0.1762218549099998],[97,18,0.18253111814955086],[98,18,0.1955192616500004],[99,18,0.21313616787267592]];
let d = [];
for (let i = 0; i < data2.length; i++) {
if (data2[i][0] < 2) {
d.push(data2[i]);
}
}
chart.setOption({
grid: {
left: 30,
top: 10,
right: 10
},
tooltip: {},
xAxis: {
type: 'category',
show: false
},
yAxis: yAxis,
visualMap: {
min: 0,
max: 1,
show: false,
calculable: true,
realtime: false,
inRange: {
color: ['#0000ba', '#29ffdf', '#f9fd0c', '#ff9400']
// color: ['#313695', '#4575b4', '#74add1', '#abd9e9', '#e0f3f8', '#ffffbf', '#fee090', '#fdae61', '#f46d43', '#d73027', '#a50026']
}
},
series: [{
name: '图表1',
type: 'heatmap',
itemStyle: {
emphasis: {
borderColor: '#333',
borderWidth: 1
}
},
progressive: false,
animation: false,
data: d
}]
});
});
</script>
</body>
</html>