This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/echarts-custom-series.git
The following commit(s) were added to refs/heads/main by this push:
new 1848dce feat: use seedrandom to make sure thumbnail is the same
1848dce is described below
commit 1848dcebf82c82fb8f1921597bd0e1b26e58541c
Author: Ovilia <[email protected]>
AuthorDate: Thu Oct 24 16:04:43 2024 +0800
feat: use seedrandom to make sure thumbnail is the same
---
custom-series/lineRange/dist/index.js | 6 +-
custom-series/lineRange/dist/index.min.js | 2 +-
custom-series/lineRange/dist/index.min.js.map | 2 +-
package-lock.json | 7 +
package.json | 1 +
screenshots/lineRange.svg | 42 +--
screenshots/stage.svg | 84 ++---
screenshots/violin.svg | 422 +++++++++++++++++---------
scripts/thumbnail.js | 10 +
9 files changed, 374 insertions(+), 202 deletions(-)
diff --git a/custom-series/lineRange/dist/index.js
b/custom-series/lineRange/dist/index.js
index 190c8f0..c19f8c3 100644
--- a/custom-series/lineRange/dist/index.js
+++ b/custom-series/lineRange/dist/index.js
@@ -65,7 +65,7 @@
shadowOffsetX: areaStyle.shadowOffsetX,
shadowOffsetY: areaStyle.shadowOffsetY,
},
- silent: true,
+ disableTooltip: true,
});
}
var lineStyle = itemPayload.lineStyle || {};
@@ -90,7 +90,7 @@
pathData: pathDataStart,
},
style: polylineStyle,
- silent: true,
+ disableTooltip: true,
});
group.children.push({
type: 'path',
@@ -98,7 +98,7 @@
pathData: pathDataEnd,
},
style: polylineStyle,
- silent: true,
+ disableTooltip: true,
});
}
return group;
diff --git a/custom-series/lineRange/dist/index.min.js
b/custom-series/lineRange/dist/index.min.js
index 3f928c8..1cd71b9 100644
--- a/custom-series/lineRange/dist/index.min.js
+++ b/custom-series/lineRange/dist/index.min.js
@@ -16,4 +16,4 @@
* specific language governing permissions and limitations
* under the License.
*/
-!function(e,t){"object"==typeof exports&&"undefined"!=typeof
module?module.exports=t(require("echarts")):"function"==typeof
define&&define.amd?define(["echarts"],t):(e="undefined"!=typeof
globalThis?globalThis:e||self).lineRangeCustomSeriesInstaller=t(e.echarts)}(this,(function(e){"use
strict";var t=function(t,o){var
a={type:"group",children:[]},s=t.dataInsideLength;if(t.dataIndex===s-1){for(var
i=t.itemPayload,r=1===t.encode.x.length,l=r?t.encode.y[0]:t.encode.x[0],n=r?t.encode.y[1]:t.e
[...]
\ No newline at end of file
+!function(e,o){"object"==typeof exports&&"undefined"!=typeof
module?module.exports=o(require("echarts")):"function"==typeof
define&&define.amd?define(["echarts"],o):(e="undefined"!=typeof
globalThis?globalThis:e||self).lineRangeCustomSeriesInstaller=o(e.echarts)}(this,(function(e){"use
strict";var o=function(o,t){var
a={type:"group",children:[]},s=o.dataInsideLength;if(o.dataIndex===s-1){for(var
i=o.itemPayload,l=1===o.encode.x.length,r=l?o.encode.y[0]:o.encode.x[0],d=l?o.encode.y[1]:o.e
[...]
\ No newline at end of file
diff --git a/custom-series/lineRange/dist/index.min.js.map
b/custom-series/lineRange/dist/index.min.js.map
index 284d155..248491f 100644
--- a/custom-series/lineRange/dist/index.min.js.map
+++ b/custom-series/lineRange/dist/index.min.js.map
@@ -1 +1 @@
-{"version":3,"names":["global","factory","exports","module","require","define","amd","globalThis","self","lineRangeCustomSeriesInstaller","echarts","this","renderItem","params","api","group","type","children","cnt","dataInsideLength","dataIndex","itemPayload","isHorizontal","encode","x","length","startDim","y","endDim","points","pathDataStart","pathDataEnd","i","startValue","value","startCoord","coord","push","endValue","endCoord","areaStyle","shape","style","fill","color","visual","opac
[...]
\ No newline at end of file
+{"version":3,"names":["global","factory","exports","module","require","define","amd","globalThis","self","lineRangeCustomSeriesInstaller","echarts","this","renderItem","params","api","group","type","children","cnt","dataInsideLength","dataIndex","itemPayload","isHorizontal","encode","x","length","startDim","y","endDim","points","pathDataStart","pathDataEnd","i","startValue","value","startCoord","coord","push","endValue","endCoord","areaStyle","shape","style","fill","color","visual","opac
[...]
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index ae8976a..9ff1e44 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,6 +16,7 @@
"echarts": "^5.5.1",
"http-server": "^14.1.1",
"rollup": "^4.22.4",
+ "seedrandom": "^3.0.5",
"terser": "^5.31.6",
"typescript": "^5.5.4"
}
@@ -991,6 +992,12 @@
"integrity":
"sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==",
"dev": true
},
+ "node_modules/seedrandom": {
+ "version": "3.0.5",
+ "resolved":
"https://registry.npmjs.org/seedrandom/-/seedrandom-3.0.5.tgz",
+ "integrity":
"sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==",
+ "dev": true
+ },
"node_modules/set-function-length": {
"version": "1.2.2",
"resolved":
"https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
diff --git a/package.json b/package.json
index 54c4264..0c1c815 100644
--- a/package.json
+++ b/package.json
@@ -26,6 +26,7 @@
"echarts": "^5.5.1",
"http-server": "^14.1.1",
"rollup": "^4.22.4",
+ "seedrandom": "^3.0.5",
"terser": "^5.31.6",
"typescript": "^5.5.4"
},
diff --git a/screenshots/lineRange.svg b/screenshots/lineRange.svg
index ee13985..e9171f8 100644
--- a/screenshots/lineRange.svg
+++ b/screenshots/lineRange.svg
@@ -26,48 +26,52 @@
<text dominant-baseline="central" text-anchor="middle"
style="font-size:12px;font-family:sans-serif;" y="6"
transform="translate(368.5714 338)" fill="#6E7079">Thu</text>
<text dominant-baseline="central" text-anchor="middle"
style="font-size:12px;font-family:sans-serif;" y="6"
transform="translate(437.1429 338)" fill="#6E7079">Fri</text>
<text dominant-baseline="central" text-anchor="middle"
style="font-size:12px;font-family:sans-serif;" y="6"
transform="translate(505.7143 338)" fill="#6E7079">Sat</text>
-<polygon points="94.3 149.8 162.9 159.2 231.4 164 300 149.1 368.6 153.2 437.1
161.9 505.7 159.2 505.7 107.9 437.1 118.1 368.6 106.6 300 88.4 231.4 109.3
162.9 111.3 94.3 110.6" fill="#5470c6" fill-opacity="0.2"
ecmeta_series_index="0" ecmeta_data_index="6" ecmeta_ssr_type="chart"
ecmeta_silent="true" class="zr1-cls-2"></polygon>
-<path d="M94.3 149.8L162.9 159.2L231.4 163.9L300 149.1L368.6 153.1L437.1
161.9L505.7 159.2" fill="none" pointer-events="visible" stroke="#5470c6"
stroke-width="0" stroke-linecap="butt" stroke-miterlimit="10"
ecmeta_series_index="0" ecmeta_data_index="6" ecmeta_ssr_type="chart"
ecmeta_silent="true" class="zr1-cls-2"></path>
-<path d="M505.7 107.9L437.1 118.1L368.6 106.6L300 88.3L231.4 109.3L162.9
111.3L94.3 110.6" fill="none" pointer-events="visible" stroke="#5470c6"
stroke-width="0" stroke-linecap="butt" stroke-miterlimit="10"
ecmeta_series_index="0" ecmeta_data_index="6" ecmeta_ssr_type="chart"
ecmeta_silent="true" class="zr1-cls-2"></path>
+<polygon points="94.3 149.8 162.9 159.2 231.4 164 300 149.1 368.6 153.2 437.1
161.9 505.7 159.2 505.7 107.9 437.1 118.1 368.6 106.6 300 88.4 231.4 109.3
162.9 111.3 94.3 110.6" fill="#5470c6" fill-opacity="0.2"
ecmeta_series_index="0" ecmeta_data_index="6" ecmeta_ssr_type="chart"
class="zr1-cls-3"></polygon>
+<path d="M94.3 149.8L162.9 159.2L231.4 163.9L300 149.1L368.6 153.1L437.1
161.9L505.7 159.2" fill="none" pointer-events="visible" stroke="#5470c6"
stroke-width="0" stroke-linecap="butt" stroke-miterlimit="10"
ecmeta_series_index="0" ecmeta_data_index="6" ecmeta_ssr_type="chart"
class="zr1-cls-4"></path>
+<path d="M505.7 107.9L437.1 118.1L368.6 106.6L300 88.3L231.4 109.3L162.9
111.3L94.3 110.6" fill="none" pointer-events="visible" stroke="#5470c6"
stroke-width="0" stroke-linecap="butt" stroke-miterlimit="10"
ecmeta_series_index="0" ecmeta_data_index="6" ecmeta_ssr_type="chart"
class="zr1-cls-4"></path>
<g clip-path="url(#zr1-c0)">
-<path d="M94.3 131.3L162.9 146.4L231.4 130.8L300 133L368.6 123.8L437.1
138.2L505.7 132.5" fill="none" pointer-events="visible" stroke="#5470c6"
stroke-width="2" stroke-linejoin="bevel" class="zr1-cls-5"></path>
+<path d="M94.3 134.5L162.9 126L231.4 123.4L300 115.1L368.6 138.6L437.1
135.8L505.7 129.7" fill="none" pointer-events="visible" stroke="#5470c6"
stroke-width="2" stroke-linejoin="bevel" class="zr1-cls-4"></path>
</g>
-<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,94.2857,131.3106)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="0" ecmeta_ssr_type="chart"
class="zr1-cls-6"></path>
-<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,162.8571,146.4212)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="1" ecmeta_ssr_type="chart"
class="zr1-cls-6"></path>
-<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,231.4286,130.7965)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="2" ecmeta_ssr_type="chart"
class="zr1-cls-6"></path>
-<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,300,133.0354)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="3" ecmeta_ssr_type="chart"
class="zr1-cls-6"></path>
-<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,368.5714,123.7732)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="4" ecmeta_ssr_type="chart"
class="zr1-cls-6"></path>
-<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,437.1429,138.1992)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="5" ecmeta_ssr_type="chart"
class="zr1-cls-6"></path>
-<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,505.7143,132.5082)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="6" ecmeta_ssr_type="chart"
class="zr1-cls-6"></path>
+<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,94.2857,134.4772)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="0" ecmeta_ssr_type="chart"
class="zr1-cls-7"></path>
+<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,162.8571,125.9515)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="1" ecmeta_ssr_type="chart"
class="zr1-cls-7"></path>
+<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,231.4286,123.4274)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="2" ecmeta_ssr_type="chart"
class="zr1-cls-7"></path>
+<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,300,115.0835)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="3" ecmeta_ssr_type="chart"
class="zr1-cls-7"></path>
+<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,368.5714,138.5877)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="4" ecmeta_ssr_type="chart"
class="zr1-cls-7"></path>
+<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,437.1429,135.7629)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="5" ecmeta_ssr_type="chart"
class="zr1-cls-7"></path>
+<path d="M1 0A1 1 0 1 1 1 -0.1A1 1 0 0 1 1 0"
transform="matrix(2,0,0,2,505.7143,129.7046)" fill="#fff" stroke="#5470c6"
ecmeta_series_index="1" ecmeta_data_index="6" ecmeta_ssr_type="chart"
class="zr1-cls-7"></path>
<path d="M-5 -5l58.7 0l0 24l-58.7 0Z" transform="translate(275.64 20)"
fill="rgb(0,0,0)" fill-opacity="0" stroke="#ccc" stroke-width="0"
class="zr1-cls-2"></path>
<path d="M3.5 0L21.5 0A3.5 3.5 0 0 1 25 3.5L25 10.5A3.5 3.5 0 0 1 21.5 14L3.5
14A3.5 3.5 0 0 1 0 10.5L0 3.5A3.5 3.5 0 0 1 3.5 0" transform="translate(275.64
20)" fill="#5470c6" ecmeta_series_index="0" ecmeta_data_index="0"
ecmeta_ssr_type="legend" ecmeta_silent="true" class="zr1-cls-2"></path>
<text dominant-baseline="central" text-anchor="start"
style="font-size:12px;font-family:sans-serif;" x="30" y="7"
transform="translate(275.64 20)" fill="#333">line</text>
-<path d="M0 0l48.7 0l0 14l-48.7 0Z" transform="translate(275.64 20)"
fill="none" pointer-events="visible" ecmeta_series_index="0"
ecmeta_data_index="0" ecmeta_ssr_type="legend" class="zr1-cls-7"></path>
+<path d="M0 0l48.7 0l0 14l-48.7 0Z" transform="translate(275.64 20)"
fill="none" pointer-events="visible" ecmeta_series_index="0"
ecmeta_data_index="0" ecmeta_ssr_type="legend" class="zr1-cls-8"></path>
<defs >
<clipPath id="zr1-c0">
-<path d="M59 59l482 0l0 272l-482 0Z" fill="#000" class="zr1-cls-3
zr1-cls-4"></path>
+<path d="M59 59l482 0l0 272l-482 0Z" fill="#000" class="zr1-cls-5
zr1-cls-6"></path>
</clipPath>
</defs>
<style ><![CDATA[
.zr1-cls-2:hover {
pointer-events:none;
}
-.zr1-cls-3 {
-animation:zr1-ani-0 1s linear both;
+.zr1-cls-3:hover {
+cursor:pointer;
+fill:rgba(92,123,217,1);
}
.zr1-cls-4:hover {
cursor:pointer;
-fill:rgba(0,0,0,1);
}
-.zr1-cls-5:hover {
-cursor:pointer;
+.zr1-cls-5 {
+animation:zr1-ani-0 1s linear both;
}
.zr1-cls-6:hover {
cursor:pointer;
-fill:rgba(255,255,255,1);
+fill:rgba(0,0,0,1);
}
.zr1-cls-7:hover {
cursor:pointer;
+fill:rgba(255,255,255,1);
+}
+.zr1-cls-8:hover {
+cursor:pointer;
fill:rgba(0,0,0,0);
}
@keyframes zr1-ani-0 {
diff --git a/screenshots/stage.svg b/screenshots/stage.svg
index 65d3db7..4b4184c 100644
--- a/screenshots/stage.svg
+++ b/screenshots/stage.svg
@@ -1,21 +1,21 @@
<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full"
viewBox="0 0 600 400">
<rect width="600" height="400" x="0" y="0" fill="#fff"></rect>
-<path d="M60 330.5L540 330.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr2-cls-8"></path>
-<path d="M60 262.5L540 262.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr2-cls-8"></path>
-<path d="M60 195.5L540 195.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr2-cls-8"></path>
-<path d="M60 127.5L540 127.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr2-cls-8"></path>
-<path d="M60 60.5L540 60.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr2-cls-8"></path>
-<path d="M60.5 60L60.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-8"></path>
-<path d="M60.5 60L60.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-8"></path>
-<path d="M120.5 60L120.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-8"></path>
-<path d="M180.5 60L180.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-8"></path>
-<path d="M240.5 60L240.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-8"></path>
-<path d="M300.5 60L300.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-8"></path>
-<path d="M360.5 60L360.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-8"></path>
-<path d="M420.5 60L420.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-8"></path>
-<path d="M480.5 60L480.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-8"></path>
-<path d="M540.5 60L540.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-8"></path>
-<path d="M60.5 330L60.5 60" fill="none" pointer-events="visible" stroke="#ccc"
stroke-linecap="round" class="zr2-cls-8"></path>
+<path d="M60 330.5L540 330.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr2-cls-9"></path>
+<path d="M60 262.5L540 262.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr2-cls-9"></path>
+<path d="M60 195.5L540 195.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr2-cls-9"></path>
+<path d="M60 127.5L540 127.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr2-cls-9"></path>
+<path d="M60 60.5L540 60.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr2-cls-9"></path>
+<path d="M60.5 60L60.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-9"></path>
+<path d="M60.5 60L60.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-9"></path>
+<path d="M120.5 60L120.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-9"></path>
+<path d="M180.5 60L180.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-9"></path>
+<path d="M240.5 60L240.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-9"></path>
+<path d="M300.5 60L300.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-9"></path>
+<path d="M360.5 60L360.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-9"></path>
+<path d="M420.5 60L420.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-9"></path>
+<path d="M480.5 60L480.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-9"></path>
+<path d="M540.5 60L540.5 330" fill="none" pointer-events="visible"
stroke="#E0E6F1" stroke-opacity="0.8" stroke-dasharray="4,2"
class="zr2-cls-9"></path>
+<path d="M60.5 330L60.5 60" fill="none" pointer-events="visible" stroke="#ccc"
stroke-linecap="round" class="zr2-cls-9"></path>
<text dominant-baseline="central" text-anchor="start" style="font: normal
normal 12px sans-serif" y="6" transform="translate(60 338)"
fill="#c6c6c6">03:00</text>
<text dominant-baseline="central" text-anchor="start" style="font: normal
normal 12px sans-serif" y="6" transform="translate(120 338)"
fill="#c6c6c6">04:00</text>
<text dominant-baseline="central" text-anchor="start" style="font: normal
normal 12px sans-serif" y="6" transform="translate(180 338)"
fill="#c6c6c6">05:00</text>
@@ -24,27 +24,27 @@
<text dominant-baseline="central" text-anchor="start" style="font: normal
normal 12px sans-serif" y="6" transform="translate(360 338)"
fill="#c6c6c6">08:00</text>
<text dominant-baseline="central" text-anchor="start" style="font: normal
normal 12px sans-serif" y="6" transform="translate(420 338)"
fill="#c6c6c6">09:00</text>
<text dominant-baseline="central" text-anchor="start" style="font: normal
normal 12px sans-serif" y="6" transform="translate(480 338)"
fill="#c6c6c6">10:00</text>
-<path d="M79.5 220A9.5 9.5 0 0 1 89 229.5L89 247A9.5 9.5 0 0 1 79.5 256.5A9.5
9.5 0 0 1 70 247L70 229.5A9.5 9.5 0 0 1 79.5 220M95 287.5L114 287.5A10 10 0 0 1
124 297.5L124 314A10 10 0 0 1 114 324L95 324A10 10 0 0 1 85 314L85 297.5A10 10
0 0 1 95 287.5M85 262.5A6 6 0 0 0 79 256.5L85 254.5L85 262.5ZM89 281.5A6 6 0 0
0 95 287.5L89 289.5L89 281.5ZM89 297.5l-4 0l0 -51l4 0ZM130 220L148 220A10 10 0
0 1 158 230L158 246.5A10 10 0 0 1 148 256.5L130 256.5A10 10 0 0 1 120 246.5L120
230A10 10 0 0 1 1 [...]
-<path d="M252 87A1.5 1.5 0 0 1 253.5 88.5L253.5 118A1.5 1.5 0 0 1 252
119.5A1.5 1.5 0 0 1 250.5 118L250.5 88.5A1.5 1.5 0 0 1 252 87" fill="#EF8872"
ecmeta_series_index="0" ecmeta_data_index="0" ecmeta_ssr_type="chart"
class="zr2-cls-9"></path>
-<path d="M256.5 87A1.5 1.5 0 0 1 258 88.5L258 118A1.5 1.5 0 0 1 256.5
119.5A1.5 1.5 0 0 1 255 118L255 88.5A1.5 1.5 0 0 1 256.5 87" fill="#EF8872"
ecmeta_series_index="0" ecmeta_data_index="1" ecmeta_ssr_type="chart"
class="zr2-cls-9"></path>
-<path d="M419.5 87A1.5 1.5 0 0 1 421 88.5L421 118A1.5 1.5 0 0 1 419.5
119.5A1.5 1.5 0 0 1 418 118L418 88.5A1.5 1.5 0 0 1 419.5 87" fill="#EF8872"
ecmeta_series_index="0" ecmeta_data_index="2" ecmeta_ssr_type="chart"
class="zr2-cls-9"></path>
-<path d="M233 154.5L244 154.5A8 8 0 0 1 252 162.5L252 179A8 8 0 0 1 244
187L233 187A8 8 0 0 1 225 179L225 162.5A8 8 0 0 1 233 154.5" fill="#59AAE1"
ecmeta_series_index="0" ecmeta_data_index="3" ecmeta_ssr_type="chart"
class="zr2-cls-10"></path>
-<path d="M345 154.5L348 154.5A8 8 0 0 1 356 162.5L356 179A8 8 0 0 1 348
187L345 187A8 8 0 0 1 337 179L337 162.5A8 8 0 0 1 345 154.5" fill="#59AAE1"
ecmeta_series_index="0" ecmeta_data_index="4" ecmeta_ssr_type="chart"
class="zr2-cls-10"></path>
-<path d="M417.5 154.5A1.5 1.5 0 0 1 419 156L419 185.5A1.5 1.5 0 0 1 417.5
187A1.5 1.5 0 0 1 416 185.5L416 156A1.5 1.5 0 0 1 417.5 154.5" fill="#59AAE1"
ecmeta_series_index="0" ecmeta_data_index="5" ecmeta_ssr_type="chart"
class="zr2-cls-10"></path>
-<path d="M436 154.5L441 154.5A8 8 0 0 1 449 162.5L449 179A8 8 0 0 1 441
187L436 187A8 8 0 0 1 428 179L428 162.5A8 8 0 0 1 436 154.5" fill="#59AAE1"
ecmeta_series_index="0" ecmeta_data_index="6" ecmeta_ssr_type="chart"
class="zr2-cls-10"></path>
-<path d="M233 154.5L244 154.5A8 8 0 0 1 252 162.5L252 179A8 8 0 0 1 244
187L233 187A8 8 0 0 1 225 179L225 162.5A8 8 0 0 1 233 154.5" fill="#59AAE1"
ecmeta_series_index="0" ecmeta_data_index="7" ecmeta_ssr_type="chart"
class="zr2-cls-10"></path>
-<path d="M79.5 222A7.5 7.5 0 0 1 87 229.5L87 247A7.5 7.5 0 0 1 79.5 254.5A7.5
7.5 0 0 1 72 247L72 229.5A7.5 7.5 0 0 1 79.5 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="8" ecmeta_ssr_type="chart"
class="zr2-cls-11"></path>
-<path d="M130 222L148 222A8 8 0 0 1 156 230L156 246.5A8 8 0 0 1 148 254.5L130
254.5A8 8 0 0 1 122 246.5L122 230A8 8 0 0 1 130 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="9" ecmeta_ssr_type="chart"
class="zr2-cls-11"></path>
-<path d="M164 222A4 4 0 0 1 168 226L168 250.5A4 4 0 0 1 164 254.5A4 4 0 0 1
160 250.5L160 226A4 4 0 0 1 164 222" fill="#3478F6" ecmeta_series_index="0"
ecmeta_data_index="10" ecmeta_ssr_type="chart" class="zr2-cls-11"></path>
-<path d="M185 222L217 222A8 8 0 0 1 225 230L225 246.5A8 8 0 0 1 217 254.5L185
254.5A8 8 0 0 1 177 246.5L177 230A8 8 0 0 1 185 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="11" ecmeta_ssr_type="chart"
class="zr2-cls-11"></path>
-<path d="M253.5 222A1.5 1.5 0 0 1 255 223.5L255 253A1.5 1.5 0 0 1 253.5
254.5A1.5 1.5 0 0 1 252 253L252 223.5A1.5 1.5 0 0 1 253.5 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="12" ecmeta_ssr_type="chart"
class="zr2-cls-11"></path>
-<path d="M266 222L329 222A8 8 0 0 1 337 230L337 246.5A8 8 0 0 1 329 254.5L266
254.5A8 8 0 0 1 258 246.5L258 230A8 8 0 0 1 266 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="13" ecmeta_ssr_type="chart"
class="zr2-cls-11"></path>
-<path d="M364 222L408 222A8 8 0 0 1 416 230L416 246.5A8 8 0 0 1 408 254.5L364
254.5A8 8 0 0 1 356 246.5L356 230A8 8 0 0 1 364 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="14" ecmeta_ssr_type="chart"
class="zr2-cls-11"></path>
-<path d="M424 222A4 4 0 0 1 428 226L428 250.5A4 4 0 0 1 424 254.5A4 4 0 0 1
420 250.5L420 226A4 4 0 0 1 424 222" fill="#3478F6" ecmeta_series_index="0"
ecmeta_data_index="15" ecmeta_ssr_type="chart" class="zr2-cls-11"></path>
-<path d="M457 222L513 222A8 8 0 0 1 521 230L521 246.5A8 8 0 0 1 513 254.5L457
254.5A8 8 0 0 1 449 246.5L449 230A8 8 0 0 1 457 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="16" ecmeta_ssr_type="chart"
class="zr2-cls-11"></path>
-<path d="M95 289.5L114 289.5A8 8 0 0 1 122 297.5L122 314A8 8 0 0 1 114 322L95
322A8 8 0 0 1 87 314L87 297.5A8 8 0 0 1 95 289.5" fill="#35349D"
ecmeta_series_index="0" ecmeta_data_index="17" ecmeta_ssr_type="chart"
class="zr2-cls-12"></path>
-<path d="M158 289.5A2 2 0 0 1 160 291.5L160 320A2 2 0 0 1 158 322A2 2 0 0 1
156 320L156 291.5A2 2 0 0 1 158 289.5" fill="#35349D" ecmeta_series_index="0"
ecmeta_data_index="18" ecmeta_ssr_type="chart" class="zr2-cls-12"></path>
-<path d="M172.5 289.5A4.5 4.5 0 0 1 177 294L177 317.5A4.5 4.5 0 0 1 172.5
322A4.5 4.5 0 0 1 168 317.5L168 294A4.5 4.5 0 0 1 172.5 289.5" fill="#35349D"
ecmeta_series_index="0" ecmeta_data_index="19" ecmeta_ssr_type="chart"
class="zr2-cls-12"></path>
+<path d="M79.5 220A9.5 9.5 0 0 1 89 229.5L89 247A9.5 9.5 0 0 1 79.5 256.5A9.5
9.5 0 0 1 70 247L70 229.5A9.5 9.5 0 0 1 79.5 220M95 287.5L114 287.5A10 10 0 0 1
124 297.5L124 314A10 10 0 0 1 114 324L95 324A10 10 0 0 1 85 314L85 297.5A10 10
0 0 1 95 287.5M85 262.5A6 6 0 0 0 79 256.5L85 254.5L85 262.5ZM89 281.5A6 6 0 0
0 95 287.5L89 289.5L89 281.5ZM89 297.5l-4 0l0 -51l4 0ZM130 220L148 220A10 10 0
0 1 158 230L158 246.5A10 10 0 0 1 148 256.5L130 256.5A10 10 0 0 1 120 246.5L120
230A10 10 0 0 1 1 [...]
+<path d="M252 87A1.5 1.5 0 0 1 253.5 88.5L253.5 118A1.5 1.5 0 0 1 252
119.5A1.5 1.5 0 0 1 250.5 118L250.5 88.5A1.5 1.5 0 0 1 252 87" fill="#EF8872"
ecmeta_series_index="0" ecmeta_data_index="0" ecmeta_ssr_type="chart"
class="zr2-cls-10"></path>
+<path d="M256.5 87A1.5 1.5 0 0 1 258 88.5L258 118A1.5 1.5 0 0 1 256.5
119.5A1.5 1.5 0 0 1 255 118L255 88.5A1.5 1.5 0 0 1 256.5 87" fill="#EF8872"
ecmeta_series_index="0" ecmeta_data_index="1" ecmeta_ssr_type="chart"
class="zr2-cls-10"></path>
+<path d="M419.5 87A1.5 1.5 0 0 1 421 88.5L421 118A1.5 1.5 0 0 1 419.5
119.5A1.5 1.5 0 0 1 418 118L418 88.5A1.5 1.5 0 0 1 419.5 87" fill="#EF8872"
ecmeta_series_index="0" ecmeta_data_index="2" ecmeta_ssr_type="chart"
class="zr2-cls-10"></path>
+<path d="M233 154.5L244 154.5A8 8 0 0 1 252 162.5L252 179A8 8 0 0 1 244
187L233 187A8 8 0 0 1 225 179L225 162.5A8 8 0 0 1 233 154.5" fill="#59AAE1"
ecmeta_series_index="0" ecmeta_data_index="3" ecmeta_ssr_type="chart"
class="zr2-cls-11"></path>
+<path d="M345 154.5L348 154.5A8 8 0 0 1 356 162.5L356 179A8 8 0 0 1 348
187L345 187A8 8 0 0 1 337 179L337 162.5A8 8 0 0 1 345 154.5" fill="#59AAE1"
ecmeta_series_index="0" ecmeta_data_index="4" ecmeta_ssr_type="chart"
class="zr2-cls-11"></path>
+<path d="M417.5 154.5A1.5 1.5 0 0 1 419 156L419 185.5A1.5 1.5 0 0 1 417.5
187A1.5 1.5 0 0 1 416 185.5L416 156A1.5 1.5 0 0 1 417.5 154.5" fill="#59AAE1"
ecmeta_series_index="0" ecmeta_data_index="5" ecmeta_ssr_type="chart"
class="zr2-cls-11"></path>
+<path d="M436 154.5L441 154.5A8 8 0 0 1 449 162.5L449 179A8 8 0 0 1 441
187L436 187A8 8 0 0 1 428 179L428 162.5A8 8 0 0 1 436 154.5" fill="#59AAE1"
ecmeta_series_index="0" ecmeta_data_index="6" ecmeta_ssr_type="chart"
class="zr2-cls-11"></path>
+<path d="M233 154.5L244 154.5A8 8 0 0 1 252 162.5L252 179A8 8 0 0 1 244
187L233 187A8 8 0 0 1 225 179L225 162.5A8 8 0 0 1 233 154.5" fill="#59AAE1"
ecmeta_series_index="0" ecmeta_data_index="7" ecmeta_ssr_type="chart"
class="zr2-cls-11"></path>
+<path d="M79.5 222A7.5 7.5 0 0 1 87 229.5L87 247A7.5 7.5 0 0 1 79.5 254.5A7.5
7.5 0 0 1 72 247L72 229.5A7.5 7.5 0 0 1 79.5 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="8" ecmeta_ssr_type="chart"
class="zr2-cls-12"></path>
+<path d="M130 222L148 222A8 8 0 0 1 156 230L156 246.5A8 8 0 0 1 148 254.5L130
254.5A8 8 0 0 1 122 246.5L122 230A8 8 0 0 1 130 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="9" ecmeta_ssr_type="chart"
class="zr2-cls-12"></path>
+<path d="M164 222A4 4 0 0 1 168 226L168 250.5A4 4 0 0 1 164 254.5A4 4 0 0 1
160 250.5L160 226A4 4 0 0 1 164 222" fill="#3478F6" ecmeta_series_index="0"
ecmeta_data_index="10" ecmeta_ssr_type="chart" class="zr2-cls-12"></path>
+<path d="M185 222L217 222A8 8 0 0 1 225 230L225 246.5A8 8 0 0 1 217 254.5L185
254.5A8 8 0 0 1 177 246.5L177 230A8 8 0 0 1 185 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="11" ecmeta_ssr_type="chart"
class="zr2-cls-12"></path>
+<path d="M253.5 222A1.5 1.5 0 0 1 255 223.5L255 253A1.5 1.5 0 0 1 253.5
254.5A1.5 1.5 0 0 1 252 253L252 223.5A1.5 1.5 0 0 1 253.5 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="12" ecmeta_ssr_type="chart"
class="zr2-cls-12"></path>
+<path d="M266 222L329 222A8 8 0 0 1 337 230L337 246.5A8 8 0 0 1 329 254.5L266
254.5A8 8 0 0 1 258 246.5L258 230A8 8 0 0 1 266 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="13" ecmeta_ssr_type="chart"
class="zr2-cls-12"></path>
+<path d="M364 222L408 222A8 8 0 0 1 416 230L416 246.5A8 8 0 0 1 408 254.5L364
254.5A8 8 0 0 1 356 246.5L356 230A8 8 0 0 1 364 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="14" ecmeta_ssr_type="chart"
class="zr2-cls-12"></path>
+<path d="M424 222A4 4 0 0 1 428 226L428 250.5A4 4 0 0 1 424 254.5A4 4 0 0 1
420 250.5L420 226A4 4 0 0 1 424 222" fill="#3478F6" ecmeta_series_index="0"
ecmeta_data_index="15" ecmeta_ssr_type="chart" class="zr2-cls-12"></path>
+<path d="M457 222L513 222A8 8 0 0 1 521 230L521 246.5A8 8 0 0 1 513 254.5L457
254.5A8 8 0 0 1 449 246.5L449 230A8 8 0 0 1 457 222" fill="#3478F6"
ecmeta_series_index="0" ecmeta_data_index="16" ecmeta_ssr_type="chart"
class="zr2-cls-12"></path>
+<path d="M95 289.5L114 289.5A8 8 0 0 1 122 297.5L122 314A8 8 0 0 1 114 322L95
322A8 8 0 0 1 87 314L87 297.5A8 8 0 0 1 95 289.5" fill="#35349D"
ecmeta_series_index="0" ecmeta_data_index="17" ecmeta_ssr_type="chart"
class="zr2-cls-13"></path>
+<path d="M158 289.5A2 2 0 0 1 160 291.5L160 320A2 2 0 0 1 158 322A2 2 0 0 1
156 320L156 291.5A2 2 0 0 1 158 289.5" fill="#35349D" ecmeta_series_index="0"
ecmeta_data_index="18" ecmeta_ssr_type="chart" class="zr2-cls-13"></path>
+<path d="M172.5 289.5A4.5 4.5 0 0 1 177 294L177 317.5A4.5 4.5 0 0 1 172.5
322A4.5 4.5 0 0 1 168 317.5L168 294A4.5 4.5 0 0 1 172.5 289.5" fill="#35349D"
ecmeta_series_index="0" ecmeta_data_index="19" ecmeta_ssr_type="chart"
class="zr2-cls-13"></path>
<text dominant-baseline="central" text-anchor="start" style="font: 12px
sans-serif" x="65" y="73" fill="#8A8A8A">Awake</text>
<text dominant-baseline="central" text-anchor="start" style="font: 12px
sans-serif" x="65" y="140.5" fill="#8A8A8A">REM</text>
<text dominant-baseline="central" text-anchor="start" style="font: 12px
sans-serif" x="65" y="208" fill="#8A8A8A">Core</text>
@@ -58,22 +58,22 @@
</linearGradient>
</defs>
<style ><![CDATA[
-.zr2-cls-8:hover {
+.zr2-cls-9:hover {
pointer-events:none;
}
-.zr2-cls-9:hover {
+.zr2-cls-10:hover {
cursor:pointer;
fill:rgba(255,149,125,1);
}
-.zr2-cls-10:hover {
+.zr2-cls-11:hover {
cursor:pointer;
fill:rgba(97,187,247,1);
}
-.zr2-cls-11:hover {
+.zr2-cls-12:hover {
cursor:pointer;
fill:rgba(57,132,255,1);
}
-.zr2-cls-12:hover {
+.zr2-cls-13:hover {
cursor:pointer;
fill:rgba(58,57,172,1);
}
diff --git a/screenshots/violin.svg b/screenshots/violin.svg
index 0a4f161..ed086bd 100644
--- a/screenshots/violin.svg
+++ b/screenshots/violin.svg
@@ -1,21 +1,21 @@
<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full"
viewBox="0 0 600 400">
<rect width="600" height="400" x="0" y="0" fill="#fff"></rect>
-<path d="M60 330.5L540 330.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-13"></path>
-<path d="M60 285.5L540 285.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-13"></path>
-<path d="M60 240.5L540 240.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-13"></path>
-<path d="M60 195.5L540 195.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-13"></path>
-<path d="M60 150.5L540 150.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-13"></path>
-<path d="M60 105.5L540 105.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-13"></path>
-<path d="M60 60.5L540 60.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-13"></path>
-<path d="M60 330.5L540 330.5" fill="none" pointer-events="visible"
stroke="#6E7079" stroke-linecap="round" class="zr3-cls-13"></path>
-<path d="M60.5 330L60.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-13"></path>
-<path d="M128.5 330L128.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-13"></path>
-<path d="M197.5 330L197.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-13"></path>
-<path d="M265.5 330L265.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-13"></path>
-<path d="M334.5 330L334.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-13"></path>
-<path d="M403.5 330L403.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-13"></path>
-<path d="M471.5 330L471.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-13"></path>
-<path d="M540.5 330L540.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-13"></path>
+<path d="M60 330.5L540 330.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-14"></path>
+<path d="M60 285.5L540 285.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-14"></path>
+<path d="M60 240.5L540 240.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-14"></path>
+<path d="M60 195.5L540 195.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-14"></path>
+<path d="M60 150.5L540 150.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-14"></path>
+<path d="M60 105.5L540 105.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-14"></path>
+<path d="M60 60.5L540 60.5" fill="none" pointer-events="visible"
stroke="#E0E6F1" class="zr3-cls-14"></path>
+<path d="M60 330.5L540 330.5" fill="none" pointer-events="visible"
stroke="#6E7079" stroke-linecap="round" class="zr3-cls-14"></path>
+<path d="M60.5 330L60.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-14"></path>
+<path d="M128.5 330L128.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-14"></path>
+<path d="M197.5 330L197.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-14"></path>
+<path d="M265.5 330L265.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-14"></path>
+<path d="M334.5 330L334.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-14"></path>
+<path d="M403.5 330L403.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-14"></path>
+<path d="M471.5 330L471.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-14"></path>
+<path d="M540.5 330L540.5 335" fill="none" pointer-events="visible"
stroke="#6E7079" class="zr3-cls-14"></path>
<text dominant-baseline="central" text-anchor="end"
style="font-size:12px;font-family:sans-serif;" transform="translate(52 330)"
fill="#6E7079">0</text>
<text dominant-baseline="central" text-anchor="end"
style="font-size:12px;font-family:sans-serif;" transform="translate(52 285)"
fill="#6E7079">1</text>
<text dominant-baseline="central" text-anchor="end"
style="font-size:12px;font-family:sans-serif;" transform="translate(52 240)"
fill="#6E7079">2</text>
@@ -30,147 +30,297 @@
<text dominant-baseline="central" text-anchor="middle"
style="font-size:12px;font-family:sans-serif;" y="6"
transform="translate(368.5714 338)" fill="#6E7079">Fri</text>
<text dominant-baseline="central" text-anchor="middle"
style="font-size:12px;font-family:sans-serif;" y="6"
transform="translate(437.1429 338)" fill="#6E7079">Sat</text>
<text dominant-baseline="central" text-anchor="middle"
style="font-size:12px;font-family:sans-serif;" y="6"
transform="translate(505.7143 338)" fill="#6E7079">Sun</text>
-<circle cx="94.3" cy="215.5" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="0" ecmeta_ssr_type="chart" class="zr3-cls-14"></circle>
-<polygon points="96.3 257.3 99 252.7 101.5 248.2 103.6 243.6 105.4 239.1 106.9
234.5 108.1 230 108.9 225.5 109.5 220.9 109.7 216.4 109.6 211.8 109.2 207.3
108.5 202.7 107.5 198.2 106.1 193.6 104.5 189.1 102.5 184.5 100.3 180 99.2
175.5 97.5 170.9 98.8 166.4 101.2 161.8 103.3 157.3 106 152.7 108.9 148.2 111.3
143.6 113.2 139.1 114.7 134.5 115.6 130 116.2 125.5 116.2 120.9 115.8 116.4
114.9 111.8 113.5 107.3 111.7 102.7 109.3 98.2 106.5 93.6 103.7 89.1 101.6 84.5
99.2 80 97.4 75.5 96.1 70. [...]
-<circle cx="94.3" cy="215.1" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="1" ecmeta_ssr_type="chart" class="zr3-cls-14"></circle>
-<circle cx="94.3" cy="122.9" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="2" ecmeta_ssr_type="chart" class="zr3-cls-14"></circle>
-<circle cx="94.3" cy="135.2" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="3" ecmeta_ssr_type="chart" class="zr3-cls-14"></circle>
-<circle cx="94.3" cy="110.2" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="4" ecmeta_ssr_type="chart" class="zr3-cls-14"></circle>
-<circle cx="162.9" cy="120.7" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="5" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
-<polygon points="163.6 243.6 165 239.1 166.2 234.5 167.3 230 169.6 225.5 171.7
220.9 173.5 216.4 175 211.8 176.1 207.3 177 202.7 177.5 198.2 177.8 193.6 177.7
189.1 177.3 184.5 176.6 180 175.5 175.5 174.2 170.9 172.5 166.4 171.8 161.8
170.9 157.3 170.6 152.7 170.4 148.2 169.9 143.6 169.3 139.1 170.7 134.5 172.5
130 174 125.5 175.1 120.9 176 116.4 177.8 111.8 179.4 107.3 180.5 102.7 181.1
98.2 181.2 93.6 180.9 89.1 180.1 84.5 178.8 80 177.1 75.5 176.6 70.9 175.7 66.4
174.5 61.8 173 57.3 1 [...]
-<circle cx="162.9" cy="184.4" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="6" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
-<circle cx="162.9" cy="200.8" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="7" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
-<circle cx="162.9" cy="92.1" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="8" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
-<circle cx="162.9" cy="70.8" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="9" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
-<circle cx="231.4" cy="208.9" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="10" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<polygon points="231.7 325.5 232.1 320.9 232.6 316.4 233.4 311.8 234.7 307.3
236 302.7 237.3 298.2 238.4 293.6 239.6 289.1 240.7 284.5 242 280 243 275.5
243.9 270.9 245.2 266.4 246.1 261.8 246.8 257.3 247.5 252.7 248.1 248.2 248.3
243.6 248.4 239.1 248.5 234.5 248.7 230 248.9 225.5 249.3 220.9 250.3 216.4
250.9 211.8 251.3 207.3 251.3 202.7 251 198.2 250.5 193.6 249.9 189.1 248.7
184.5 247.5 180 246.4 175.5 245 170.9 243.4 166.4 241.9 161.8 240.3 157.3 238.7
152.7 237.1 148.2 235.6 143.6 [...]
-<circle cx="231.4" cy="249.6" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="11" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="178.4" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="12" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="179.4" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="13" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="269.1" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="14" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="268.6" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="15" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="263.7" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="16" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="226.1" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="17" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="185" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="18" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="285.5" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="19" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="266.4" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="20" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="268.3" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="21" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="226.4" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="22" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="205.2" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="23" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="227.9" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="24" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="256.8" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="25" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="168" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="26" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="189.2" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="27" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="183.9" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="28" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="211.2" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="29" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="242.8" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="30" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="199.8" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="31" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="275.4" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="32" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="240.3" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="33" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="156.5" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="34" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="176" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="35" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="196.7" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="36" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="194.3" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="37" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="239.3" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="38" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="189.9" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="39" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="280.5" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="40" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="212.8" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="41" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="218.6" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="42" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="174.4" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="43" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="231.4" cy="227.6" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="44" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
-<circle cx="300" cy="182.4" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="45" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<polygon points="300.1 275.5 300.4 270.9 301.1 266.4 302.1 261.8 303.1 257.3
303.9 252.7 304.6 248.2 305.1 243.6 305.6 239.1 306.4 234.5 307.3 230 308.2
225.5 309.4 220.9 310.3 216.4 311 211.8 311.7 207.3 313.2 202.7 314.8 198.2
315.9 193.6 316.5 189.1 317 184.5 317.5 180 318.5 175.5 319.8 170.9 321.1 166.4
321.9 161.8 322.1 157.3 322.1 152.7 321.8 148.2 321.3 143.6 320.5 139.1 319.5
134.5 318.3 130 316.6 125.5 314.7 120.9 312.6 116.4 311.4 111.8 310.3 107.3
308.9 102.7 307.2 98.2 305.5 [...]
-<circle cx="300" cy="223.2" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="46" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="221.3" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="47" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="169.2" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="48" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="194.7" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="49" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="232.6" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="50" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="124.3" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="51" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="180.4" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="52" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="127.4" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="53" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="192.5" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="54" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="141.2" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="55" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="162.9" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="56" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="132.7" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="57" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="162.1" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="58" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="111.8" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="59" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="160.9" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="60" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="163.1" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="61" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="133.5" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="62" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="140.2" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="63" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="225.4" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="64" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="160.1" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="65" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="187" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="66" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="157.3" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="67" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="109.4" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="68" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="300" cy="128.3" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="69" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
-<circle cx="368.6" cy="85.1" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="70" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<polygon points="369 243.6 369.9 239.1 371 234.5 372.7 230 374.7 225.5 376.4
220.9 377.9 216.4 379.6 211.8 381 207.3 382 202.7 382.8 198.2 383.7 193.6 384.7
189.1 385.3 184.5 385.5 180 385.3 175.5 384.6 170.9 383.6 166.4 382.1 161.8
380.2 157.3 378.5 152.7 377.3 148.2 376.3 143.6 375.8 139.1 376.2 134.5 377.4
130 379.2 125.5 381.1 120.9 382.6 116.4 383.6 111.8 384.3 107.3 384.9 102.7
385.7 98.2 386 93.6 386.1 89.1 385.7 84.5 385 80 383.9 75.5 382.4 70.9 380.6
66.4 378.4 61.8 376.4 57.3 3 [...]
-<circle cx="368.6" cy="191.8" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="71" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="90.4" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="72" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="202" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="73" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="92.7" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="74" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="92.6" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="75" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="185.5" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="76" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="171.8" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="77" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="153.7" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="78" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="199" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="79" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="148.2" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="80" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="82.6" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="81" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="88.7" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="82" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="189.3" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="83" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="368.6" cy="107" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="84" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
-<circle cx="437.1" cy="231.6" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="85" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
-<polygon points="438.4 307.3 442.7 302.7 446.5 298.2 449.9 293.6 452.8 289.1
455.2 284.5 457.1 280 459 275.5 461.5 270.9 463.3 266.4 464.9 261.8 466.9 257.3
468.1 252.7 468.5 248.2 468.1 243.6 467 239.1 465 234.5 462.3 230 458.8 225.5
454.5 220.9 451.7 216.4 450.9 211.8 449.9 207.3 448.5 202.7 446.8 198.2 444.8
193.6 442.5 189.1 440.6 184.5 439.3 180 438 175.5 436.3 175.5 434.9 180 433.7
184.5 431.8 189.1 429.5 193.6 427.5 198.2 425.8 202.7 424.4 207.3 423.4 211.8
422.6 216.4 419.8 220.9 [...]
-<circle cx="437.1" cy="218" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="86" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
-<circle cx="437.1" cy="262.1" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="87" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
-<circle cx="437.1" cy="266" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="88" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
-<circle cx="437.1" cy="262.3" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="89" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
-<circle cx="505.7" cy="177.8" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="90" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<polygon points="506.2 284.5 506.7 280 507.1 275.5 507.4 270.9 507.7 266.4
507.9 261.8 508.6 257.3 509.5 252.7 510.4 248.2 511.1 243.6 512 239.1 513.9
234.5 515.5 230 516.8 225.5 518.8 220.9 520.8 216.4 522.4 211.8 523.9 207.3
524.9 202.7 525.9 198.2 527 193.6 528 189.1 528.4 184.5 528.7 180 528.3 175.5
527.4 170.9 526.7 166.4 526.4 161.8 525.6 157.3 524.2 152.7 522.8 148.2 521.9
143.6 520.4 139.1 518.7 134.5 517.8 130 516.7 125.5 515.4 120.9 514.3 116.4
512.9 111.8 511.7 107.3 510.7 102 [...]
-<circle cx="505.7" cy="196.7" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="91" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="210.8" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="92" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="194.2" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="93" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="181.1" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="94" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="139.9" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="95" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="166.7" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="96" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="244.4" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="97" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="156.4" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="98" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="179.3" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="99" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="124.3" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="100" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="150" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="101" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="216.9" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="102" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="120.2" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="103" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
-<circle cx="505.7" cy="193.8" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="104" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="94.3" cy="194.1" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="0" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<polygon points="94.5 280 95.1 275.5 95.8 270.9 96.6 266.4 97.6 261.8 98.5
257.3 99.4 252.7 100.5 248.2 101.6 243.6 102.8 239.1 104 234.5 105.3 230 106.5
225.5 107.7 220.9 108.8 216.4 109.7 211.8 110.4 207.3 110.8 202.7 111 198.2
110.9 193.6 110.7 189.1 110.8 184.5 110.8 180 110.9 175.5 111.1 170.9 111.2
166.4 111.4 161.8 111.7 157.3 111.6 152.7 111.5 148.2 111.3 143.6 110.9 139.1
110.3 134.5 109.7 130 108.9 125.5 107.9 120.9 106.9 116.4 105.6 111.8 104.3
107.3 102.8 102.7 101.2 98.2 99. [...]
+<circle cx="94.3" cy="179.7" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="1" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="152.4" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="2" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="235.8" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="3" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="239.5" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="4" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="236.8" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="5" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="222.1" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="6" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="142.4" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="7" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="178" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="8" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="165.1" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="9" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="118.2" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="10" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="197.5" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="11" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="121.4" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="12" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="105.3" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="13" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="123" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="14" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="133.7" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="15" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="206.2" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="16" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="184" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="17" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="142.7" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="18" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="172.4" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="19" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="186.5" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="20" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="199.4" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="21" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="235.5" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="22" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="158.8" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="23" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="204" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="24" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="182" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="25" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="163.8" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="26" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="124.2" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="27" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="220.9" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="28" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="147.5" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="29" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="230.2" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="30" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="174.7" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="31" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="180" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="32" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="204.8" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="33" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="134.9" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="34" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="106.6" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="35" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="129.9" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="36" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="124.1" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="37" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="234.2" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="38" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="139" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="39" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="136.4" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="40" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="207.7" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="41" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="120.6" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="42" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="194.6" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="43" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="217.7" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="44" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="126.2" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="45" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="190.3" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="46" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="211.8" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="47" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="166" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="48" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="224.9" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="49" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="143.9" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="50" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="132.9" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="51" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="190.7" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="52" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="117.4" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="53" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="94.3" cy="155.7" r="4" fill="#5470c6" ecmeta_series_index="0"
ecmeta_data_index="54" ecmeta_ssr_type="chart" class="zr3-cls-15"></circle>
+<circle cx="162.9" cy="99.1" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="55" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<polygon points="162.9 248.2 163.5 243.6 164.8 239.1 166.1 234.5 167.2 230
168.1 225.5 169.7 220.9 172.1 216.4 174.4 211.8 176.6 207.3 178.7 202.7 180.8
198.2 182.6 193.6 183.8 189.1 184.5 184.5 184.7 180 184.6 175.5 184.4 170.9
183.7 166.4 182.6 161.8 181.1 157.3 179.7 152.7 178.5 148.2 177.2 143.6 176.1
139.1 174.7 134.5 173.8 130 173.6 125.5 173.5 120.9 173.4 116.4 173.6 111.8
173.9 107.3 174 102.7 173.8 98.2 173.3 93.6 172.5 89.1 171.8 84.5 171.2 80
170.4 75.5 169.7 70.9 168.8 66.4 1 [...]
+<circle cx="162.9" cy="180.3" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="56" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="176.2" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="57" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="93.1" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="58" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="131.2" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="59" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="132.9" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="60" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="155.9" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="61" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="99.8" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="62" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="173.7" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="63" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="161.4" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="64" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="196.2" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="65" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="204.4" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="66" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="175" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="67" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="167.4" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="68" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="176" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="69" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="72.3" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="70" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="181" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="71" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="121.7" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="72" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="199.2" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="73" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="80.1" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="74" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="159.2" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="75" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="102" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="76" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="202.3" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="77" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="178" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="78" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="162.9" cy="199" r="4" fill="#91cc75" ecmeta_series_index="0"
ecmeta_data_index="79" ecmeta_ssr_type="chart" class="zr3-cls-16"></circle>
+<circle cx="231.4" cy="171.1" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="80" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<polygon points="231.6 325.5 232 320.9 232.6 316.4 233.6 311.8 234.4 307.3
235.3 302.7 236 298.2 236.9 293.6 237.8 289.1 238.6 284.5 239.6 280 240.3 275.5
241.4 270.9 242.5 266.4 243.5 261.8 244.3 257.3 245.2 252.7 245.7 248.2 246.1
243.6 246.4 239.1 246.9 234.5 247.5 230 248.4 225.5 249.3 220.9 250 216.4 250.9
211.8 251.3 207.3 251.7 202.7 252 198.2 251.9 193.6 251.5 189.1 250.6 184.5
249.8 180 248.9 175.5 247.6 170.9 246.2 166.4 244.7 161.8 242.9 157.3 241.1
152.7 239.4 148.2 237.8 143 [...]
+<circle cx="231.4" cy="200.7" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="81" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="213.2" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="82" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="158.2" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="83" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="190" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="84" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="201.1" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="85" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="279.6" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="86" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="179.4" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="87" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="183.7" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="88" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="227.6" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="89" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="271.6" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="90" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="168.7" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="91" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="230.1" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="92" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="272.8" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="93" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="163.8" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="94" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="283.7" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="95" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="156.8" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="96" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="262.1" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="97" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="173.8" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="98" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="200.7" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="99" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="211.6" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="100" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="239.3" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="101" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="227" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="102" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="241.8" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="103" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="185.5" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="104" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="194.4" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="105" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="250.2" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="106" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="174" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="107" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="194.6" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="108" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="188.2" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="109" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="251.6" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="110" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="231" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="111" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="216.4" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="112" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="222.7" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="113" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="231.4" cy="276.5" r="4" fill="#fac858" ecmeta_series_index="0"
ecmeta_data_index="114" ecmeta_ssr_type="chart" class="zr3-cls-17"></circle>
+<circle cx="300" cy="127.6" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="115" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<polygon points="300.1 284.5 300.3 280 300.6 275.5 301.4 270.9 302.1 266.4 303
261.8 303.9 257.3 304.9 252.7 305.9 248.2 306.7 243.6 307.6 239.1 308.3 234.5
309.1 230 310.1 225.5 311.2 220.9 312.3 216.4 313.1 211.8 314.2 207.3 315.7
202.7 317.1 198.2 318.1 193.6 318.8 189.1 319.4 184.5 319.8 180 319.7 175.5
319.7 170.9 319.9 166.4 320.3 161.8 320.5 157.3 320.2 152.7 319.7 148.2 318.6
143.6 317.3 139.1 316 134.5 314.7 130 313.2 125.5 311.3 120.9 309.8 116.4 308.9
111.8 308.1 107.3 307.2 1 [...]
+<circle cx="300" cy="187.6" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="116" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="190.1" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="117" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="122.9" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="118" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="164.9" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="119" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="153" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="120" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="165.7" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="121" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="182.9" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="122" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="119.3" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="123" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="232.6" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="124" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="181.1" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="125" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="208.2" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="126" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="162.2" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="127" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="118.2" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="128" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="111.2" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="129" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="183.6" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="130" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="123.7" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="131" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="212.4" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="132" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="163.5" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="133" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="158.1" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="134" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="179.6" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="135" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="167.5" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="136" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="126.6" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="137" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="197.7" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="138" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="159.7" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="139" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="145.1" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="140" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="125.2" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="141" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="241" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="142" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="231.5" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="143" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="219.7" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="144" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="230.1" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="145" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="175.6" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="146" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="220.4" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="147" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="164.3" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="148" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="300" cy="162.3" r="4" fill="#ee6666" ecmeta_series_index="0"
ecmeta_data_index="149" ecmeta_ssr_type="chart" class="zr3-cls-18"></circle>
+<circle cx="368.6" cy="145.1" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="150" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<polygon points="368.8 243.6 369.3 239.1 370.1 234.5 370.7 230 371.6 225.5
372.9 220.9 374.2 216.4 375.7 211.8 377.6 207.3 379.7 202.7 381.7 198.2 383.5
193.6 385.2 189.1 386.9 184.5 388.3 180 389.3 175.5 390 170.9 390.6 166.4 390.8
161.8 390.4 157.3 389.8 152.7 389.1 148.2 388.2 143.6 386.9 139.1 385.5 134.5
384.5 130 383.3 125.5 382.5 120.9 382.2 116.4 381.7 111.8 381.1 107.3 380.3
102.7 379.6 98.2 378.8 93.6 378.1 89.1 377.2 84.5 376.3 80 375.7 75.5 375 70.9
374.2 66.4 373.3 61.8 372. [...]
+<circle cx="368.6" cy="149.5" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="151" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="141.2" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="152" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="183.5" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="153" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="163.3" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="154" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="126.4" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="155" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="88.6" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="156" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="81.9" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="157" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="88.3" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="158" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="199.8" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="159" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="157.8" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="160" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="195.6" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="161" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="102.5" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="162" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="147.1" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="163" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="113.1" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="164" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="169.3" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="165" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="165.9" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="166" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="178.3" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="167" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="81.2" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="168" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="183" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="169" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="123.2" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="170" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="171.5" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="171" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="164.9" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="172" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="163.9" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="173" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="195.4" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="174" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="166.2" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="175" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="178.1" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="176" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="127" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="177" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="97.8" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="178" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="138.2" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="179" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="131.5" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="180" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="201.5" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="181" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="79" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="182" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="153.7" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="183" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="368.6" cy="179.1" r="4" fill="#73c0de" ecmeta_series_index="0"
ecmeta_data_index="184" ecmeta_ssr_type="chart" class="zr3-cls-19"></circle>
+<circle cx="437.1" cy="269" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="185" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<polygon points="442.7 330 443.7 325.5 445.1 320.9 446.9 316.4 448.9 311.8
450.9 307.3 452.7 302.7 454.2 298.2 455.4 293.6 456.2 289.1 456.9 284.5 457.2
280 456.9 275.5 456.1 270.9 455 266.4 453.8 261.8 452.6 257.3 451.5 252.7 450.5
248.2 449.7 243.6 448.7 239.1 447.6 234.5 447.3 230 447.6 225.5 448.3 220.9 449
216.4 449.4 211.8 449.7 207.3 449.8 202.7 449.7 198.2 449.7 193.6 449.4 189.1
448.8 184.5 448 180 446.9 175.5 445.6 170.9 444 166.4 442.5 161.8 441.1 157.3
440 152.7 438.8 148.2 4 [...]
+<circle cx="437.1" cy="296.4" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="186" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="195.6" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="187" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="251.3" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="188" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="304.1" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="189" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="187.7" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="190" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="279.3" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="191" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="279.4" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="192" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="270.1" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="193" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="288.1" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="194" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="276.1" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="195" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="203.6" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="196" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="313.3" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="197" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="208.8" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="198" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="182.7" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="199" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="276.4" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="200" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="184.6" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="201" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="242.2" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="202" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="194.6" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="203" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="269.3" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="204" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="263.5" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="205" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="308.9" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="206" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="270.4" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="207" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="313.3" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="208" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="307.6" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="209" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="245.1" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="210" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="206.3" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="211" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="299.9" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="212" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="278.6" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="213" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="280.8" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="214" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="212.9" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="215" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="187.5" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="216" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="185.2" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="217" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="258.6" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="218" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="437.1" cy="203" r="4" fill="#3ba272" ecmeta_series_index="0"
ecmeta_data_index="219" ecmeta_ssr_type="chart" class="zr3-cls-20"></circle>
+<circle cx="505.7" cy="131.5" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="220" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<polygon points="506.2 284.5 506.9 280 507.8 275.5 508.9 270.9 510.2 266.4
511.6 261.8 513.2 257.3 514.9 252.7 516.5 248.2 518.3 243.6 519.8 239.1 521.6
234.5 523 230 524.2 225.5 525 220.9 525.9 216.4 526.5 211.8 526.7 207.3 526.5
202.7 525.9 198.2 525.1 193.6 524.3 189.1 523.4 184.5 522.4 180 521.3 175.5
520.2 170.9 519.5 166.4 518.7 161.8 518.3 157.3 517.9 152.7 517.3 148.2 517
143.6 516.4 139.1 515.7 134.5 514.8 130 514.2 125.5 513.7 120.9 513.2 116.4
512.6 111.8 511.8 107.3 511.1 102 [...]
+<circle cx="505.7" cy="163.2" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="221" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="244.1" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="222" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="151.8" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="223" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="177.7" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="224" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="203.8" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="225" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="206" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="226" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="218.9" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="227" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="218" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="228" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="235.9" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="229" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="114.8" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="230" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="193.1" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="231" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="209.8" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="232" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="229.9" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="233" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="239.4" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="234" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="227.2" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="235" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="227.1" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="236" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="245" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="237" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="144" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="238" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="126.6" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="239" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="237" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="240" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="204.3" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="241" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="195.7" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="242" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="174.1" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="243" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="172" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="244" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="126.1" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="245" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="116.5" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="246" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="193.8" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="247" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="195" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="248" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="184.2" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="249" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="176.6" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="250" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="119.4" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="251" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="214.1" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="252" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="218.3" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="253" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
+<circle cx="505.7" cy="168.8" r="4" fill="#fc8452" ecmeta_series_index="0"
ecmeta_data_index="254" ecmeta_ssr_type="chart" class="zr3-cls-21"></circle>
<style ><![CDATA[
-.zr3-cls-13:hover {
+.zr3-cls-14:hover {
pointer-events:none;
}
-.zr3-cls-14:hover {
+.zr3-cls-15:hover {
cursor:pointer;
fill:rgba(92,123,217,1);
}
-.zr3-cls-15:hover {
+.zr3-cls-16:hover {
cursor:pointer;
fill:rgba(159,224,128,1);
}
-.zr3-cls-16:hover {
+.zr3-cls-17:hover {
cursor:pointer;
fill:rgba(255,220,96,1);
}
-.zr3-cls-17:hover {
+.zr3-cls-18:hover {
cursor:pointer;
fill:rgba(255,112,112,1);
}
-.zr3-cls-18:hover {
+.zr3-cls-19:hover {
cursor:pointer;
fill:rgba(126,211,244,1);
}
-.zr3-cls-19:hover {
+.zr3-cls-20:hover {
cursor:pointer;
fill:rgba(64,178,125,1);
}
-.zr3-cls-20:hover {
+.zr3-cls-21:hover {
cursor:pointer;
fill:rgba(255,145,90,1);
}
diff --git a/scripts/thumbnail.js b/scripts/thumbnail.js
index f262073..5949ddd 100644
--- a/scripts/thumbnail.js
+++ b/scripts/thumbnail.js
@@ -21,6 +21,16 @@ const fs = require('fs');
const path = require('path');
const echarts = require('echarts');
const chalk = require('chalk');
+const seedrandom = require('seedrandom');
+
+/** Use seed to make sure each time data is the same when making thumbnails */
+let myRandom = new seedrandom('echarts-random');
+// Fixed random generator
+Math.random = function () {
+ const val = myRandom();
+ return val;
+};
+
/**
* Generate a thumbnail for the custom series using SVG SSR.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]