От дневного света к закатному сиянию: реалистичное преобразование изображений с помощью сопоставления гистограмм¶
Этот пример иллюстрирует технику согласования гистограмм, которая применяется для преобразования распределения яркости пикселей одного изображения так, чтобы оно соответствовало распределению эталонного изображения. Если изображения многоканальные, процесс выполняется отдельно для каждого канала, при условии, что количество каналов совпадает.
Согласование гистограмм широко используется в задачах компьютерного зрения и обработки изображений. Например, оно незаменимо при обработке данных, полученных в различных условиях освещения или с разных устройств, таких как камеры или датчики. Этот метод позволяет унифицировать внешний вид изображений, что особенно важно в таких задачах, как распознавание объектов, регистрация изображений, и сопоставление признаков.
Примеры практическое применение согласования гистограмм¶
- Предобработка медицинских изображений, где важно сохранить однородность данных, полученных с разных аппаратов.
- Обработка аэрофотоснимков и спутниковых изображений, сделанных в разное время суток или под различным углом.
- Подготовка данных для машинного обучения, где согласованная статистика изображений способствует улучшению качества моделей.
Этой технике очень много применений, сейчас рассмотрим на примере
Есть задача - преобразование изображения с дневным пейзажем в реалистичный закатный пейзаж, изменяя его цветовую палитру и яркость так, чтобы небо приобрело тёплые оттенки (розовые и оранжевые), а освещение стало более приглушённым и характерным для вечернего времени суток
Импортируем все необходимые библиотеки
Визуализируем изображения
Функция adjust_histogram
с параметром Matching
выполняет сопоставление гистограмм, позволяя перенести оттенки заката на светлое дневное изображение. В результате изображение становится более тёмным.
Добавим розовые оттенки, чтобы изображение заиграло красками заката
Чтобы показать эффект сопоставления гистограмм, мы строим гистограмму для каждого канала RGB.
Source (Источник):
Яркость распределена равномерно с пиками в средней и высокой области интенсивностей (0.5–0.9), что соответствует светлому дню.
Reference (Эталон):
Яркость сильно сосредоточена в нижней части (0.0–0.3), что соответствует затемнённым областям и тонам закатного неба.
Histograms Matched (Сопоставление гистограмм):
Гистограмма после выполнения гистограммного сопоставления.
Значения яркости изображения преобразованы так, чтобы приблизиться к эталонной гистограмме:
Яркость снизилась (в области 0.0–0.3).
Исчезли пики в высокой яркости, характерные для дневного света.
Вывод¶
В данном примере показано, как с помощью сопоставление гистограмм и изменению интенсивности каналов HSV преобразовать светлое дневное изображение в оттенки заката
{"id": "a58a0958-f3a5-4702-9e82-78adc648b566", "data": [{"showlegend": true, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8091, 0, 0, 8091, 8091, 8091], "type": "scatter", "x": [0, 0, 0.01, 0.01, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3179, 0, 0, 3179, 3179, 3179], "type": "scatter", "x": [0.009999999999999998, 0.009999999999999998, 0.02, 0.02, 0.009999999999999998, 0.009999999999999998], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2241, 0, 0, 2241, 2241, 2241], "type": "scatter", "x": [0.020000000000000004, 0.020000000000000004, 0.03, 0.03, 0.020000000000000004, 0.020000000000000004], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3550, 0, 0, 3550, 3550, 3550], "type": "scatter", "x": [0.030000000000000002, 0.030000000000000002, 0.04000000000000001, 0.04000000000000001, 0.030000000000000002, 0.030000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2400, 0, 0, 2400, 2400, 2400], "type": "scatter", "x": [0.039999999999999994, 0.039999999999999994, 0.05, 0.05, 0.039999999999999994, 0.039999999999999994], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3978, 0, 0, 3978, 3978, 3978], "type": "scatter", "x": [0.05, 0.05, 0.06, 0.06, 0.05, 0.05], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2719, 0, 0, 2719, 2719, 2719], "type": "scatter", "x": [0.06, 0.06, 0.07, 0.07, 0.06, 0.06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4258, 0, 0, 4258, 4258, 4258], "type": "scatter", "x": [0.07, 0.07, 0.08000000000000002, 0.08000000000000002, 0.07, 0.07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2801, 0, 0, 2801, 2801, 2801], "type": "scatter", "x": [0.07999999999999999, 0.07999999999999999, 0.09, 0.09, 0.07999999999999999, 0.07999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4533, 0, 0, 4533, 4533, 4533], "type": "scatter", "x": [0.09, 0.09, 0.1, 0.1, 0.09, 0.09], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4670, 0, 0, 4670, 4670, 4670], "type": "scatter", "x": [0.1, 0.1, 0.11000000000000001, 0.11000000000000001, 0.1, 0.1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3291, 0, 0, 3291, 3291, 3291], "type": "scatter", "x": [0.10999999999999999, 0.10999999999999999, 0.12, 0.12, 0.10999999999999999, 0.10999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5194, 0, 0, 5194, 5194, 5194], "type": "scatter", "x": [0.12, 0.12, 0.13, 0.13, 0.12, 0.12], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3595, 0, 0, 3595, 3595, 3595], "type": "scatter", "x": [0.13, 0.13, 0.14, 0.14, 0.13, 0.13], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5515, 0, 0, 5515, 5515, 5515], "type": "scatter", "x": [0.14, 0.14, 0.15000000000000002, 0.15000000000000002, 0.14, 0.14], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3910, 0, 0, 3910, 3910, 3910], "type": "scatter", "x": [0.15, 0.15, 0.16, 0.16, 0.15, 0.15], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6204, 0, 0, 6204, 6204, 6204], "type": "scatter", "x": [0.16, 0.16, 0.17, 0.17, 0.16, 0.16], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4169, 0, 0, 4169, 4169, 4169], "type": "scatter", "x": [0.16999999999999998, 0.16999999999999998, 0.18, 0.18, 0.16999999999999998, 0.16999999999999998], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6414, 0, 0, 6414, 6414, 6414], "type": "scatter", "x": [0.18, 0.18, 0.19, 0.19, 0.18, 0.18], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4441, 0, 0, 4441, 4441, 4441], "type": "scatter", "x": [0.19, 0.19, 0.2, 0.2, 0.19, 0.19], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6734, 0, 0, 6734, 6734, 6734], "type": "scatter", "x": [0.2, 0.2, 0.21000000000000002, 0.21000000000000002, 0.2, 0.2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6925, 0, 0, 6925, 6925, 6925], "type": "scatter", "x": [0.21, 0.21, 0.22, 0.22, 0.21, 0.21], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4687, 0, 0, 4687, 4687, 4687], "type": "scatter", "x": [0.22, 0.22, 0.23, 0.23, 0.22, 0.22], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7003, 0, 0, 7003, 7003, 7003], "type": "scatter", "x": [0.22999999999999998, 0.22999999999999998, 0.24, 0.24, 0.22999999999999998, 0.22999999999999998], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4820, 0, 0, 4820, 4820, 4820], "type": "scatter", "x": [0.24, 0.24, 0.25, 0.25, 0.24, 0.24], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7136, 0, 0, 7136, 7136, 7136], "type": "scatter", "x": [0.25, 0.25, 0.26, 0.26, 0.25, 0.25], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4884, 0, 0, 4884, 4884, 4884], "type": "scatter", "x": [0.26, 0.26, 0.27, 0.27, 0.26, 0.26], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7420, 0, 0, 7420, 7420, 7420], "type": "scatter", "x": [0.27, 0.27, 0.28, 0.28, 0.27, 0.27], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5348, 0, 0, 5348, 5348, 5348], "type": "scatter", "x": [0.28, 0.28, 0.29000000000000004, 0.29000000000000004, 0.28, 0.28], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8319, 0, 0, 8319, 8319, 8319], "type": "scatter", "x": [0.29, 0.29, 0.3, 0.3, 0.29, 0.29], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8923, 0, 0, 8923, 8923, 8923], "type": "scatter", "x": [0.3, 0.3, 0.31, 0.31, 0.3, 0.3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6715, 0, 0, 6715, 6715, 6715], "type": "scatter", "x": [0.31, 0.31, 0.32, 0.32, 0.31, 0.31], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10732, 0, 0, 10732, 10732, 10732], "type": "scatter", "x": [0.32, 0.32, 0.33, 0.33, 0.32, 0.32], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7420, 0, 0, 7420, 7420, 7420], "type": "scatter", "x": [0.33, 0.33, 0.34, 0.34, 0.33, 0.33], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11722, 0, 0, 11722, 11722, 11722], "type": "scatter", "x": [0.34, 0.34, 0.35000000000000003, 0.35000000000000003, 0.34, 0.34], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7718, 0, 0, 7718, 7718, 7718], "type": "scatter", "x": [0.35, 0.35, 0.36, 0.36, 0.35, 0.35], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9820, 0, 0, 9820, 9820, 9820], "type": "scatter", "x": [0.36, 0.36, 0.37, 0.37, 0.36, 0.36], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6035, 0, 0, 6035, 6035, 6035], "type": "scatter", "x": [0.37, 0.37, 0.38, 0.38, 0.37, 0.37], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9106, 0, 0, 9106, 9106, 9106], "type": "scatter", "x": [0.38, 0.38, 0.39, 0.39, 0.38, 0.38], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6357, 0, 0, 6357, 6357, 6357], "type": "scatter", "x": [0.39, 0.39, 0.4, 0.4, 0.39, 0.39], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9824, 0, 0, 9824, 9824, 9824], "type": "scatter", "x": [0.4, 0.4, 0.41000000000000003, 0.41000000000000003, 0.4, 0.4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9370, 0, 0, 9370, 9370, 9370], "type": "scatter", "x": [0.41000000000000003, 0.41000000000000003, 0.42000000000000004, 0.42000000000000004, 0.41000000000000003, 0.41000000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5565, 0, 0, 5565, 5565, 5565], "type": "scatter", "x": [0.42, 0.42, 0.43, 0.43, 0.42, 0.42], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7765, 0, 0, 7765, 7765, 7765], "type": "scatter", "x": [0.43, 0.43, 0.44, 0.44, 0.43, 0.43], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4814, 0, 0, 4814, 4814, 4814], "type": "scatter", "x": [0.44, 0.44, 0.45, 0.45, 0.44, 0.44], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6985, 0, 0, 6985, 6985, 6985], "type": "scatter", "x": [0.45, 0.45, 0.46, 0.46, 0.45, 0.45], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4103, 0, 0, 4103, 4103, 4103], "type": "scatter", "x": [0.46, 0.46, 0.47000000000000003, 0.47000000000000003, 0.46, 0.46], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6072, 0, 0, 6072, 6072, 6072], "type": "scatter", "x": [0.47, 0.47, 0.48, 0.48, 0.47, 0.47], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3755, 0, 0, 3755, 3755, 3755], "type": "scatter", "x": [0.48, 0.48, 0.49, 0.49, 0.48, 0.48], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5621, 0, 0, 5621, 5621, 5621], "type": "scatter", "x": [0.49, 0.49, 0.5, 0.5, 0.49, 0.49], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5380, 0, 0, 5380, 5380, 5380], "type": "scatter", "x": [0.5, 0.5, 0.51, 0.51, 0.5, 0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3344, 0, 0, 3344, 3344, 3344], "type": "scatter", "x": [0.51, 0.51, 0.52, 0.52, 0.51, 0.51], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4176, 0, 0, 4176, 4176, 4176], "type": "scatter", "x": [0.52, 0.52, 0.53, 0.53, 0.52, 0.52], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2625, 0, 0, 2625, 2625, 2625], "type": "scatter", "x": [0.53, 0.53, 0.54, 0.54, 0.53, 0.53], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3633, 0, 0, 3633, 3633, 3633], "type": "scatter", "x": [0.54, 0.54, 0.55, 0.55, 0.54, 0.54], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2305, 0, 0, 2305, 2305, 2305], "type": "scatter", "x": [0.55, 0.55, 0.56, 0.56, 0.55, 0.55], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2998, 0, 0, 2998, 2998, 2998], "type": "scatter", "x": [0.56, 0.56, 0.5700000000000001, 0.5700000000000001, 0.56, 0.56], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1984, 0, 0, 1984, 1984, 1984], "type": "scatter", "x": [0.5700000000000001, 0.5700000000000001, 0.5799999999999998, 0.5799999999999998, 0.5700000000000001, 0.5700000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2617, 0, 0, 2617, 2617, 2617], "type": "scatter", "x": [0.58, 0.58, 0.59, 0.59, 0.58, 0.58], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1619, 0, 0, 1619, 1619, 1619], "type": "scatter", "x": [0.59, 0.59, 0.6, 0.6, 0.59, 0.59], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2322, 0, 0, 2322, 2322, 2322], "type": "scatter", "x": [0.6, 0.6, 0.61, 0.61, 0.6, 0.6], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2207, 0, 0, 2207, 2207, 2207], "type": "scatter", "x": [0.61, 0.61, 0.62, 0.62, 0.61, 0.61], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1385, 0, 0, 1385, 1385, 1385], "type": "scatter", "x": [0.62, 0.62, 0.63, 0.63, 0.62, 0.62], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2016, 0, 0, 2016, 2016, 2016], "type": "scatter", "x": [0.63, 0.63, 0.64, 0.64, 0.63, 0.63], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1435, 0, 0, 1435, 1435, 1435], "type": "scatter", "x": [0.64, 0.64, 0.65, 0.65, 0.64, 0.64], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2675, 0, 0, 2675, 2675, 2675], "type": "scatter", "x": [0.65, 0.65, 0.66, 0.66, 0.65, 0.65], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1998, 0, 0, 1998, 1998, 1998], "type": "scatter", "x": [0.66, 0.66, 0.67, 0.67, 0.66, 0.66], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2963, 0, 0, 2963, 2963, 2963], "type": "scatter", "x": [0.67, 0.67, 0.68, 0.68, 0.67, 0.67], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1915, 0, 0, 1915, 1915, 1915], "type": "scatter", "x": [0.68, 0.68, 0.6900000000000001, 0.6900000000000001, 0.68, 0.68], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2763, 0, 0, 2763, 2763, 2763], "type": "scatter", "x": [0.6900000000000001, 0.6900000000000001, 0.7000000000000001, 0.7000000000000001, 0.6900000000000001, 0.6900000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2850, 0, 0, 2850, 2850, 2850], "type": "scatter", "x": [0.7000000000000002, 0.7000000000000002, 0.71, 0.71, 0.7000000000000002, 0.7000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1969, 0, 0, 1969, 1969, 1969], "type": "scatter", "x": [0.71, 0.71, 0.72, 0.72, 0.71, 0.71], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2908, 0, 0, 2908, 2908, 2908], "type": "scatter", "x": [0.72, 0.72, 0.73, 0.73, 0.72, 0.72], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1805, 0, 0, 1805, 1805, 1805], "type": "scatter", "x": [0.73, 0.73, 0.74, 0.74, 0.73, 0.73], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2756, 0, 0, 2756, 2756, 2756], "type": "scatter", "x": [0.74, 0.74, 0.75, 0.75, 0.74, 0.74], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1778, 0, 0, 1778, 1778, 1778], "type": "scatter", "x": [0.75, 0.75, 0.76, 0.76, 0.75, 0.75], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2840, 0, 0, 2840, 2840, 2840], "type": "scatter", "x": [0.76, 0.76, 0.77, 0.77, 0.76, 0.76], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1907, 0, 0, 1907, 1907, 1907], "type": "scatter", "x": [0.77, 0.77, 0.78, 0.78, 0.77, 0.77], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2804, 0, 0, 2804, 2804, 2804], "type": "scatter", "x": [0.78, 0.78, 0.79, 0.79, 0.78, 0.78], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1978, 0, 0, 1978, 1978, 1978], "type": "scatter", "x": [0.79, 0.79, 0.8, 0.8, 0.79, 0.79], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2980, 0, 0, 2980, 2980, 2980], "type": "scatter", "x": [0.8, 0.8, 0.81, 0.81, 0.8, 0.8], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3027, 0, 0, 3027, 3027, 3027], "type": "scatter", "x": [0.81, 0.81, 0.8200000000000001, 0.8200000000000001, 0.81, 0.81], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1943, 0, 0, 1943, 1943, 1943], "type": "scatter", "x": [0.8200000000000001, 0.8200000000000001, 0.8300000000000001, 0.8300000000000001, 0.8200000000000001, 0.8200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2533, 0, 0, 2533, 2533, 2533], "type": "scatter", "x": [0.8300000000000001, 0.8300000000000001, 0.8399999999999999, 0.8399999999999999, 0.8300000000000001, 0.8300000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1609, 0, 0, 1609, 1609, 1609], "type": "scatter", "x": [0.84, 0.84, 0.85, 0.85, 0.84, 0.84], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2428, 0, 0, 2428, 2428, 2428], "type": "scatter", "x": [0.85, 0.85, 0.86, 0.86, 0.85, 0.85], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1492, 0, 0, 1492, 1492, 1492], "type": "scatter", "x": [0.86, 0.86, 0.87, 0.87, 0.86, 0.86], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2131, 0, 0, 2131, 2131, 2131], "type": "scatter", "x": [0.87, 0.87, 0.88, 0.88, 0.87, 0.87], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1376, 0, 0, 1376, 1376, 1376], "type": "scatter", "x": [0.88, 0.88, 0.89, 0.89, 0.88, 0.88], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2000, 0, 0, 2000, 2000, 2000], "type": "scatter", "x": [0.89, 0.89, 0.9, 0.9, 0.89, 0.89], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1781, 0, 0, 1781, 1781, 1781], "type": "scatter", "x": [0.9, 0.9, 0.91, 0.91, 0.9, 0.9], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1202, 0, 0, 1202, 1202, 1202], "type": "scatter", "x": [0.91, 0.91, 0.92, 0.92, 0.91, 0.91], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1774, 0, 0, 1774, 1774, 1774], "type": "scatter", "x": [0.92, 0.92, 0.93, 0.93, 0.92, 0.92], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1069, 0, 0, 1069, 1069, 1069], "type": "scatter", "x": [0.93, 0.93, 0.9400000000000001, 0.9400000000000001, 0.93, 0.93], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1365, 0, 0, 1365, 1365, 1365], "type": "scatter", "x": [0.9400000000000001, 0.9400000000000001, 0.9500000000000001, 0.9500000000000001, 0.9400000000000001, 0.9400000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [759, 0, 0, 759, 759, 759], "type": "scatter", "x": [0.9500000000000002, 0.9500000000000002, 0.96, 0.96, 0.9500000000000002, 0.9500000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1012, 0, 0, 1012, 1012, 1012], "type": "scatter", "x": [0.96, 0.96, 0.97, 0.97, 0.96, 0.96], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [622, 0, 0, 622, 622, 622], "type": "scatter", "x": [0.97, 0.97, 0.98, 0.98, 0.97, 0.97], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [935, 0, 0, 935, 935, 935], "type": "scatter", "x": [0.98, 0.98, 0.99, 0.99, 0.98, 0.98], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [561, 0, 0, 561, 561, 561], "type": "scatter", "x": [0.99, 0.99, 1, 1, 0.99, 0.99], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [867, 0, 0, 867, 867, 867], "type": "scatter", "x": [0.9999999999999999, 0.9999999999999999, 1.0099999999999998, 1.0099999999999998, 0.9999999999999999, 0.9999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x", "colorbar": {"y": 0.828125, "title": {"text": ""}, "len": 0.2852963692038495, "x": 0.32100466608340616}, "name": "y1", "yaxis": "y", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "y": [8091, 3179, 2241, 3550, 2400, 3978, 2719, 4258, 2801, 4533, 4670, 3291, 5194, 3595, 5515, 3910, 6204, 4169, 6414, 4441, 6734, 6925, 4687, 7003, 4820, 7136, 4884, 7420, 5348, 8319, 8923, 6715, 10732, 7420, 11722, 7718, 9820, 6035, 9106, 6357, 9824, 9370, 5565, 7765, 4814, 6985, 4103, 6072, 3755, 5621, 5380, 3344, 4176, 2625, 3633, 2305, 2998, 1984, 2617, 1619, 2322, 2207, 1385, 2016, 1435, 2675, 1998, 2963, 1915, 2763, 2850, 1969, 2908, 1805, 2756, 1778, 2840, 1907, 2804, 1978, 2980, 3027, 1943, 2533, 1609, 2428, 1492, 2131, 1376, 2000, 1781, 1202, 1774, 1069, 1365, 759, 1012, 622, 935, 561, 867], "type": "scatter", "x": [0.005, 0.015, 0.025, 0.035, 0.045, 0.055, 0.065, 0.07500000000000001, 0.08499999999999999, 0.095, 0.10500000000000001, 0.11499999999999999, 0.125, 0.135, 0.14500000000000002, 0.155, 0.165, 0.175, 0.185, 0.195, 0.20500000000000002, 0.215, 0.225, 0.235, 0.245, 0.255, 0.265, 0.275, 0.28500000000000003, 0.295, 0.305, 0.315, 0.325, 0.335, 0.34500000000000003, 0.355, 0.365, 0.375, 0.385, 0.395, 0.405, 0.41500000000000004, 0.425, 0.435, 0.445, 0.455, 0.465, 0.475, 0.485, 0.495, 0.505, 0.515, 0.525, 0.535, 0.545, 0.555, 0.5650000000000001, 0.575, 0.585, 0.595, 0.605, 0.615, 0.625, 0.635, 0.645, 0.655, 0.665, 0.675, 0.685, 0.6950000000000001, 0.7050000000000001, 0.715, 0.725, 0.735, 0.745, 0.755, 0.765, 0.775, 0.785, 0.795, 0.805, 0.8150000000000001, 0.8250000000000001, 0.835, 0.845, 0.855, 0.865, 0.875, 0.885, 0.895, 0.905, 0.915, 0.925, 0.935, 0.9450000000000001, 0.9550000000000001, 0.965, 0.975, 0.985, 0.995, 1.005], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 101, "currentCount": 101}}}, {"showlegend": true, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1280, 0, 0, 1280, 1280, 1280], "type": "scatter", "x": [0, 0, 0.02, 0.02, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2356, 0, 0, 2356, 2356, 2356], "type": "scatter", "x": [0.019999999999999997, 0.019999999999999997, 0.04, 0.04, 0.019999999999999997, 0.019999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3276, 0, 0, 3276, 3276, 3276], "type": "scatter", "x": [0.04000000000000001, 0.04000000000000001, 0.06, 0.06, 0.04000000000000001, 0.04000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4683, 0, 0, 4683, 4683, 4683], "type": "scatter", "x": [0.060000000000000005, 0.060000000000000005, 0.08000000000000002, 0.08000000000000002, 0.060000000000000005, 0.060000000000000005], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6565, 0, 0, 6565, 6565, 6565], "type": "scatter", "x": [0.07999999999999999, 0.07999999999999999, 0.1, 0.1, 0.07999999999999999, 0.07999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8668, 0, 0, 8668, 8668, 8668], "type": "scatter", "x": [0.1, 0.1, 0.12, 0.12, 0.1, 0.1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10455, 0, 0, 10455, 10455, 10455], "type": "scatter", "x": [0.12, 0.12, 0.14, 0.14, 0.12, 0.12], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [12051, 0, 0, 12051, 12051, 12051], "type": "scatter", "x": [0.14, 0.14, 0.16000000000000003, 0.16000000000000003, 0.14, 0.14], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13584, 0, 0, 13584, 13584, 13584], "type": "scatter", "x": [0.15999999999999998, 0.15999999999999998, 0.18, 0.18, 0.15999999999999998, 0.15999999999999998], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [14349, 0, 0, 14349, 14349, 14349], "type": "scatter", "x": [0.18, 0.18, 0.2, 0.2, 0.18, 0.18], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [17886, 0, 0, 17886, 17886, 17886], "type": "scatter", "x": [0.2, 0.2, 0.22000000000000003, 0.22000000000000003, 0.2, 0.2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [15017, 0, 0, 15017, 15017, 15017], "type": "scatter", "x": [0.21999999999999997, 0.21999999999999997, 0.24, 0.24, 0.21999999999999997, 0.21999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [14027, 0, 0, 14027, 14027, 14027], "type": "scatter", "x": [0.24, 0.24, 0.26, 0.26, 0.24, 0.24], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13379, 0, 0, 13379, 13379, 13379], "type": "scatter", "x": [0.26, 0.26, 0.28, 0.28, 0.26, 0.26], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13261, 0, 0, 13261, 13261, 13261], "type": "scatter", "x": [0.28, 0.28, 0.30000000000000004, 0.30000000000000004, 0.28, 0.28], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [12856, 0, 0, 12856, 12856, 12856], "type": "scatter", "x": [0.3, 0.3, 0.32, 0.32, 0.3, 0.3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11920, 0, 0, 11920, 11920, 11920], "type": "scatter", "x": [0.32, 0.32, 0.34, 0.34, 0.32, 0.32], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11378, 0, 0, 11378, 11378, 11378], "type": "scatter", "x": [0.33999999999999997, 0.33999999999999997, 0.36, 0.36, 0.33999999999999997, 0.33999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10986, 0, 0, 10986, 10986, 10986], "type": "scatter", "x": [0.36, 0.36, 0.38, 0.38, 0.36, 0.36], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10319, 0, 0, 10319, 10319, 10319], "type": "scatter", "x": [0.38, 0.38, 0.4, 0.4, 0.38, 0.38], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11694, 0, 0, 11694, 11694, 11694], "type": "scatter", "x": [0.4, 0.4, 0.42000000000000004, 0.42000000000000004, 0.4, 0.4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8689, 0, 0, 8689, 8689, 8689], "type": "scatter", "x": [0.42, 0.42, 0.44, 0.44, 0.42, 0.42], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8057, 0, 0, 8057, 8057, 8057], "type": "scatter", "x": [0.44, 0.44, 0.46, 0.46, 0.44, 0.44], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7616, 0, 0, 7616, 7616, 7616], "type": "scatter", "x": [0.45999999999999996, 0.45999999999999996, 0.48, 0.48, 0.45999999999999996, 0.45999999999999996], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7165, 0, 0, 7165, 7165, 7165], "type": "scatter", "x": [0.48, 0.48, 0.5, 0.5, 0.48, 0.48], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6761, 0, 0, 6761, 6761, 6761], "type": "scatter", "x": [0.5, 0.5, 0.52, 0.52, 0.5, 0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6436, 0, 0, 6436, 6436, 6436], "type": "scatter", "x": [0.52, 0.52, 0.54, 0.54, 0.52, 0.52], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6514, 0, 0, 6514, 6514, 6514], "type": "scatter", "x": [0.54, 0.54, 0.56, 0.56, 0.54, 0.54], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6828, 0, 0, 6828, 6828, 6828], "type": "scatter", "x": [0.56, 0.56, 0.5800000000000001, 0.5800000000000001, 0.56, 0.56], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6902, 0, 0, 6902, 6902, 6902], "type": "scatter", "x": [0.58, 0.58, 0.6, 0.6, 0.58, 0.58], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8194, 0, 0, 8194, 8194, 8194], "type": "scatter", "x": [0.6, 0.6, 0.62, 0.62, 0.6, 0.6], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7537, 0, 0, 7537, 7537, 7537], "type": "scatter", "x": [0.62, 0.62, 0.64, 0.64, 0.62, 0.62], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7977, 0, 0, 7977, 7977, 7977], "type": "scatter", "x": [0.64, 0.64, 0.66, 0.66, 0.64, 0.64], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7363, 0, 0, 7363, 7363, 7363], "type": "scatter", "x": [0.66, 0.66, 0.68, 0.68, 0.66, 0.66], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7312, 0, 0, 7312, 7312, 7312], "type": "scatter", "x": [0.68, 0.68, 0.7000000000000001, 0.7000000000000001, 0.68, 0.68], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7131, 0, 0, 7131, 7131, 7131], "type": "scatter", "x": [0.7, 0.7, 0.72, 0.72, 0.7, 0.7], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6889, 0, 0, 6889, 6889, 6889], "type": "scatter", "x": [0.72, 0.72, 0.74, 0.74, 0.72, 0.72], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6315, 0, 0, 6315, 6315, 6315], "type": "scatter", "x": [0.74, 0.74, 0.76, 0.76, 0.74, 0.74], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5976, 0, 0, 5976, 5976, 5976], "type": "scatter", "x": [0.76, 0.76, 0.78, 0.78, 0.76, 0.76], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6129, 0, 0, 6129, 6129, 6129], "type": "scatter", "x": [0.78, 0.78, 0.8, 0.8, 0.78, 0.78], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7281, 0, 0, 7281, 7281, 7281], "type": "scatter", "x": [0.8, 0.8, 0.8200000000000001, 0.8200000000000001, 0.8, 0.8], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6121, 0, 0, 6121, 6121, 6121], "type": "scatter", "x": [0.8200000000000001, 0.8200000000000001, 0.8400000000000001, 0.8400000000000001, 0.8200000000000001, 0.8200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6010, 0, 0, 6010, 6010, 6010], "type": "scatter", "x": [0.84, 0.84, 0.86, 0.86, 0.84, 0.84], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5978, 0, 0, 5978, 5978, 5978], "type": "scatter", "x": [0.86, 0.86, 0.88, 0.88, 0.86, 0.86], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6082, 0, 0, 6082, 6082, 6082], "type": "scatter", "x": [0.88, 0.88, 0.9, 0.9, 0.88, 0.88], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6048, 0, 0, 6048, 6048, 6048], "type": "scatter", "x": [0.9, 0.9, 0.92, 0.92, 0.9, 0.9], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6290, 0, 0, 6290, 6290, 6290], "type": "scatter", "x": [0.92, 0.92, 0.9400000000000001, 0.9400000000000001, 0.92, 0.92], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7473, 0, 0, 7473, 7473, 7473], "type": "scatter", "x": [0.94, 0.94, 0.96, 0.96, 0.94, 0.94], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [12215, 0, 0, 12215, 12215, 12215], "type": "scatter", "x": [0.96, 0.96, 0.98, 0.98, 0.96, 0.96], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [70657, 0, 0, 70657, 70657, 70657], "type": "scatter", "x": [0.98, 0.98, 1, 1, 0.98, 0.98], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x2", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y2", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [51760, 0, 0, 51760, 51760, 51760], "type": "scatter", "x": [1, 1, 1.02, 1.02, 1, 1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x2", "colorbar": {"y": 0.828125, "title": {"text": ""}, "len": 0.2852963692038495, "x": 0.6580417031204433}, "name": "y1", "yaxis": "y2", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "y": [1280, 2356, 3276, 4683, 6565, 8668, 10455, 12051, 13584, 14349, 17886, 15017, 14027, 13379, 13261, 12856, 11920, 11378, 10986, 10319, 11694, 8689, 8057, 7616, 7165, 6761, 6436, 6514, 6828, 6902, 8194, 7537, 7977, 7363, 7312, 7131, 6889, 6315, 5976, 6129, 7281, 6121, 6010, 5978, 6082, 6048, 6290, 7473, 12215, 70657, 51760], "type": "scatter", "x": [0.01, 0.03, 0.05, 0.07, 0.09, 0.11, 0.13, 0.15000000000000002, 0.16999999999999998, 0.19, 0.21000000000000002, 0.22999999999999998, 0.25, 0.27, 0.29000000000000004, 0.31, 0.33, 0.35, 0.37, 0.39, 0.41000000000000003, 0.43, 0.45, 0.47, 0.49, 0.51, 0.53, 0.55, 0.5700000000000001, 0.59, 0.61, 0.63, 0.65, 0.67, 0.6900000000000001, 0.71, 0.73, 0.75, 0.77, 0.79, 0.81, 0.8300000000000001, 0.85, 0.87, 0.89, 0.91, 0.93, 0.95, 0.97, 0.99, 1.01], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 51, "currentCount": 51}}}, {"showlegend": true, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [33192, 0, 0, 33192, 33192, 33192], "type": "scatter", "x": [0, 0, 0.005, 0.005, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6443, 0, 0, 6443, 6443, 6443], "type": "scatter", "x": [0.004999999999999999, 0.004999999999999999, 0.01, 0.01, 0.004999999999999999, 0.004999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6670, 0, 0, 6670, 6670, 6670], "type": "scatter", "x": [0.010000000000000002, 0.010000000000000002, 0.015, 0.015, 0.010000000000000002, 0.010000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6872, 0, 0, 6872, 6872, 6872], "type": "scatter", "x": [0.015000000000000001, 0.015000000000000001, 0.020000000000000004, 0.020000000000000004, 0.015000000000000001, 0.015000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7860, 0, 0, 7860, 7860, 7860], "type": "scatter", "x": [0.019999999999999997, 0.019999999999999997, 0.025, 0.025, 0.019999999999999997, 0.019999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4930, 0, 0, 4930, 4930, 4930], "type": "scatter", "x": [0.025, 0.025, 0.03, 0.03, 0.025, 0.025], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8254, 0, 0, 8254, 8254, 8254], "type": "scatter", "x": [0.03, 0.03, 0.035, 0.035, 0.03, 0.03], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8691, 0, 0, 8691, 8691, 8691], "type": "scatter", "x": [0.035, 0.035, 0.04000000000000001, 0.04000000000000001, 0.035, 0.035], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8985, 0, 0, 8985, 8985, 8985], "type": "scatter", "x": [0.039999999999999994, 0.039999999999999994, 0.045, 0.045, 0.039999999999999994, 0.039999999999999994], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9007, 0, 0, 9007, 9007, 9007], "type": "scatter", "x": [0.045, 0.045, 0.05, 0.05, 0.045, 0.045], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9106, 0, 0, 9106, 9106, 9106], "type": "scatter", "x": [0.05, 0.05, 0.05500000000000001, 0.05500000000000001, 0.05, 0.05], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7555, 0, 0, 7555, 7555, 7555], "type": "scatter", "x": [0.05499999999999999, 0.05499999999999999, 0.06, 0.06, 0.05499999999999999, 0.05499999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9232, 0, 0, 9232, 9232, 9232], "type": "scatter", "x": [0.06, 0.06, 0.065, 0.065, 0.06, 0.06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9850, 0, 0, 9850, 9850, 9850], "type": "scatter", "x": [0.065, 0.065, 0.07, 0.07, 0.065, 0.065], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9101, 0, 0, 9101, 9101, 9101], "type": "scatter", "x": [0.07, 0.07, 0.07500000000000001, 0.07500000000000001, 0.07, 0.07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8905, 0, 0, 8905, 8905, 8905], "type": "scatter", "x": [0.075, 0.075, 0.08, 0.08, 0.075, 0.075], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8093, 0, 0, 8093, 8093, 8093], "type": "scatter", "x": [0.08, 0.08, 0.085, 0.085, 0.08, 0.08], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5653, 0, 0, 5653, 5653, 5653], "type": "scatter", "x": [0.08499999999999999, 0.08499999999999999, 0.09, 0.09, 0.08499999999999999, 0.08499999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8310, 0, 0, 8310, 8310, 8310], "type": "scatter", "x": [0.09, 0.09, 0.095, 0.095, 0.09, 0.09], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8312, 0, 0, 8312, 8312, 8312], "type": "scatter", "x": [0.095, 0.095, 0.1, 0.1, 0.095, 0.095], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7751, 0, 0, 7751, 7751, 7751], "type": "scatter", "x": [0.1, 0.1, 0.10500000000000001, 0.10500000000000001, 0.1, 0.1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7976, 0, 0, 7976, 7976, 7976], "type": "scatter", "x": [0.105, 0.105, 0.11, 0.11, 0.105, 0.105], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5600, 0, 0, 5600, 5600, 5600], "type": "scatter", "x": [0.11, 0.11, 0.115, 0.115, 0.11, 0.11], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7673, 0, 0, 7673, 7673, 7673], "type": "scatter", "x": [0.11499999999999999, 0.11499999999999999, 0.12, 0.12, 0.11499999999999999, 0.11499999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7239, 0, 0, 7239, 7239, 7239], "type": "scatter", "x": [0.12, 0.12, 0.125, 0.125, 0.12, 0.12], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7023, 0, 0, 7023, 7023, 7023], "type": "scatter", "x": [0.125, 0.125, 0.13, 0.13, 0.125, 0.125], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7531, 0, 0, 7531, 7531, 7531], "type": "scatter", "x": [0.13, 0.13, 0.135, 0.135, 0.13, 0.13], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7387, 0, 0, 7387, 7387, 7387], "type": "scatter", "x": [0.135, 0.135, 0.14, 0.14, 0.135, 0.135], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4944, 0, 0, 4944, 4944, 4944], "type": "scatter", "x": [0.14, 0.14, 0.14500000000000002, 0.14500000000000002, 0.14, 0.14], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6475, 0, 0, 6475, 6475, 6475], "type": "scatter", "x": [0.145, 0.145, 0.15, 0.15, 0.145, 0.145], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6646, 0, 0, 6646, 6646, 6646], "type": "scatter", "x": [0.15, 0.15, 0.155, 0.155, 0.15, 0.15], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6648, 0, 0, 6648, 6648, 6648], "type": "scatter", "x": [0.155, 0.155, 0.16, 0.16, 0.155, 0.155], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6615, 0, 0, 6615, 6615, 6615], "type": "scatter", "x": [0.16, 0.16, 0.165, 0.165, 0.16, 0.16], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3959, 0, 0, 3959, 3959, 3959], "type": "scatter", "x": [0.165, 0.165, 0.17, 0.17, 0.165, 0.165], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4346, 0, 0, 4346, 4346, 4346], "type": "scatter", "x": [0.17, 0.17, 0.17500000000000002, 0.17500000000000002, 0.17, 0.17], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4444, 0, 0, 4444, 4444, 4444], "type": "scatter", "x": [0.175, 0.175, 0.18, 0.18, 0.175, 0.175], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4088, 0, 0, 4088, 4088, 4088], "type": "scatter", "x": [0.18, 0.18, 0.185, 0.185, 0.18, 0.18], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3871, 0, 0, 3871, 3871, 3871], "type": "scatter", "x": [0.185, 0.185, 0.19, 0.19, 0.185, 0.185], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3779, 0, 0, 3779, 3779, 3779], "type": "scatter", "x": [0.19, 0.19, 0.195, 0.195, 0.19, 0.19], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2631, 0, 0, 2631, 2631, 2631], "type": "scatter", "x": [0.195, 0.195, 0.2, 0.2, 0.195, 0.195], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3305, 0, 0, 3305, 3305, 3305], "type": "scatter", "x": [0.2, 0.2, 0.20500000000000002, 0.20500000000000002, 0.2, 0.2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3013, 0, 0, 3013, 3013, 3013], "type": "scatter", "x": [0.20500000000000002, 0.20500000000000002, 0.21000000000000002, 0.21000000000000002, 0.20500000000000002, 0.20500000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2899, 0, 0, 2899, 2899, 2899], "type": "scatter", "x": [0.21, 0.21, 0.215, 0.215, 0.21, 0.21], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2756, 0, 0, 2756, 2756, 2756], "type": "scatter", "x": [0.215, 0.215, 0.22, 0.22, 0.215, 0.215], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2641, 0, 0, 2641, 2641, 2641], "type": "scatter", "x": [0.22, 0.22, 0.225, 0.225, 0.22, 0.22], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2316, 0, 0, 2316, 2316, 2316], "type": "scatter", "x": [0.225, 0.225, 0.23, 0.23, 0.225, 0.225], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2718, 0, 0, 2718, 2718, 2718], "type": "scatter", "x": [0.23, 0.23, 0.23500000000000001, 0.23500000000000001, 0.23, 0.23], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2650, 0, 0, 2650, 2650, 2650], "type": "scatter", "x": [0.235, 0.235, 0.24, 0.24, 0.235, 0.235], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2845, 0, 0, 2845, 2845, 2845], "type": "scatter", "x": [0.24, 0.24, 0.245, 0.245, 0.24, 0.24], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2727, 0, 0, 2727, 2727, 2727], "type": "scatter", "x": [0.245, 0.245, 0.25, 0.25, 0.245, 0.245], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2386, 0, 0, 2386, 2386, 2386], "type": "scatter", "x": [0.25, 0.25, 0.255, 0.255, 0.25, 0.25], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2506, 0, 0, 2506, 2506, 2506], "type": "scatter", "x": [0.255, 0.255, 0.26, 0.26, 0.255, 0.255], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2394, 0, 0, 2394, 2394, 2394], "type": "scatter", "x": [0.26, 0.26, 0.265, 0.265, 0.26, 0.26], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2360, 0, 0, 2360, 2360, 2360], "type": "scatter", "x": [0.265, 0.265, 0.27, 0.27, 0.265, 0.265], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2243, 0, 0, 2243, 2243, 2243], "type": "scatter", "x": [0.27, 0.27, 0.275, 0.275, 0.27, 0.27], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2172, 0, 0, 2172, 2172, 2172], "type": "scatter", "x": [0.275, 0.275, 0.28, 0.28, 0.275, 0.275], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2348, 0, 0, 2348, 2348, 2348], "type": "scatter", "x": [0.28, 0.28, 0.28500000000000003, 0.28500000000000003, 0.28, 0.28], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2228, 0, 0, 2228, 2228, 2228], "type": "scatter", "x": [0.28500000000000003, 0.28500000000000003, 0.2899999999999999, 0.2899999999999999, 0.28500000000000003, 0.28500000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2099, 0, 0, 2099, 2099, 2099], "type": "scatter", "x": [0.29, 0.29, 0.295, 0.295, 0.29, 0.29], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1991, 0, 0, 1991, 1991, 1991], "type": "scatter", "x": [0.295, 0.295, 0.3, 0.3, 0.295, 0.295], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2095, 0, 0, 2095, 2095, 2095], "type": "scatter", "x": [0.3, 0.3, 0.305, 0.305, 0.3, 0.3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1848, 0, 0, 1848, 1848, 1848], "type": "scatter", "x": [0.305, 0.305, 0.31, 0.31, 0.305, 0.305], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1679, 0, 0, 1679, 1679, 1679], "type": "scatter", "x": [0.31, 0.31, 0.315, 0.315, 0.31, 0.31], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1806, 0, 0, 1806, 1806, 1806], "type": "scatter", "x": [0.315, 0.315, 0.32, 0.32, 0.315, 0.315], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1778, 0, 0, 1778, 1778, 1778], "type": "scatter", "x": [0.32, 0.32, 0.325, 0.325, 0.32, 0.32], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1732, 0, 0, 1732, 1732, 1732], "type": "scatter", "x": [0.325, 0.325, 0.33, 0.33, 0.325, 0.325], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1715, 0, 0, 1715, 1715, 1715], "type": "scatter", "x": [0.33, 0.33, 0.335, 0.335, 0.33, 0.33], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1365, 0, 0, 1365, 1365, 1365], "type": "scatter", "x": [0.335, 0.335, 0.34, 0.34, 0.335, 0.335], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1440, 0, 0, 1440, 1440, 1440], "type": "scatter", "x": [0.34, 0.34, 0.34500000000000003, 0.34500000000000003, 0.34, 0.34], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1231, 0, 0, 1231, 1231, 1231], "type": "scatter", "x": [0.34500000000000003, 0.34500000000000003, 0.35000000000000003, 0.35000000000000003, 0.34500000000000003, 0.34500000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1117, 0, 0, 1117, 1117, 1117], "type": "scatter", "x": [0.3500000000000001, 0.3500000000000001, 0.355, 0.355, 0.3500000000000001, 0.3500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [880, 0, 0, 880, 880, 880], "type": "scatter", "x": [0.355, 0.355, 0.36, 0.36, 0.355, 0.355], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [778, 0, 0, 778, 778, 778], "type": "scatter", "x": [0.36, 0.36, 0.365, 0.365, 0.36, 0.36], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [656, 0, 0, 656, 656, 656], "type": "scatter", "x": [0.365, 0.365, 0.37, 0.37, 0.365, 0.365], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [573, 0, 0, 573, 573, 573], "type": "scatter", "x": [0.37, 0.37, 0.375, 0.375, 0.37, 0.37], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [491, 0, 0, 491, 491, 491], "type": "scatter", "x": [0.375, 0.375, 0.38, 0.38, 0.375, 0.375], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [432, 0, 0, 432, 432, 432], "type": "scatter", "x": [0.38, 0.38, 0.385, 0.385, 0.38, 0.38], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [407, 0, 0, 407, 407, 407], "type": "scatter", "x": [0.385, 0.385, 0.39, 0.39, 0.385, 0.385], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [326, 0, 0, 326, 326, 326], "type": "scatter", "x": [0.39, 0.39, 0.395, 0.395, 0.39, 0.39], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [298, 0, 0, 298, 298, 298], "type": "scatter", "x": [0.395, 0.395, 0.4, 0.4, 0.395, 0.395], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [296, 0, 0, 296, 296, 296], "type": "scatter", "x": [0.4, 0.4, 0.405, 0.405, 0.4, 0.4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [247, 0, 0, 247, 247, 247], "type": "scatter", "x": [0.405, 0.405, 0.41000000000000003, 0.41000000000000003, 0.405, 0.405], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [250, 0, 0, 250, 250, 250], "type": "scatter", "x": [0.41000000000000003, 0.41000000000000003, 0.41500000000000004, 0.41500000000000004, 0.41000000000000003, 0.41000000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [170, 0, 0, 170, 170, 170], "type": "scatter", "x": [0.41500000000000004, 0.41500000000000004, 0.41999999999999993, 0.41999999999999993, 0.41500000000000004, 0.41500000000000004], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [222, 0, 0, 222, 222, 222], "type": "scatter", "x": [0.42, 0.42, 0.425, 0.425, 0.42, 0.42], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [226, 0, 0, 226, 226, 226], "type": "scatter", "x": [0.425, 0.425, 0.43, 0.43, 0.425, 0.425], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [206, 0, 0, 206, 206, 206], "type": "scatter", "x": [0.43, 0.43, 0.435, 0.435, 0.43, 0.43], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [189, 0, 0, 189, 189, 189], "type": "scatter", "x": [0.435, 0.435, 0.44, 0.44, 0.435, 0.435], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [171, 0, 0, 171, 171, 171], "type": "scatter", "x": [0.44, 0.44, 0.445, 0.445, 0.44, 0.44], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [123, 0, 0, 123, 123, 123], "type": "scatter", "x": [0.445, 0.445, 0.45, 0.45, 0.445, 0.445], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [156, 0, 0, 156, 156, 156], "type": "scatter", "x": [0.45, 0.45, 0.455, 0.455, 0.45, 0.45], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [152, 0, 0, 152, 152, 152], "type": "scatter", "x": [0.455, 0.455, 0.46, 0.46, 0.455, 0.455], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [139, 0, 0, 139, 139, 139], "type": "scatter", "x": [0.46, 0.46, 0.465, 0.465, 0.46, 0.46], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [141, 0, 0, 141, 141, 141], "type": "scatter", "x": [0.465, 0.465, 0.47000000000000003, 0.47000000000000003, 0.465, 0.465], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [137, 0, 0, 137, 137, 137], "type": "scatter", "x": [0.47000000000000003, 0.47000000000000003, 0.47500000000000003, 0.47500000000000003, 0.47000000000000003, 0.47000000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [81, 0, 0, 81, 81, 81], "type": "scatter", "x": [0.4750000000000001, 0.4750000000000001, 0.48, 0.48, 0.4750000000000001, 0.4750000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [119, 0, 0, 119, 119, 119], "type": "scatter", "x": [0.48, 0.48, 0.485, 0.485, 0.48, 0.48], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [116, 0, 0, 116, 116, 116], "type": "scatter", "x": [0.485, 0.485, 0.49, 0.49, 0.485, 0.485], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [122, 0, 0, 122, 122, 122], "type": "scatter", "x": [0.49, 0.49, 0.495, 0.495, 0.49, 0.49], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [107, 0, 0, 107, 107, 107], "type": "scatter", "x": [0.495, 0.495, 0.5, 0.5, 0.495, 0.495], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [96, 0, 0, 96, 96, 96], "type": "scatter", "x": [0.49999999999999994, 0.49999999999999994, 0.5049999999999999, 0.5049999999999999, 0.49999999999999994, 0.49999999999999994], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [139, 0, 0, 139, 139, 139], "type": "scatter", "x": [0.5050000000000001, 0.5050000000000001, 0.51, 0.51, 0.5050000000000001, 0.5050000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [119, 0, 0, 119, 119, 119], "type": "scatter", "x": [0.51, 0.51, 0.5149999999999999, 0.5149999999999999, 0.51, 0.51], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [128, 0, 0, 128, 128, 128], "type": "scatter", "x": [0.5150000000000001, 0.5150000000000001, 0.52, 0.52, 0.5150000000000001, 0.5150000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [121, 0, 0, 121, 121, 121], "type": "scatter", "x": [0.52, 0.52, 0.5249999999999999, 0.5249999999999999, 0.52, 0.52], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [95, 0, 0, 95, 95, 95], "type": "scatter", "x": [0.5250000000000001, 0.5250000000000001, 0.53, 0.53, 0.5250000000000001, 0.5250000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [82, 0, 0, 82, 82, 82], "type": "scatter", "x": [0.53, 0.53, 0.5349999999999999, 0.5349999999999999, 0.53, 0.53], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [101, 0, 0, 101, 101, 101], "type": "scatter", "x": [0.5350000000000001, 0.5350000000000001, 0.54, 0.54, 0.5350000000000001, 0.5350000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [99, 0, 0, 99, 99, 99], "type": "scatter", "x": [0.54, 0.54, 0.5449999999999999, 0.5449999999999999, 0.54, 0.54], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [133, 0, 0, 133, 133, 133], "type": "scatter", "x": [0.5450000000000002, 0.5450000000000002, 0.55, 0.55, 0.5450000000000002, 0.5450000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [91, 0, 0, 91, 91, 91], "type": "scatter", "x": [0.55, 0.55, 0.5549999999999999, 0.5549999999999999, 0.55, 0.55], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [84, 0, 0, 84, 84, 84], "type": "scatter", "x": [0.5550000000000002, 0.5550000000000002, 0.56, 0.56, 0.5550000000000002, 0.5550000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [97, 0, 0, 97, 97, 97], "type": "scatter", "x": [0.56, 0.56, 0.565, 0.565, 0.56, 0.56], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [91, 0, 0, 91, 91, 91], "type": "scatter", "x": [0.5650000000000002, 0.5650000000000002, 0.5700000000000001, 0.5700000000000001, 0.5650000000000002, 0.5650000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [96, 0, 0, 96, 96, 96], "type": "scatter", "x": [0.5700000000000001, 0.5700000000000001, 0.575, 0.575, 0.5700000000000001, 0.5700000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [102, 0, 0, 102, 102, 102], "type": "scatter", "x": [0.5750000000000001, 0.5750000000000001, 0.58, 0.58, 0.5750000000000001, 0.5750000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [90, 0, 0, 90, 90, 90], "type": "scatter", "x": [0.5800000000000001, 0.5800000000000001, 0.585, 0.585, 0.5800000000000001, 0.5800000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [57, 0, 0, 57, 57, 57], "type": "scatter", "x": [0.585, 0.585, 0.5899999999999999, 0.5899999999999999, 0.585, 0.585], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [52, 0, 0, 52, 52, 52], "type": "scatter", "x": [0.5900000000000001, 0.5900000000000001, 0.595, 0.595, 0.5900000000000001, 0.5900000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [67, 0, 0, 67, 67, 67], "type": "scatter", "x": [0.595, 0.595, 0.5999999999999999, 0.5999999999999999, 0.595, 0.595], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [25, 0, 0, 25, 25, 25], "type": "scatter", "x": [0.6000000000000001, 0.6000000000000001, 0.605, 0.605, 0.6000000000000001, 0.6000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [55, 0, 0, 55, 55, 55], "type": "scatter", "x": [0.605, 0.605, 0.6099999999999999, 0.6099999999999999, 0.605, 0.605], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [20, 0, 0, 20, 20, 20], "type": "scatter", "x": [0.6100000000000001, 0.6100000000000001, 0.615, 0.615, 0.6100000000000001, 0.6100000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [22, 0, 0, 22, 22, 22], "type": "scatter", "x": [0.615, 0.615, 0.6199999999999999, 0.6199999999999999, 0.615, 0.615], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [54, 0, 0, 54, 54, 54], "type": "scatter", "x": [0.6200000000000001, 0.6200000000000001, 0.625, 0.625, 0.6200000000000001, 0.6200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [53, 0, 0, 53, 53, 53], "type": "scatter", "x": [0.625, 0.625, 0.6299999999999999, 0.6299999999999999, 0.625, 0.625], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [389, 0, 0, 389, 389, 389], "type": "scatter", "x": [0.6300000000000001, 0.6300000000000001, 0.635, 0.635, 0.6300000000000001, 0.6300000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [906, 0, 0, 906, 906, 906], "type": "scatter", "x": [0.635, 0.635, 0.6399999999999999, 0.6399999999999999, 0.635, 0.635], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [304, 0, 0, 304, 304, 304], "type": "scatter", "x": [0.6400000000000001, 0.6400000000000001, 0.645, 0.645, 0.6400000000000001, 0.6400000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [933, 0, 0, 933, 933, 933], "type": "scatter", "x": [0.645, 0.645, 0.6499999999999999, 0.6499999999999999, 0.645, 0.645], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [393, 0, 0, 393, 393, 393], "type": "scatter", "x": [0.6500000000000001, 0.6500000000000001, 0.655, 0.655, 0.6500000000000001, 0.6500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [492, 0, 0, 492, 492, 492], "type": "scatter", "x": [0.655, 0.655, 0.6599999999999999, 0.6599999999999999, 0.655, 0.655], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [813, 0, 0, 813, 813, 813], "type": "scatter", "x": [0.6600000000000001, 0.6600000000000001, 0.665, 0.665, 0.6600000000000001, 0.6600000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [469, 0, 0, 469, 469, 469], "type": "scatter", "x": [0.665, 0.665, 0.6699999999999999, 0.6699999999999999, 0.665, 0.665], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [967, 0, 0, 967, 967, 967], "type": "scatter", "x": [0.6700000000000002, 0.6700000000000002, 0.675, 0.675, 0.6700000000000002, 0.6700000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [534, 0, 0, 534, 534, 534], "type": "scatter", "x": [0.675, 0.675, 0.6799999999999999, 0.6799999999999999, 0.675, 0.675], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [784, 0, 0, 784, 784, 784], "type": "scatter", "x": [0.6800000000000002, 0.6800000000000002, 0.685, 0.685, 0.6800000000000002, 0.6800000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [375, 0, 0, 375, 375, 375], "type": "scatter", "x": [0.685, 0.685, 0.69, 0.69, 0.685, 0.685], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [307, 0, 0, 307, 307, 307], "type": "scatter", "x": [0.6900000000000002, 0.6900000000000002, 0.6950000000000001, 0.6950000000000001, 0.6900000000000002, 0.6900000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [769, 0, 0, 769, 769, 769], "type": "scatter", "x": [0.6950000000000001, 0.6950000000000001, 0.7, 0.7, 0.6950000000000001, 0.6950000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [191, 0, 0, 191, 191, 191], "type": "scatter", "x": [0.7000000000000001, 0.7000000000000001, 0.705, 0.705, 0.7000000000000001, 0.7000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [529, 0, 0, 529, 529, 529], "type": "scatter", "x": [0.7050000000000001, 0.7050000000000001, 0.71, 0.71, 0.7050000000000001, 0.7050000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [213, 0, 0, 213, 213, 213], "type": "scatter", "x": [0.71, 0.71, 0.7149999999999999, 0.7149999999999999, 0.71, 0.71], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [173, 0, 0, 173, 173, 173], "type": "scatter", "x": [0.7150000000000001, 0.7150000000000001, 0.72, 0.72, 0.7150000000000001, 0.7150000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [371, 0, 0, 371, 371, 371], "type": "scatter", "x": [0.72, 0.72, 0.7249999999999999, 0.7249999999999999, 0.72, 0.72], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [218, 0, 0, 218, 218, 218], "type": "scatter", "x": [0.7250000000000001, 0.7250000000000001, 0.73, 0.73, 0.7250000000000001, 0.7250000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [269, 0, 0, 269, 269, 269], "type": "scatter", "x": [0.73, 0.73, 0.7349999999999999, 0.7349999999999999, 0.73, 0.73], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [66, 0, 0, 66, 66, 66], "type": "scatter", "x": [0.7350000000000001, 0.7350000000000001, 0.74, 0.74, 0.7350000000000001, 0.7350000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [397, 0, 0, 397, 397, 397], "type": "scatter", "x": [0.74, 0.74, 0.7449999999999999, 0.7449999999999999, 0.74, 0.74], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [45, 0, 0, 45, 45, 45], "type": "scatter", "x": [0.7450000000000001, 0.7450000000000001, 0.75, 0.75, 0.7450000000000001, 0.7450000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [201, 0, 0, 201, 201, 201], "type": "scatter", "x": [0.75, 0.75, 0.7549999999999999, 0.7549999999999999, 0.75, 0.75], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [227, 0, 0, 227, 227, 227], "type": "scatter", "x": [0.7550000000000001, 0.7550000000000001, 0.76, 0.76, 0.7550000000000001, 0.7550000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [28, 0, 0, 28, 28, 28], "type": "scatter", "x": [0.76, 0.76, 0.7649999999999999, 0.7649999999999999, 0.76, 0.76], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [358, 0, 0, 358, 358, 358], "type": "scatter", "x": [0.7650000000000001, 0.7650000000000001, 0.77, 0.77, 0.7650000000000001, 0.7650000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [78, 0, 0, 78, 78, 78], "type": "scatter", "x": [0.77, 0.77, 0.7749999999999999, 0.7749999999999999, 0.77, 0.77], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [184, 0, 0, 184, 184, 184], "type": "scatter", "x": [0.7750000000000001, 0.7750000000000001, 0.78, 0.78, 0.7750000000000001, 0.7750000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [275, 0, 0, 275, 275, 275], "type": "scatter", "x": [0.78, 0.78, 0.7849999999999999, 0.7849999999999999, 0.78, 0.78], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [99, 0, 0, 99, 99, 99], "type": "scatter", "x": [0.7850000000000001, 0.7850000000000001, 0.79, 0.79, 0.7850000000000001, 0.7850000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [397, 0, 0, 397, 397, 397], "type": "scatter", "x": [0.79, 0.79, 0.7949999999999999, 0.7949999999999999, 0.79, 0.79], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [251, 0, 0, 251, 251, 251], "type": "scatter", "x": [0.7950000000000002, 0.7950000000000002, 0.8, 0.8, 0.7950000000000002, 0.7950000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [453, 0, 0, 453, 453, 453], "type": "scatter", "x": [0.8, 0.8, 0.8049999999999999, 0.8049999999999999, 0.8, 0.8], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [350, 0, 0, 350, 350, 350], "type": "scatter", "x": [0.8050000000000002, 0.8050000000000002, 0.81, 0.81, 0.8050000000000002, 0.8050000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [547, 0, 0, 547, 547, 547], "type": "scatter", "x": [0.81, 0.81, 0.815, 0.815, 0.81, 0.81], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [871, 0, 0, 871, 871, 871], "type": "scatter", "x": [0.8150000000000002, 0.8150000000000002, 0.8200000000000001, 0.8200000000000001, 0.8150000000000002, 0.8150000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [610, 0, 0, 610, 610, 610], "type": "scatter", "x": [0.8200000000000001, 0.8200000000000001, 0.825, 0.825, 0.8200000000000001, 0.8200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1358, 0, 0, 1358, 1358, 1358], "type": "scatter", "x": [0.8250000000000002, 0.8250000000000002, 0.8300000000000001, 0.8300000000000001, 0.8250000000000002, 0.8250000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [793, 0, 0, 793, 793, 793], "type": "scatter", "x": [0.8300000000000001, 0.8300000000000001, 0.835, 0.835, 0.8300000000000001, 0.8300000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [951, 0, 0, 951, 951, 951], "type": "scatter", "x": [0.835, 0.835, 0.8399999999999999, 0.8399999999999999, 0.835, 0.835], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1159, 0, 0, 1159, 1159, 1159], "type": "scatter", "x": [0.8400000000000001, 0.8400000000000001, 0.845, 0.845, 0.8400000000000001, 0.8400000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [402, 0, 0, 402, 402, 402], "type": "scatter", "x": [0.845, 0.845, 0.8499999999999999, 0.8499999999999999, 0.845, 0.845], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [688, 0, 0, 688, 688, 688], "type": "scatter", "x": [0.8500000000000001, 0.8500000000000001, 0.855, 0.855, 0.8500000000000001, 0.8500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [256, 0, 0, 256, 256, 256], "type": "scatter", "x": [0.855, 0.855, 0.8599999999999999, 0.8599999999999999, 0.855, 0.855], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [501, 0, 0, 501, 501, 501], "type": "scatter", "x": [0.8600000000000001, 0.8600000000000001, 0.865, 0.865, 0.8600000000000001, 0.8600000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [215, 0, 0, 215, 215, 215], "type": "scatter", "x": [0.865, 0.865, 0.8699999999999999, 0.8699999999999999, 0.865, 0.865], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [107, 0, 0, 107, 107, 107], "type": "scatter", "x": [0.8700000000000001, 0.8700000000000001, 0.875, 0.875, 0.8700000000000001, 0.8700000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [153, 0, 0, 153, 153, 153], "type": "scatter", "x": [0.875, 0.875, 0.8799999999999999, 0.8799999999999999, 0.875, 0.875], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [44, 0, 0, 44, 44, 44], "type": "scatter", "x": [0.8800000000000001, 0.8800000000000001, 0.885, 0.885, 0.8800000000000001, 0.8800000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [99, 0, 0, 99, 99, 99], "type": "scatter", "x": [0.885, 0.885, 0.8899999999999999, 0.8899999999999999, 0.885, 0.885], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [131, 0, 0, 131, 131, 131], "type": "scatter", "x": [0.8900000000000001, 0.8900000000000001, 0.895, 0.895, 0.8900000000000001, 0.8900000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [373, 0, 0, 373, 373, 373], "type": "scatter", "x": [0.895, 0.895, 0.8999999999999999, 0.8999999999999999, 0.895, 0.895], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x3", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y3", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2776, 0, 0, 2776, 2776, 2776], "type": "scatter", "x": [0.9000000000000001, 0.9000000000000001, 0.905, 0.905, 0.9000000000000001, 0.9000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x3", "colorbar": {"y": 0.828125, "title": {"text": ""}, "len": 0.2852963692038495, "x": 0.9950787401574803}, "name": "y1", "yaxis": "y3", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "y": [33192, 6443, 6670, 6872, 7860, 4930, 8254, 8691, 8985, 9007, 9106, 7555, 9232, 9850, 9101, 8905, 8093, 5653, 8310, 8312, 7751, 7976, 5600, 7673, 7239, 7023, 7531, 7387, 4944, 6475, 6646, 6648, 6615, 3959, 4346, 4444, 4088, 3871, 3779, 2631, 3305, 3013, 2899, 2756, 2641, 2316, 2718, 2650, 2845, 2727, 2386, 2506, 2394, 2360, 2243, 2172, 2348, 2228, 2099, 1991, 2095, 1848, 1679, 1806, 1778, 1732, 1715, 1365, 1440, 1231, 1117, 880, 778, 656, 573, 491, 432, 407, 326, 298, 296, 247, 250, 170, 222, 226, 206, 189, 171, 123, 156, 152, 139, 141, 137, 81, 119, 116, 122, 107, 96, 139, 119, 128, 121, 95, 82, 101, 99, 133, 91, 84, 97, 91, 96, 102, 90, 57, 52, 67, 25, 55, 20, 22, 54, 53, 389, 906, 304, 933, 393, 492, 813, 469, 967, 534, 784, 375, 307, 769, 191, 529, 213, 173, 371, 218, 269, 66, 397, 45, 201, 227, 28, 358, 78, 184, 275, 99, 397, 251, 453, 350, 547, 871, 610, 1358, 793, 951, 1159, 402, 688, 256, 501, 215, 107, 153, 44, 99, 131, 373, 2776], "type": "scatter", "x": [0.0025, 0.0075, 0.0125, 0.0175, 0.0225, 0.0275, 0.0325, 0.037500000000000006, 0.042499999999999996, 0.0475, 0.052500000000000005, 0.057499999999999996, 0.0625, 0.0675, 0.07250000000000001, 0.0775, 0.0825, 0.0875, 0.0925, 0.0975, 0.10250000000000001, 0.1075, 0.1125, 0.1175, 0.1225, 0.1275, 0.1325, 0.1375, 0.14250000000000002, 0.1475, 0.1525, 0.1575, 0.1625, 0.1675, 0.17250000000000001, 0.1775, 0.1825, 0.1875, 0.1925, 0.1975, 0.2025, 0.20750000000000002, 0.2125, 0.2175, 0.2225, 0.2275, 0.2325, 0.2375, 0.2425, 0.2475, 0.2525, 0.2575, 0.2625, 0.2675, 0.2725, 0.2775, 0.28250000000000003, 0.2875, 0.2925, 0.2975, 0.3025, 0.3075, 0.3125, 0.3175, 0.3225, 0.3275, 0.3325, 0.3375, 0.3425, 0.34750000000000003, 0.35250000000000004, 0.3575, 0.3625, 0.3675, 0.3725, 0.3775, 0.3825, 0.3875, 0.3925, 0.3975, 0.4025, 0.40750000000000003, 0.41250000000000003, 0.4175, 0.4225, 0.4275, 0.4325, 0.4375, 0.4425, 0.4475, 0.4525, 0.4575, 0.4625, 0.4675, 0.47250000000000003, 0.47750000000000004, 0.4825, 0.4875, 0.4925, 0.4975, 0.5025, 0.5075000000000001, 0.5125, 0.5175000000000001, 0.5225, 0.5275000000000001, 0.5325, 0.5375000000000001, 0.5425, 0.5475000000000001, 0.5525, 0.5575000000000001, 0.5625, 0.5675000000000001, 0.5725, 0.5775, 0.5825, 0.5874999999999999, 0.5925, 0.5974999999999999, 0.6025, 0.6074999999999999, 0.6125, 0.6174999999999999, 0.6225, 0.6275, 0.6325000000000001, 0.6375, 0.6425000000000001, 0.6475, 0.6525000000000001, 0.6575, 0.6625000000000001, 0.6675, 0.6725000000000001, 0.6775, 0.6825000000000001, 0.6875, 0.6925000000000001, 0.6975, 0.7025, 0.7075, 0.7124999999999999, 0.7175, 0.7224999999999999, 0.7275, 0.7324999999999999, 0.7375, 0.7424999999999999, 0.7475, 0.7525, 0.7575000000000001, 0.7625, 0.7675000000000001, 0.7725, 0.7775000000000001, 0.7825, 0.7875000000000001, 0.7925, 0.7975000000000001, 0.8025, 0.8075000000000001, 0.8125, 0.8175000000000001, 0.8225, 0.8275000000000001, 0.8325, 0.8374999999999999, 0.8425, 0.8474999999999999, 0.8525, 0.8574999999999999, 0.8625, 0.8674999999999999, 0.8725, 0.8775, 0.8825000000000001, 0.8875, 0.8925000000000001, 0.8975, 0.9025000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 181, "currentCount": 181}}}, {"showlegend": true, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1058, 0, 0, 1058, 1058, 1058], "type": "scatter", "x": [0, 0, 0.01, 0.01, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [726, 0, 0, 726, 726, 726], "type": "scatter", "x": [0.009999999999999998, 0.009999999999999998, 0.02, 0.02, 0.009999999999999998, 0.009999999999999998], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [505, 0, 0, 505, 505, 505], "type": "scatter", "x": [0.020000000000000004, 0.020000000000000004, 0.03, 0.03, 0.020000000000000004, 0.020000000000000004], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [894, 0, 0, 894, 894, 894], "type": "scatter", "x": [0.030000000000000002, 0.030000000000000002, 0.04000000000000001, 0.04000000000000001, 0.030000000000000002, 0.030000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [650, 0, 0, 650, 650, 650], "type": "scatter", "x": [0.039999999999999994, 0.039999999999999994, 0.05, 0.05, 0.039999999999999994, 0.039999999999999994], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1222, 0, 0, 1222, 1222, 1222], "type": "scatter", "x": [0.05, 0.05, 0.06, 0.06, 0.05, 0.05], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [964, 0, 0, 964, 964, 964], "type": "scatter", "x": [0.06, 0.06, 0.07, 0.07, 0.06, 0.06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1605, 0, 0, 1605, 1605, 1605], "type": "scatter", "x": [0.07, 0.07, 0.08000000000000002, 0.08000000000000002, 0.07, 0.07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1129, 0, 0, 1129, 1129, 1129], "type": "scatter", "x": [0.07999999999999999, 0.07999999999999999, 0.09, 0.09, 0.07999999999999999, 0.07999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1942, 0, 0, 1942, 1942, 1942], "type": "scatter", "x": [0.09, 0.09, 0.1, 0.1, 0.09, 0.09], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2222, 0, 0, 2222, 2222, 2222], "type": "scatter", "x": [0.1, 0.1, 0.11000000000000001, 0.11000000000000001, 0.1, 0.1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1672, 0, 0, 1672, 1672, 1672], "type": "scatter", "x": [0.10999999999999999, 0.10999999999999999, 0.12, 0.12, 0.10999999999999999, 0.10999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2566, 0, 0, 2566, 2566, 2566], "type": "scatter", "x": [0.12, 0.12, 0.13, 0.13, 0.12, 0.12], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1869, 0, 0, 1869, 1869, 1869], "type": "scatter", "x": [0.13, 0.13, 0.14, 0.14, 0.13, 0.13], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3057, 0, 0, 3057, 3057, 3057], "type": "scatter", "x": [0.14, 0.14, 0.15000000000000002, 0.15000000000000002, 0.14, 0.14], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2157, 0, 0, 2157, 2157, 2157], "type": "scatter", "x": [0.15, 0.15, 0.16, 0.16, 0.15, 0.15], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3407, 0, 0, 3407, 3407, 3407], "type": "scatter", "x": [0.16, 0.16, 0.17, 0.17, 0.16, 0.16], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2471, 0, 0, 2471, 2471, 2471], "type": "scatter", "x": [0.16999999999999998, 0.16999999999999998, 0.18, 0.18, 0.16999999999999998, 0.16999999999999998], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4008, 0, 0, 4008, 4008, 4008], "type": "scatter", "x": [0.18, 0.18, 0.19, 0.19, 0.18, 0.18], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2735, 0, 0, 2735, 2735, 2735], "type": "scatter", "x": [0.19, 0.19, 0.2, 0.2, 0.19, 0.19], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4225, 0, 0, 4225, 4225, 4225], "type": "scatter", "x": [0.2, 0.2, 0.21000000000000002, 0.21000000000000002, 0.2, 0.2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4688, 0, 0, 4688, 4688, 4688], "type": "scatter", "x": [0.21, 0.21, 0.22, 0.22, 0.21, 0.21], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3204, 0, 0, 3204, 3204, 3204], "type": "scatter", "x": [0.22, 0.22, 0.23, 0.23, 0.22, 0.22], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5022, 0, 0, 5022, 5022, 5022], "type": "scatter", "x": [0.22999999999999998, 0.22999999999999998, 0.24, 0.24, 0.22999999999999998, 0.22999999999999998], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3389, 0, 0, 3389, 3389, 3389], "type": "scatter", "x": [0.24, 0.24, 0.25, 0.25, 0.24, 0.24], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5291, 0, 0, 5291, 5291, 5291], "type": "scatter", "x": [0.25, 0.25, 0.26, 0.26, 0.25, 0.25], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3730, 0, 0, 3730, 3730, 3730], "type": "scatter", "x": [0.26, 0.26, 0.27, 0.27, 0.26, 0.26], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5687, 0, 0, 5687, 5687, 5687], "type": "scatter", "x": [0.27, 0.27, 0.28, 0.28, 0.27, 0.27], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3816, 0, 0, 3816, 3816, 3816], "type": "scatter", "x": [0.28, 0.28, 0.29000000000000004, 0.29000000000000004, 0.28, 0.28], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6070, 0, 0, 6070, 6070, 6070], "type": "scatter", "x": [0.29, 0.29, 0.3, 0.3, 0.29, 0.29], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6340, 0, 0, 6340, 6340, 6340], "type": "scatter", "x": [0.3, 0.3, 0.31, 0.31, 0.3, 0.3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4309, 0, 0, 4309, 4309, 4309], "type": "scatter", "x": [0.31, 0.31, 0.32, 0.32, 0.31, 0.31], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6576, 0, 0, 6576, 6576, 6576], "type": "scatter", "x": [0.32, 0.32, 0.33, 0.33, 0.32, 0.32], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4500, 0, 0, 4500, 4500, 4500], "type": "scatter", "x": [0.33, 0.33, 0.34, 0.34, 0.33, 0.33], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6915, 0, 0, 6915, 6915, 6915], "type": "scatter", "x": [0.34, 0.34, 0.35000000000000003, 0.35000000000000003, 0.34, 0.34], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4665, 0, 0, 4665, 4665, 4665], "type": "scatter", "x": [0.35, 0.35, 0.36, 0.36, 0.35, 0.35], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6948, 0, 0, 6948, 6948, 6948], "type": "scatter", "x": [0.36, 0.36, 0.37, 0.37, 0.36, 0.36], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4644, 0, 0, 4644, 4644, 4644], "type": "scatter", "x": [0.37, 0.37, 0.38, 0.38, 0.37, 0.37], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7106, 0, 0, 7106, 7106, 7106], "type": "scatter", "x": [0.38, 0.38, 0.39, 0.39, 0.38, 0.38], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4724, 0, 0, 4724, 4724, 4724], "type": "scatter", "x": [0.39, 0.39, 0.4, 0.4, 0.39, 0.39], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7120, 0, 0, 7120, 7120, 7120], "type": "scatter", "x": [0.4, 0.4, 0.41000000000000003, 0.41000000000000003, 0.4, 0.4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7052, 0, 0, 7052, 7052, 7052], "type": "scatter", "x": [0.41000000000000003, 0.41000000000000003, 0.42000000000000004, 0.42000000000000004, 0.41000000000000003, 0.41000000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4716, 0, 0, 4716, 4716, 4716], "type": "scatter", "x": [0.42, 0.42, 0.43, 0.43, 0.42, 0.42], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6994, 0, 0, 6994, 6994, 6994], "type": "scatter", "x": [0.43, 0.43, 0.44, 0.44, 0.43, 0.43], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4675, 0, 0, 4675, 4675, 4675], "type": "scatter", "x": [0.44, 0.44, 0.45, 0.45, 0.44, 0.44], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6932, 0, 0, 6932, 6932, 6932], "type": "scatter", "x": [0.45, 0.45, 0.46, 0.46, 0.45, 0.45], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4894, 0, 0, 4894, 4894, 4894], "type": "scatter", "x": [0.46, 0.46, 0.47000000000000003, 0.47000000000000003, 0.46, 0.46], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7560, 0, 0, 7560, 7560, 7560], "type": "scatter", "x": [0.47, 0.47, 0.48, 0.48, 0.47, 0.47], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5737, 0, 0, 5737, 5737, 5737], "type": "scatter", "x": [0.48, 0.48, 0.49, 0.49, 0.48, 0.48], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9853, 0, 0, 9853, 9853, 9853], "type": "scatter", "x": [0.49, 0.49, 0.5, 0.5, 0.49, 0.49], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10295, 0, 0, 10295, 10295, 10295], "type": "scatter", "x": [0.5, 0.5, 0.51, 0.51, 0.5, 0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6748, 0, 0, 6748, 6748, 6748], "type": "scatter", "x": [0.51, 0.51, 0.52, 0.52, 0.51, 0.51], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11484, 0, 0, 11484, 11484, 11484], "type": "scatter", "x": [0.52, 0.52, 0.53, 0.53, 0.52, 0.52], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8277, 0, 0, 8277, 8277, 8277], "type": "scatter", "x": [0.53, 0.53, 0.54, 0.54, 0.53, 0.53], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9973, 0, 0, 9973, 9973, 9973], "type": "scatter", "x": [0.54, 0.54, 0.55, 0.55, 0.54, 0.54], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6421, 0, 0, 6421, 6421, 6421], "type": "scatter", "x": [0.55, 0.55, 0.56, 0.56, 0.55, 0.55], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9070, 0, 0, 9070, 9070, 9070], "type": "scatter", "x": [0.56, 0.56, 0.5700000000000001, 0.5700000000000001, 0.56, 0.56], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5520, 0, 0, 5520, 5520, 5520], "type": "scatter", "x": [0.5700000000000001, 0.5700000000000001, 0.5799999999999998, 0.5799999999999998, 0.5700000000000001, 0.5700000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7852, 0, 0, 7852, 7852, 7852], "type": "scatter", "x": [0.58, 0.58, 0.59, 0.59, 0.58, 0.58], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5361, 0, 0, 5361, 5361, 5361], "type": "scatter", "x": [0.59, 0.59, 0.6, 0.6, 0.59, 0.59], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7055, 0, 0, 7055, 7055, 7055], "type": "scatter", "x": [0.6, 0.6, 0.61, 0.61, 0.6, 0.6], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5794, 0, 0, 5794, 5794, 5794], "type": "scatter", "x": [0.61, 0.61, 0.62, 0.62, 0.61, 0.61], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3755, 0, 0, 3755, 3755, 3755], "type": "scatter", "x": [0.62, 0.62, 0.63, 0.63, 0.62, 0.62], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5108, 0, 0, 5108, 5108, 5108], "type": "scatter", "x": [0.63, 0.63, 0.64, 0.64, 0.63, 0.63], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3011, 0, 0, 3011, 3011, 3011], "type": "scatter", "x": [0.64, 0.64, 0.65, 0.65, 0.64, 0.64], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4384, 0, 0, 4384, 4384, 4384], "type": "scatter", "x": [0.65, 0.65, 0.66, 0.66, 0.65, 0.65], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2804, 0, 0, 2804, 2804, 2804], "type": "scatter", "x": [0.66, 0.66, 0.67, 0.67, 0.66, 0.66], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3910, 0, 0, 3910, 3910, 3910], "type": "scatter", "x": [0.67, 0.67, 0.68, 0.68, 0.67, 0.67], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2426, 0, 0, 2426, 2426, 2426], "type": "scatter", "x": [0.68, 0.68, 0.6900000000000001, 0.6900000000000001, 0.68, 0.68], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3385, 0, 0, 3385, 3385, 3385], "type": "scatter", "x": [0.6900000000000001, 0.6900000000000001, 0.7000000000000001, 0.7000000000000001, 0.6900000000000001, 0.6900000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3439, 0, 0, 3439, 3439, 3439], "type": "scatter", "x": [0.7000000000000002, 0.7000000000000002, 0.71, 0.71, 0.7000000000000002, 0.7000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2349, 0, 0, 2349, 2349, 2349], "type": "scatter", "x": [0.71, 0.71, 0.72, 0.72, 0.71, 0.71], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2888, 0, 0, 2888, 2888, 2888], "type": "scatter", "x": [0.72, 0.72, 0.73, 0.73, 0.72, 0.72], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1938, 0, 0, 1938, 1938, 1938], "type": "scatter", "x": [0.73, 0.73, 0.74, 0.74, 0.73, 0.73], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3336, 0, 0, 3336, 3336, 3336], "type": "scatter", "x": [0.74, 0.74, 0.75, 0.75, 0.74, 0.74], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2490, 0, 0, 2490, 2490, 2490], "type": "scatter", "x": [0.75, 0.75, 0.76, 0.76, 0.75, 0.75], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4356, 0, 0, 4356, 4356, 4356], "type": "scatter", "x": [0.76, 0.76, 0.77, 0.77, 0.76, 0.76], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3085, 0, 0, 3085, 3085, 3085], "type": "scatter", "x": [0.77, 0.77, 0.78, 0.78, 0.77, 0.77], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4492, 0, 0, 4492, 4492, 4492], "type": "scatter", "x": [0.78, 0.78, 0.79, 0.79, 0.78, 0.78], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2634, 0, 0, 2634, 2634, 2634], "type": "scatter", "x": [0.79, 0.79, 0.8, 0.8, 0.79, 0.79], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3908, 0, 0, 3908, 3908, 3908], "type": "scatter", "x": [0.8, 0.8, 0.81, 0.81, 0.8, 0.8], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3598, 0, 0, 3598, 3598, 3598], "type": "scatter", "x": [0.81, 0.81, 0.8200000000000001, 0.8200000000000001, 0.81, 0.81], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2230, 0, 0, 2230, 2230, 2230], "type": "scatter", "x": [0.8200000000000001, 0.8200000000000001, 0.8300000000000001, 0.8300000000000001, 0.8200000000000001, 0.8200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3290, 0, 0, 3290, 3290, 3290], "type": "scatter", "x": [0.8300000000000001, 0.8300000000000001, 0.8399999999999999, 0.8399999999999999, 0.8300000000000001, 0.8300000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2417, 0, 0, 2417, 2417, 2417], "type": "scatter", "x": [0.84, 0.84, 0.85, 0.85, 0.84, 0.84], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3817, 0, 0, 3817, 3817, 3817], "type": "scatter", "x": [0.85, 0.85, 0.86, 0.86, 0.85, 0.85], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2623, 0, 0, 2623, 2623, 2623], "type": "scatter", "x": [0.86, 0.86, 0.87, 0.87, 0.86, 0.86], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3817, 0, 0, 3817, 3817, 3817], "type": "scatter", "x": [0.87, 0.87, 0.88, 0.88, 0.87, 0.87], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2472, 0, 0, 2472, 2472, 2472], "type": "scatter", "x": [0.88, 0.88, 0.89, 0.89, 0.88, 0.88], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3306, 0, 0, 3306, 3306, 3306], "type": "scatter", "x": [0.89, 0.89, 0.9, 0.9, 0.89, 0.89], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2917, 0, 0, 2917, 2917, 2917], "type": "scatter", "x": [0.9, 0.9, 0.91, 0.91, 0.9, 0.9], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1864, 0, 0, 1864, 1864, 1864], "type": "scatter", "x": [0.91, 0.91, 0.92, 0.92, 0.91, 0.91], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2686, 0, 0, 2686, 2686, 2686], "type": "scatter", "x": [0.92, 0.92, 0.93, 0.93, 0.92, 0.92], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1603, 0, 0, 1603, 1603, 1603], "type": "scatter", "x": [0.93, 0.93, 0.9400000000000001, 0.9400000000000001, 0.93, 0.93], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1978, 0, 0, 1978, 1978, 1978], "type": "scatter", "x": [0.9400000000000001, 0.9400000000000001, 0.9500000000000001, 0.9500000000000001, 0.9400000000000001, 0.9400000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1121, 0, 0, 1121, 1121, 1121], "type": "scatter", "x": [0.9500000000000002, 0.9500000000000002, 0.96, 0.96, 0.9500000000000002, 0.9500000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1290, 0, 0, 1290, 1290, 1290], "type": "scatter", "x": [0.96, 0.96, 0.97, 0.97, 0.96, 0.96], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [698, 0, 0, 698, 698, 698], "type": "scatter", "x": [0.97, 0.97, 0.98, 0.98, 0.97, 0.97], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1019, 0, 0, 1019, 1019, 1019], "type": "scatter", "x": [0.98, 0.98, 0.99, 0.99, 0.98, 0.98], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [824, 0, 0, 824, 824, 824], "type": "scatter", "x": [0.99, 0.99, 1, 1, 0.99, 0.99], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x4", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y4", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [913, 0, 0, 913, 913, 913], "type": "scatter", "x": [0.9999999999999999, 0.9999999999999999, 1.0099999999999998, 1.0099999999999998, 0.9999999999999999, 0.9999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x4", "colorbar": {"y": 0.49479166666666674, "title": {"text": ""}, "len": 0.2852963692038495, "x": 0.32100466608340616}, "name": "y1", "yaxis": "y4", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "y": [1058, 726, 505, 894, 650, 1222, 964, 1605, 1129, 1942, 2222, 1672, 2566, 1869, 3057, 2157, 3407, 2471, 4008, 2735, 4225, 4688, 3204, 5022, 3389, 5291, 3730, 5687, 3816, 6070, 6340, 4309, 6576, 4500, 6915, 4665, 6948, 4644, 7106, 4724, 7120, 7052, 4716, 6994, 4675, 6932, 4894, 7560, 5737, 9853, 10295, 6748, 11484, 8277, 9973, 6421, 9070, 5520, 7852, 5361, 7055, 5794, 3755, 5108, 3011, 4384, 2804, 3910, 2426, 3385, 3439, 2349, 2888, 1938, 3336, 2490, 4356, 3085, 4492, 2634, 3908, 3598, 2230, 3290, 2417, 3817, 2623, 3817, 2472, 3306, 2917, 1864, 2686, 1603, 1978, 1121, 1290, 698, 1019, 824, 913], "type": "scatter", "x": [0.005, 0.015, 0.025, 0.035, 0.045, 0.055, 0.065, 0.07500000000000001, 0.08499999999999999, 0.095, 0.10500000000000001, 0.11499999999999999, 0.125, 0.135, 0.14500000000000002, 0.155, 0.165, 0.175, 0.185, 0.195, 0.20500000000000002, 0.215, 0.225, 0.235, 0.245, 0.255, 0.265, 0.275, 0.28500000000000003, 0.295, 0.305, 0.315, 0.325, 0.335, 0.34500000000000003, 0.355, 0.365, 0.375, 0.385, 0.395, 0.405, 0.41500000000000004, 0.425, 0.435, 0.445, 0.455, 0.465, 0.475, 0.485, 0.495, 0.505, 0.515, 0.525, 0.535, 0.545, 0.555, 0.5650000000000001, 0.575, 0.585, 0.595, 0.605, 0.615, 0.625, 0.635, 0.645, 0.655, 0.665, 0.675, 0.685, 0.6950000000000001, 0.7050000000000001, 0.715, 0.725, 0.735, 0.745, 0.755, 0.765, 0.775, 0.785, 0.795, 0.805, 0.8150000000000001, 0.8250000000000001, 0.835, 0.845, 0.855, 0.865, 0.875, 0.885, 0.895, 0.905, 0.915, 0.925, 0.935, 0.9450000000000001, 0.9550000000000001, 0.965, 0.975, 0.985, 0.995, 1.005], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 101, "currentCount": 101}}}, {"showlegend": true, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [18457, 0, 0, 18457, 18457, 18457], "type": "scatter", "x": [0, 0, 0.005, 0.005, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5219, 0, 0, 5219, 5219, 5219], "type": "scatter", "x": [0.004999999999999999, 0.004999999999999999, 0.01, 0.01, 0.004999999999999999, 0.004999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5350, 0, 0, 5350, 5350, 5350], "type": "scatter", "x": [0.010000000000000002, 0.010000000000000002, 0.015, 0.015, 0.010000000000000002, 0.010000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10881, 0, 0, 10881, 10881, 10881], "type": "scatter", "x": [0.015000000000000001, 0.015000000000000001, 0.020000000000000004, 0.020000000000000004, 0.015000000000000001, 0.015000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5423, 0, 0, 5423, 5423, 5423], "type": "scatter", "x": [0.019999999999999997, 0.019999999999999997, 0.025, 0.025, 0.019999999999999997, 0.019999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5582, 0, 0, 5582, 5582, 5582], "type": "scatter", "x": [0.025, 0.025, 0.03, 0.03, 0.025, 0.025], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5723, 0, 0, 5723, 5723, 5723], "type": "scatter", "x": [0.03, 0.03, 0.035, 0.035, 0.03, 0.03], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11829, 0, 0, 11829, 11829, 11829], "type": "scatter", "x": [0.035, 0.035, 0.04000000000000001, 0.04000000000000001, 0.035, 0.035], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6315, 0, 0, 6315, 6315, 6315], "type": "scatter", "x": [0.039999999999999994, 0.039999999999999994, 0.045, 0.045, 0.039999999999999994, 0.039999999999999994], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6595, 0, 0, 6595, 6595, 6595], "type": "scatter", "x": [0.045, 0.045, 0.05, 0.05, 0.045, 0.045], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13958, 0, 0, 13958, 13958, 13958], "type": "scatter", "x": [0.05, 0.05, 0.05500000000000001, 0.05500000000000001, 0.05, 0.05], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7388, 0, 0, 7388, 7388, 7388], "type": "scatter", "x": [0.05499999999999999, 0.05499999999999999, 0.06, 0.06, 0.05499999999999999, 0.05499999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7906, 0, 0, 7906, 7906, 7906], "type": "scatter", "x": [0.06, 0.06, 0.065, 0.065, 0.06, 0.06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8466, 0, 0, 8466, 8466, 8466], "type": "scatter", "x": [0.065, 0.065, 0.07, 0.07, 0.065, 0.065], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [17617, 0, 0, 17617, 17617, 17617], "type": "scatter", "x": [0.07, 0.07, 0.07500000000000001, 0.07500000000000001, 0.07, 0.07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9333, 0, 0, 9333, 9333, 9333], "type": "scatter", "x": [0.075, 0.075, 0.08, 0.08, 0.075, 0.075], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9479, 0, 0, 9479, 9479, 9479], "type": "scatter", "x": [0.08, 0.08, 0.085, 0.085, 0.08, 0.08], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8994, 0, 0, 8994, 8994, 8994], "type": "scatter", "x": [0.08499999999999999, 0.08499999999999999, 0.09, 0.09, 0.08499999999999999, 0.08499999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [18777, 0, 0, 18777, 18777, 18777], "type": "scatter", "x": [0.09, 0.09, 0.095, 0.095, 0.09, 0.09], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10537, 0, 0, 10537, 10537, 10537], "type": "scatter", "x": [0.095, 0.095, 0.1, 0.1, 0.095, 0.095], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10865, 0, 0, 10865, 10865, 10865], "type": "scatter", "x": [0.1, 0.1, 0.10500000000000001, 0.10500000000000001, 0.1, 0.1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [22822, 0, 0, 22822, 22822, 22822], "type": "scatter", "x": [0.105, 0.105, 0.11, 0.11, 0.105, 0.105], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11585, 0, 0, 11585, 11585, 11585], "type": "scatter", "x": [0.11, 0.11, 0.115, 0.115, 0.11, 0.11], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11101, 0, 0, 11101, 11101, 11101], "type": "scatter", "x": [0.11499999999999999, 0.11499999999999999, 0.12, 0.12, 0.11499999999999999, 0.11499999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10791, 0, 0, 10791, 10791, 10791], "type": "scatter", "x": [0.12, 0.12, 0.125, 0.125, 0.12, 0.12], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [19674, 0, 0, 19674, 19674, 19674], "type": "scatter", "x": [0.125, 0.125, 0.13, 0.13, 0.125, 0.125], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9116, 0, 0, 9116, 9116, 9116], "type": "scatter", "x": [0.13, 0.13, 0.135, 0.135, 0.13, 0.13], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8850, 0, 0, 8850, 8850, 8850], "type": "scatter", "x": [0.135, 0.135, 0.14, 0.14, 0.135, 0.135], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8870, 0, 0, 8870, 8870, 8870], "type": "scatter", "x": [0.14, 0.14, 0.14500000000000002, 0.14500000000000002, 0.14, 0.14], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [16008, 0, 0, 16008, 16008, 16008], "type": "scatter", "x": [0.145, 0.145, 0.15, 0.15, 0.145, 0.145], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7307, 0, 0, 7307, 7307, 7307], "type": "scatter", "x": [0.15, 0.15, 0.155, 0.155, 0.15, 0.15], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6988, 0, 0, 6988, 6988, 6988], "type": "scatter", "x": [0.155, 0.155, 0.16, 0.16, 0.155, 0.155], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [12765, 0, 0, 12765, 12765, 12765], "type": "scatter", "x": [0.16, 0.16, 0.165, 0.165, 0.16, 0.16], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5454, 0, 0, 5454, 5454, 5454], "type": "scatter", "x": [0.165, 0.165, 0.17, 0.17, 0.165, 0.165], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5377, 0, 0, 5377, 5377, 5377], "type": "scatter", "x": [0.17, 0.17, 0.17500000000000002, 0.17500000000000002, 0.17, 0.17], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5739, 0, 0, 5739, 5739, 5739], "type": "scatter", "x": [0.175, 0.175, 0.18, 0.18, 0.175, 0.175], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10311, 0, 0, 10311, 10311, 10311], "type": "scatter", "x": [0.18, 0.18, 0.185, 0.185, 0.18, 0.18], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4723, 0, 0, 4723, 4723, 4723], "type": "scatter", "x": [0.185, 0.185, 0.19, 0.19, 0.185, 0.185], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4154, 0, 0, 4154, 4154, 4154], "type": "scatter", "x": [0.19, 0.19, 0.195, 0.195, 0.19, 0.19], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4215, 0, 0, 4215, 4215, 4215], "type": "scatter", "x": [0.195, 0.195, 0.2, 0.2, 0.195, 0.195], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8050, 0, 0, 8050, 8050, 8050], "type": "scatter", "x": [0.2, 0.2, 0.20500000000000002, 0.20500000000000002, 0.2, 0.2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3520, 0, 0, 3520, 3520, 3520], "type": "scatter", "x": [0.20500000000000002, 0.20500000000000002, 0.21000000000000002, 0.21000000000000002, 0.20500000000000002, 0.20500000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3451, 0, 0, 3451, 3451, 3451], "type": "scatter", "x": [0.21, 0.21, 0.215, 0.215, 0.21, 0.21], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6261, 0, 0, 6261, 6261, 6261], "type": "scatter", "x": [0.215, 0.215, 0.22, 0.22, 0.215, 0.215], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2926, 0, 0, 2926, 2926, 2926], "type": "scatter", "x": [0.22, 0.22, 0.225, 0.225, 0.22, 0.22], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2778, 0, 0, 2778, 2778, 2778], "type": "scatter", "x": [0.225, 0.225, 0.23, 0.23, 0.225, 0.225], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2624, 0, 0, 2624, 2624, 2624], "type": "scatter", "x": [0.23, 0.23, 0.23500000000000001, 0.23500000000000001, 0.23, 0.23], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4893, 0, 0, 4893, 4893, 4893], "type": "scatter", "x": [0.235, 0.235, 0.24, 0.24, 0.235, 0.235], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2409, 0, 0, 2409, 2409, 2409], "type": "scatter", "x": [0.24, 0.24, 0.245, 0.245, 0.24, 0.24], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2670, 0, 0, 2670, 2670, 2670], "type": "scatter", "x": [0.245, 0.245, 0.25, 0.25, 0.245, 0.245], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5287, 0, 0, 5287, 5287, 5287], "type": "scatter", "x": [0.25, 0.25, 0.255, 0.255, 0.25, 0.25], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2355, 0, 0, 2355, 2355, 2355], "type": "scatter", "x": [0.255, 0.255, 0.26, 0.26, 0.255, 0.255], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2175, 0, 0, 2175, 2175, 2175], "type": "scatter", "x": [0.26, 0.26, 0.265, 0.265, 0.26, 0.26], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1850, 0, 0, 1850, 1850, 1850], "type": "scatter", "x": [0.265, 0.265, 0.27, 0.27, 0.265, 0.265], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3839, 0, 0, 3839, 3839, 3839], "type": "scatter", "x": [0.27, 0.27, 0.275, 0.275, 0.27, 0.27], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1781, 0, 0, 1781, 1781, 1781], "type": "scatter", "x": [0.275, 0.275, 0.28, 0.28, 0.275, 0.275], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1564, 0, 0, 1564, 1564, 1564], "type": "scatter", "x": [0.28, 0.28, 0.28500000000000003, 0.28500000000000003, 0.28, 0.28], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1548, 0, 0, 1548, 1548, 1548], "type": "scatter", "x": [0.28500000000000003, 0.28500000000000003, 0.2899999999999999, 0.2899999999999999, 0.28500000000000003, 0.28500000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2447, 0, 0, 2447, 2447, 2447], "type": "scatter", "x": [0.29, 0.29, 0.295, 0.295, 0.29, 0.29], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1178, 0, 0, 1178, 1178, 1178], "type": "scatter", "x": [0.295, 0.295, 0.3, 0.3, 0.295, 0.295], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1166, 0, 0, 1166, 1166, 1166], "type": "scatter", "x": [0.3, 0.3, 0.305, 0.305, 0.3, 0.3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2287, 0, 0, 2287, 2287, 2287], "type": "scatter", "x": [0.305, 0.305, 0.31, 0.31, 0.305, 0.305], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1118, 0, 0, 1118, 1118, 1118], "type": "scatter", "x": [0.31, 0.31, 0.315, 0.315, 0.31, 0.31], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1095, 0, 0, 1095, 1095, 1095], "type": "scatter", "x": [0.315, 0.315, 0.32, 0.32, 0.315, 0.315], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1115, 0, 0, 1115, 1115, 1115], "type": "scatter", "x": [0.32, 0.32, 0.325, 0.325, 0.32, 0.32], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2060, 0, 0, 2060, 2060, 2060], "type": "scatter", "x": [0.325, 0.325, 0.33, 0.33, 0.325, 0.325], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1116, 0, 0, 1116, 1116, 1116], "type": "scatter", "x": [0.33, 0.33, 0.335, 0.335, 0.33, 0.33], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1058, 0, 0, 1058, 1058, 1058], "type": "scatter", "x": [0.335, 0.335, 0.34, 0.34, 0.335, 0.335], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [982, 0, 0, 982, 982, 982], "type": "scatter", "x": [0.34, 0.34, 0.34500000000000003, 0.34500000000000003, 0.34, 0.34], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1957, 0, 0, 1957, 1957, 1957], "type": "scatter", "x": [0.34500000000000003, 0.34500000000000003, 0.35000000000000003, 0.35000000000000003, 0.34500000000000003, 0.34500000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [903, 0, 0, 903, 903, 903], "type": "scatter", "x": [0.3500000000000001, 0.3500000000000001, 0.355, 0.355, 0.3500000000000001, 0.3500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [889, 0, 0, 889, 889, 889], "type": "scatter", "x": [0.355, 0.355, 0.36, 0.36, 0.355, 0.355], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1703, 0, 0, 1703, 1703, 1703], "type": "scatter", "x": [0.36, 0.36, 0.365, 0.365, 0.36, 0.36], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [837, 0, 0, 837, 837, 837], "type": "scatter", "x": [0.365, 0.365, 0.37, 0.37, 0.365, 0.365], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [934, 0, 0, 934, 934, 934], "type": "scatter", "x": [0.37, 0.37, 0.375, 0.375, 0.37, 0.37], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [902, 0, 0, 902, 902, 902], "type": "scatter", "x": [0.375, 0.375, 0.38, 0.38, 0.375, 0.375], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1887, 0, 0, 1887, 1887, 1887], "type": "scatter", "x": [0.38, 0.38, 0.385, 0.385, 0.38, 0.38], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [893, 0, 0, 893, 893, 893], "type": "scatter", "x": [0.385, 0.385, 0.39, 0.39, 0.385, 0.385], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [917, 0, 0, 917, 917, 917], "type": "scatter", "x": [0.39, 0.39, 0.395, 0.395, 0.39, 0.39], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [878, 0, 0, 878, 878, 878], "type": "scatter", "x": [0.395, 0.395, 0.4, 0.4, 0.395, 0.395], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1619, 0, 0, 1619, 1619, 1619], "type": "scatter", "x": [0.4, 0.4, 0.405, 0.405, 0.4, 0.4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [775, 0, 0, 775, 775, 775], "type": "scatter", "x": [0.405, 0.405, 0.41000000000000003, 0.41000000000000003, 0.405, 0.405], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [813, 0, 0, 813, 813, 813], "type": "scatter", "x": [0.41000000000000003, 0.41000000000000003, 0.41500000000000004, 0.41500000000000004, 0.41000000000000003, 0.41000000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1579, 0, 0, 1579, 1579, 1579], "type": "scatter", "x": [0.41500000000000004, 0.41500000000000004, 0.41999999999999993, 0.41999999999999993, 0.41500000000000004, 0.41500000000000004], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [791, 0, 0, 791, 791, 791], "type": "scatter", "x": [0.42, 0.42, 0.425, 0.425, 0.42, 0.42], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [756, 0, 0, 756, 756, 756], "type": "scatter", "x": [0.425, 0.425, 0.43, 0.43, 0.425, 0.425], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [752, 0, 0, 752, 752, 752], "type": "scatter", "x": [0.43, 0.43, 0.435, 0.435, 0.43, 0.43], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1496, 0, 0, 1496, 1496, 1496], "type": "scatter", "x": [0.435, 0.435, 0.44, 0.44, 0.435, 0.435], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [736, 0, 0, 736, 736, 736], "type": "scatter", "x": [0.44, 0.44, 0.445, 0.445, 0.44, 0.44], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [768, 0, 0, 768, 768, 768], "type": "scatter", "x": [0.445, 0.445, 0.45, 0.45, 0.445, 0.445], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1285, 0, 0, 1285, 1285, 1285], "type": "scatter", "x": [0.45, 0.45, 0.455, 0.455, 0.45, 0.45], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [634, 0, 0, 634, 634, 634], "type": "scatter", "x": [0.455, 0.455, 0.46, 0.46, 0.455, 0.455], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [606, 0, 0, 606, 606, 606], "type": "scatter", "x": [0.46, 0.46, 0.465, 0.465, 0.46, 0.46], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [632, 0, 0, 632, 632, 632], "type": "scatter", "x": [0.465, 0.465, 0.47000000000000003, 0.47000000000000003, 0.465, 0.465], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1154, 0, 0, 1154, 1154, 1154], "type": "scatter", "x": [0.47000000000000003, 0.47000000000000003, 0.47500000000000003, 0.47500000000000003, 0.47000000000000003, 0.47000000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [539, 0, 0, 539, 539, 539], "type": "scatter", "x": [0.4750000000000001, 0.4750000000000001, 0.48, 0.48, 0.4750000000000001, 0.4750000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [600, 0, 0, 600, 600, 600], "type": "scatter", "x": [0.48, 0.48, 0.485, 0.485, 0.48, 0.48], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [577, 0, 0, 577, 577, 577], "type": "scatter", "x": [0.485, 0.485, 0.49, 0.49, 0.485, 0.485], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1113, 0, 0, 1113, 1113, 1113], "type": "scatter", "x": [0.49, 0.49, 0.495, 0.495, 0.49, 0.49], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [558, 0, 0, 558, 558, 558], "type": "scatter", "x": [0.495, 0.495, 0.5, 0.5, 0.495, 0.495], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [517, 0, 0, 517, 517, 517], "type": "scatter", "x": [0.49999999999999994, 0.49999999999999994, 0.5049999999999999, 0.5049999999999999, 0.49999999999999994, 0.49999999999999994], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1014, 0, 0, 1014, 1014, 1014], "type": "scatter", "x": [0.5050000000000001, 0.5050000000000001, 0.51, 0.51, 0.5050000000000001, 0.5050000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [470, 0, 0, 470, 470, 470], "type": "scatter", "x": [0.51, 0.51, 0.5149999999999999, 0.5149999999999999, 0.51, 0.51], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [498, 0, 0, 498, 498, 498], "type": "scatter", "x": [0.5150000000000001, 0.5150000000000001, 0.52, 0.52, 0.5150000000000001, 0.5150000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [491, 0, 0, 491, 491, 491], "type": "scatter", "x": [0.52, 0.52, 0.5249999999999999, 0.5249999999999999, 0.52, 0.52], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1040, 0, 0, 1040, 1040, 1040], "type": "scatter", "x": [0.5250000000000001, 0.5250000000000001, 0.53, 0.53, 0.5250000000000001, 0.5250000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [486, 0, 0, 486, 486, 486], "type": "scatter", "x": [0.53, 0.53, 0.5349999999999999, 0.5349999999999999, 0.53, 0.53], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [468, 0, 0, 468, 468, 468], "type": "scatter", "x": [0.5350000000000001, 0.5350000000000001, 0.54, 0.54, 0.5350000000000001, 0.5350000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [524, 0, 0, 524, 524, 524], "type": "scatter", "x": [0.54, 0.54, 0.5449999999999999, 0.5449999999999999, 0.54, 0.54], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [856, 0, 0, 856, 856, 856], "type": "scatter", "x": [0.5450000000000002, 0.5450000000000002, 0.55, 0.55, 0.5450000000000002, 0.5450000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [413, 0, 0, 413, 413, 413], "type": "scatter", "x": [0.55, 0.55, 0.5549999999999999, 0.5549999999999999, 0.55, 0.55], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [406, 0, 0, 406, 406, 406], "type": "scatter", "x": [0.5550000000000002, 0.5550000000000002, 0.56, 0.56, 0.5550000000000002, 0.5550000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [751, 0, 0, 751, 751, 751], "type": "scatter", "x": [0.56, 0.56, 0.565, 0.565, 0.56, 0.56], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [368, 0, 0, 368, 368, 368], "type": "scatter", "x": [0.5650000000000002, 0.5650000000000002, 0.5700000000000001, 0.5700000000000001, 0.5650000000000002, 0.5650000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [339, 0, 0, 339, 339, 339], "type": "scatter", "x": [0.5700000000000001, 0.5700000000000001, 0.575, 0.575, 0.5700000000000001, 0.5700000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [354, 0, 0, 354, 354, 354], "type": "scatter", "x": [0.5750000000000001, 0.5750000000000001, 0.58, 0.58, 0.5750000000000001, 0.5750000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [671, 0, 0, 671, 671, 671], "type": "scatter", "x": [0.5800000000000001, 0.5800000000000001, 0.585, 0.585, 0.5800000000000001, 0.5800000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [360, 0, 0, 360, 360, 360], "type": "scatter", "x": [0.585, 0.585, 0.5899999999999999, 0.5899999999999999, 0.585, 0.585], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [361, 0, 0, 361, 361, 361], "type": "scatter", "x": [0.5900000000000001, 0.5900000000000001, 0.595, 0.595, 0.5900000000000001, 0.5900000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [339, 0, 0, 339, 339, 339], "type": "scatter", "x": [0.595, 0.595, 0.5999999999999999, 0.5999999999999999, 0.595, 0.595], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [670, 0, 0, 670, 670, 670], "type": "scatter", "x": [0.6000000000000001, 0.6000000000000001, 0.605, 0.605, 0.6000000000000001, 0.6000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [307, 0, 0, 307, 307, 307], "type": "scatter", "x": [0.605, 0.605, 0.6099999999999999, 0.6099999999999999, 0.605, 0.605], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [331, 0, 0, 331, 331, 331], "type": "scatter", "x": [0.6100000000000001, 0.6100000000000001, 0.615, 0.615, 0.6100000000000001, 0.6100000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [703, 0, 0, 703, 703, 703], "type": "scatter", "x": [0.615, 0.615, 0.6199999999999999, 0.6199999999999999, 0.615, 0.615], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [348, 0, 0, 348, 348, 348], "type": "scatter", "x": [0.6200000000000001, 0.6200000000000001, 0.625, 0.625, 0.6200000000000001, 0.6200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [316, 0, 0, 316, 316, 316], "type": "scatter", "x": [0.625, 0.625, 0.6299999999999999, 0.6299999999999999, 0.625, 0.625], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [382, 0, 0, 382, 382, 382], "type": "scatter", "x": [0.6300000000000001, 0.6300000000000001, 0.635, 0.635, 0.6300000000000001, 0.6300000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [719, 0, 0, 719, 719, 719], "type": "scatter", "x": [0.635, 0.635, 0.6399999999999999, 0.6399999999999999, 0.635, 0.635], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [382, 0, 0, 382, 382, 382], "type": "scatter", "x": [0.6400000000000001, 0.6400000000000001, 0.645, 0.645, 0.6400000000000001, 0.6400000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [351, 0, 0, 351, 351, 351], "type": "scatter", "x": [0.645, 0.645, 0.6499999999999999, 0.6499999999999999, 0.645, 0.645], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [809, 0, 0, 809, 809, 809], "type": "scatter", "x": [0.6500000000000001, 0.6500000000000001, 0.655, 0.655, 0.6500000000000001, 0.6500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [371, 0, 0, 371, 371, 371], "type": "scatter", "x": [0.655, 0.655, 0.6599999999999999, 0.6599999999999999, 0.655, 0.655], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [464, 0, 0, 464, 464, 464], "type": "scatter", "x": [0.6600000000000001, 0.6600000000000001, 0.665, 0.665, 0.6600000000000001, 0.6600000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [379, 0, 0, 379, 379, 379], "type": "scatter", "x": [0.665, 0.665, 0.6699999999999999, 0.6699999999999999, 0.665, 0.665], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [693, 0, 0, 693, 693, 693], "type": "scatter", "x": [0.6700000000000002, 0.6700000000000002, 0.675, 0.675, 0.6700000000000002, 0.6700000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [255, 0, 0, 255, 255, 255], "type": "scatter", "x": [0.675, 0.675, 0.6799999999999999, 0.6799999999999999, 0.675, 0.675], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [277, 0, 0, 277, 277, 277], "type": "scatter", "x": [0.6800000000000002, 0.6800000000000002, 0.685, 0.685, 0.6800000000000002, 0.6800000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [269, 0, 0, 269, 269, 269], "type": "scatter", "x": [0.685, 0.685, 0.69, 0.69, 0.685, 0.685], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [475, 0, 0, 475, 475, 475], "type": "scatter", "x": [0.6900000000000002, 0.6900000000000002, 0.6950000000000001, 0.6950000000000001, 0.6900000000000002, 0.6900000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [249, 0, 0, 249, 249, 249], "type": "scatter", "x": [0.6950000000000001, 0.6950000000000001, 0.7, 0.7, 0.6950000000000001, 0.6950000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [234, 0, 0, 234, 234, 234], "type": "scatter", "x": [0.7000000000000001, 0.7000000000000001, 0.705, 0.705, 0.7000000000000001, 0.7000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [469, 0, 0, 469, 469, 469], "type": "scatter", "x": [0.7050000000000001, 0.7050000000000001, 0.71, 0.71, 0.7050000000000001, 0.7050000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [216, 0, 0, 216, 216, 216], "type": "scatter", "x": [0.71, 0.71, 0.7149999999999999, 0.7149999999999999, 0.71, 0.71], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [204, 0, 0, 204, 204, 204], "type": "scatter", "x": [0.7150000000000001, 0.7150000000000001, 0.72, 0.72, 0.7150000000000001, 0.7150000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [170, 0, 0, 170, 170, 170], "type": "scatter", "x": [0.72, 0.72, 0.7249999999999999, 0.7249999999999999, 0.72, 0.72], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [344, 0, 0, 344, 344, 344], "type": "scatter", "x": [0.7250000000000001, 0.7250000000000001, 0.73, 0.73, 0.7250000000000001, 0.7250000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [136, 0, 0, 136, 136, 136], "type": "scatter", "x": [0.73, 0.73, 0.7349999999999999, 0.7349999999999999, 0.73, 0.73], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [149, 0, 0, 149, 149, 149], "type": "scatter", "x": [0.7350000000000001, 0.7350000000000001, 0.74, 0.74, 0.7350000000000001, 0.7350000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [153, 0, 0, 153, 153, 153], "type": "scatter", "x": [0.74, 0.74, 0.7449999999999999, 0.7449999999999999, 0.74, 0.74], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [286, 0, 0, 286, 286, 286], "type": "scatter", "x": [0.7450000000000001, 0.7450000000000001, 0.75, 0.75, 0.7450000000000001, 0.7450000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [173, 0, 0, 173, 173, 173], "type": "scatter", "x": [0.75, 0.75, 0.7549999999999999, 0.7549999999999999, 0.75, 0.75], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [127, 0, 0, 127, 127, 127], "type": "scatter", "x": [0.7550000000000001, 0.7550000000000001, 0.76, 0.76, 0.7550000000000001, 0.7550000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [229, 0, 0, 229, 229, 229], "type": "scatter", "x": [0.76, 0.76, 0.7649999999999999, 0.7649999999999999, 0.76, 0.76], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [133, 0, 0, 133, 133, 133], "type": "scatter", "x": [0.7650000000000001, 0.7650000000000001, 0.77, 0.77, 0.7650000000000001, 0.7650000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [100, 0, 0, 100, 100, 100], "type": "scatter", "x": [0.77, 0.77, 0.7749999999999999, 0.7749999999999999, 0.77, 0.77], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [108, 0, 0, 108, 108, 108], "type": "scatter", "x": [0.7750000000000001, 0.7750000000000001, 0.78, 0.78, 0.7750000000000001, 0.7750000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [224, 0, 0, 224, 224, 224], "type": "scatter", "x": [0.78, 0.78, 0.7849999999999999, 0.7849999999999999, 0.78, 0.78], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [102, 0, 0, 102, 102, 102], "type": "scatter", "x": [0.7850000000000001, 0.7850000000000001, 0.79, 0.79, 0.7850000000000001, 0.7850000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [104, 0, 0, 104, 104, 104], "type": "scatter", "x": [0.79, 0.79, 0.7949999999999999, 0.7949999999999999, 0.79, 0.79], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [115, 0, 0, 115, 115, 115], "type": "scatter", "x": [0.7950000000000002, 0.7950000000000002, 0.8, 0.8, 0.7950000000000002, 0.7950000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [229, 0, 0, 229, 229, 229], "type": "scatter", "x": [0.8, 0.8, 0.8049999999999999, 0.8049999999999999, 0.8, 0.8], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [97, 0, 0, 97, 97, 97], "type": "scatter", "x": [0.8050000000000002, 0.8050000000000002, 0.81, 0.81, 0.8050000000000002, 0.8050000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [99, 0, 0, 99, 99, 99], "type": "scatter", "x": [0.81, 0.81, 0.815, 0.815, 0.81, 0.81], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [249, 0, 0, 249, 249, 249], "type": "scatter", "x": [0.8150000000000002, 0.8150000000000002, 0.8200000000000001, 0.8200000000000001, 0.8150000000000002, 0.8150000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [111, 0, 0, 111, 111, 111], "type": "scatter", "x": [0.8200000000000001, 0.8200000000000001, 0.825, 0.825, 0.8200000000000001, 0.8200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [134, 0, 0, 134, 134, 134], "type": "scatter", "x": [0.8250000000000002, 0.8250000000000002, 0.8300000000000001, 0.8300000000000001, 0.8250000000000002, 0.8250000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [121, 0, 0, 121, 121, 121], "type": "scatter", "x": [0.8300000000000001, 0.8300000000000001, 0.835, 0.835, 0.8300000000000001, 0.8300000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [243, 0, 0, 243, 243, 243], "type": "scatter", "x": [0.835, 0.835, 0.8399999999999999, 0.8399999999999999, 0.835, 0.835], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [105, 0, 0, 105, 105, 105], "type": "scatter", "x": [0.8400000000000001, 0.8400000000000001, 0.845, 0.845, 0.8400000000000001, 0.8400000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [127, 0, 0, 127, 127, 127], "type": "scatter", "x": [0.845, 0.845, 0.8499999999999999, 0.8499999999999999, 0.845, 0.845], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [217, 0, 0, 217, 217, 217], "type": "scatter", "x": [0.8500000000000001, 0.8500000000000001, 0.855, 0.855, 0.8500000000000001, 0.8500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [126, 0, 0, 126, 126, 126], "type": "scatter", "x": [0.855, 0.855, 0.8599999999999999, 0.8599999999999999, 0.855, 0.855], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [112, 0, 0, 112, 112, 112], "type": "scatter", "x": [0.8600000000000001, 0.8600000000000001, 0.865, 0.865, 0.8600000000000001, 0.8600000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [130, 0, 0, 130, 130, 130], "type": "scatter", "x": [0.865, 0.865, 0.8699999999999999, 0.8699999999999999, 0.865, 0.865], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [218, 0, 0, 218, 218, 218], "type": "scatter", "x": [0.8700000000000001, 0.8700000000000001, 0.875, 0.875, 0.8700000000000001, 0.8700000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [128, 0, 0, 128, 128, 128], "type": "scatter", "x": [0.875, 0.875, 0.8799999999999999, 0.8799999999999999, 0.875, 0.875], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [118, 0, 0, 118, 118, 118], "type": "scatter", "x": [0.8800000000000001, 0.8800000000000001, 0.885, 0.885, 0.8800000000000001, 0.8800000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [124, 0, 0, 124, 124, 124], "type": "scatter", "x": [0.885, 0.885, 0.8899999999999999, 0.8899999999999999, 0.885, 0.885], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [235, 0, 0, 235, 235, 235], "type": "scatter", "x": [0.8900000000000001, 0.8900000000000001, 0.895, 0.895, 0.8900000000000001, 0.8900000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [134, 0, 0, 134, 134, 134], "type": "scatter", "x": [0.895, 0.895, 0.8999999999999999, 0.8999999999999999, 0.895, 0.895], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [107, 0, 0, 107, 107, 107], "type": "scatter", "x": [0.9000000000000001, 0.9000000000000001, 0.905, 0.905, 0.9000000000000001, 0.9000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [275, 0, 0, 275, 275, 275], "type": "scatter", "x": [0.905, 0.905, 0.9099999999999999, 0.9099999999999999, 0.905, 0.905], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [150, 0, 0, 150, 150, 150], "type": "scatter", "x": [0.9100000000000001, 0.9100000000000001, 0.915, 0.915, 0.9100000000000001, 0.9100000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [140, 0, 0, 140, 140, 140], "type": "scatter", "x": [0.915, 0.915, 0.9199999999999999, 0.9199999999999999, 0.915, 0.915], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [162, 0, 0, 162, 162, 162], "type": "scatter", "x": [0.9200000000000002, 0.9200000000000002, 0.925, 0.925, 0.9200000000000002, 0.9200000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [282, 0, 0, 282, 282, 282], "type": "scatter", "x": [0.925, 0.925, 0.9299999999999999, 0.9299999999999999, 0.925, 0.925], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [155, 0, 0, 155, 155, 155], "type": "scatter", "x": [0.9300000000000002, 0.9300000000000002, 0.935, 0.935, 0.9300000000000002, 0.9300000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [153, 0, 0, 153, 153, 153], "type": "scatter", "x": [0.935, 0.935, 0.94, 0.94, 0.935, 0.935], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [153, 0, 0, 153, 153, 153], "type": "scatter", "x": [0.9400000000000002, 0.9400000000000002, 0.9450000000000001, 0.9450000000000001, 0.9400000000000002, 0.9400000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [283, 0, 0, 283, 283, 283], "type": "scatter", "x": [0.9450000000000001, 0.9450000000000001, 0.95, 0.95, 0.9450000000000001, 0.9450000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [126, 0, 0, 126, 126, 126], "type": "scatter", "x": [0.9500000000000002, 0.9500000000000002, 0.9550000000000001, 0.9550000000000001, 0.9500000000000002, 0.9500000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [140, 0, 0, 140, 140, 140], "type": "scatter", "x": [0.9550000000000001, 0.9550000000000001, 0.96, 0.96, 0.9550000000000001, 0.9550000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [301, 0, 0, 301, 301, 301], "type": "scatter", "x": [0.96, 0.96, 0.9649999999999999, 0.9649999999999999, 0.96, 0.96], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [175, 0, 0, 175, 175, 175], "type": "scatter", "x": [0.9650000000000001, 0.9650000000000001, 0.97, 0.97, 0.9650000000000001, 0.9650000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [186, 0, 0, 186, 186, 186], "type": "scatter", "x": [0.97, 0.97, 0.9749999999999999, 0.9749999999999999, 0.97, 0.97], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [254, 0, 0, 254, 254, 254], "type": "scatter", "x": [0.9750000000000001, 0.9750000000000001, 0.98, 0.98, 0.9750000000000001, 0.9750000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [833, 0, 0, 833, 833, 833], "type": "scatter", "x": [0.98, 0.98, 0.9849999999999999, 0.9849999999999999, 0.98, 0.98], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [896, 0, 0, 896, 896, 896], "type": "scatter", "x": [0.9850000000000001, 0.9850000000000001, 0.99, 0.99, 0.9850000000000001, 0.9850000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2006, 0, 0, 2006, 2006, 2006], "type": "scatter", "x": [0.99, 0.99, 0.9949999999999999, 0.9949999999999999, 0.99, 0.99], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5319, 0, 0, 5319, 5319, 5319], "type": "scatter", "x": [0.9950000000000001, 0.9950000000000001, 1, 1, 0.9950000000000001, 0.9950000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x5", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y5", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6661, 0, 0, 6661, 6661, 6661], "type": "scatter", "x": [0.9999999999999999, 0.9999999999999999, 1.005, 1.005, 0.9999999999999999, 0.9999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x5", "colorbar": {"y": 0.49479166666666674, "title": {"text": ""}, "len": 0.2852963692038495, "x": 0.6580417031204433}, "name": "y1", "yaxis": "y5", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "y": [18457, 5219, 5350, 10881, 5423, 5582, 5723, 11829, 6315, 6595, 13958, 7388, 7906, 8466, 17617, 9333, 9479, 8994, 18777, 10537, 10865, 22822, 11585, 11101, 10791, 19674, 9116, 8850, 8870, 16008, 7307, 6988, 12765, 5454, 5377, 5739, 10311, 4723, 4154, 4215, 8050, 3520, 3451, 6261, 2926, 2778, 2624, 4893, 2409, 2670, 5287, 2355, 2175, 1850, 3839, 1781, 1564, 1548, 2447, 1178, 1166, 2287, 1118, 1095, 1115, 2060, 1116, 1058, 982, 1957, 903, 889, 1703, 837, 934, 902, 1887, 893, 917, 878, 1619, 775, 813, 1579, 791, 756, 752, 1496, 736, 768, 1285, 634, 606, 632, 1154, 539, 600, 577, 1113, 558, 517, 1014, 470, 498, 491, 1040, 486, 468, 524, 856, 413, 406, 751, 368, 339, 354, 671, 360, 361, 339, 670, 307, 331, 703, 348, 316, 382, 719, 382, 351, 809, 371, 464, 379, 693, 255, 277, 269, 475, 249, 234, 469, 216, 204, 170, 344, 136, 149, 153, 286, 173, 127, 229, 133, 100, 108, 224, 102, 104, 115, 229, 97, 99, 249, 111, 134, 121, 243, 105, 127, 217, 126, 112, 130, 218, 128, 118, 124, 235, 134, 107, 275, 150, 140, 162, 282, 155, 153, 153, 283, 126, 140, 301, 175, 186, 254, 833, 896, 2006, 5319, 6661], "type": "scatter", "x": [0.0025, 0.0075, 0.0125, 0.0175, 0.0225, 0.0275, 0.0325, 0.037500000000000006, 0.042499999999999996, 0.0475, 0.052500000000000005, 0.057499999999999996, 0.0625, 0.0675, 0.07250000000000001, 0.0775, 0.0825, 0.0875, 0.0925, 0.0975, 0.10250000000000001, 0.1075, 0.1125, 0.1175, 0.1225, 0.1275, 0.1325, 0.1375, 0.14250000000000002, 0.1475, 0.1525, 0.1575, 0.1625, 0.1675, 0.17250000000000001, 0.1775, 0.1825, 0.1875, 0.1925, 0.1975, 0.2025, 0.20750000000000002, 0.2125, 0.2175, 0.2225, 0.2275, 0.2325, 0.2375, 0.2425, 0.2475, 0.2525, 0.2575, 0.2625, 0.2675, 0.2725, 0.2775, 0.28250000000000003, 0.2875, 0.2925, 0.2975, 0.3025, 0.3075, 0.3125, 0.3175, 0.3225, 0.3275, 0.3325, 0.3375, 0.3425, 0.34750000000000003, 0.35250000000000004, 0.3575, 0.3625, 0.3675, 0.3725, 0.3775, 0.3825, 0.3875, 0.3925, 0.3975, 0.4025, 0.40750000000000003, 0.41250000000000003, 0.4175, 0.4225, 0.4275, 0.4325, 0.4375, 0.4425, 0.4475, 0.4525, 0.4575, 0.4625, 0.4675, 0.47250000000000003, 0.47750000000000004, 0.4825, 0.4875, 0.4925, 0.4975, 0.5025, 0.5075000000000001, 0.5125, 0.5175000000000001, 0.5225, 0.5275000000000001, 0.5325, 0.5375000000000001, 0.5425, 0.5475000000000001, 0.5525, 0.5575000000000001, 0.5625, 0.5675000000000001, 0.5725, 0.5775, 0.5825, 0.5874999999999999, 0.5925, 0.5974999999999999, 0.6025, 0.6074999999999999, 0.6125, 0.6174999999999999, 0.6225, 0.6275, 0.6325000000000001, 0.6375, 0.6425000000000001, 0.6475, 0.6525000000000001, 0.6575, 0.6625000000000001, 0.6675, 0.6725000000000001, 0.6775, 0.6825000000000001, 0.6875, 0.6925000000000001, 0.6975, 0.7025, 0.7075, 0.7124999999999999, 0.7175, 0.7224999999999999, 0.7275, 0.7324999999999999, 0.7375, 0.7424999999999999, 0.7475, 0.7525, 0.7575000000000001, 0.7625, 0.7675000000000001, 0.7725, 0.7775000000000001, 0.7825, 0.7875000000000001, 0.7925, 0.7975000000000001, 0.8025, 0.8075000000000001, 0.8125, 0.8175000000000001, 0.8225, 0.8275000000000001, 0.8325, 0.8374999999999999, 0.8425, 0.8474999999999999, 0.8525, 0.8574999999999999, 0.8625, 0.8674999999999999, 0.8725, 0.8775, 0.8825000000000001, 0.8875, 0.8925000000000001, 0.8975, 0.9025000000000001, 0.9075, 0.9125000000000001, 0.9175, 0.9225000000000001, 0.9275, 0.9325000000000001, 0.9375, 0.9425000000000001, 0.9475, 0.9525000000000001, 0.9575, 0.9624999999999999, 0.9675, 0.9724999999999999, 0.9775, 0.9824999999999999, 0.9875, 0.9924999999999999, 0.9975, 1.0025], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 201, "currentCount": 201}}}, {"showlegend": true, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1072, 0, 0, 1072, 1072, 1072], "type": "scatter", "x": [0, 0, 0.005, 0.005, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [741, 0, 0, 741, 741, 741], "type": "scatter", "x": [0.004999999999999999, 0.004999999999999999, 0.01, 0.01, 0.004999999999999999, 0.004999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [963, 0, 0, 963, 963, 963], "type": "scatter", "x": [0.010000000000000002, 0.010000000000000002, 0.015, 0.015, 0.010000000000000002, 0.010000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1317, 0, 0, 1317, 1317, 1317], "type": "scatter", "x": [0.015000000000000001, 0.015000000000000001, 0.020000000000000004, 0.020000000000000004, 0.015000000000000001, 0.015000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1438, 0, 0, 1438, 1438, 1438], "type": "scatter", "x": [0.019999999999999997, 0.019999999999999997, 0.025, 0.025, 0.019999999999999997, 0.019999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1004, 0, 0, 1004, 1004, 1004], "type": "scatter", "x": [0.025, 0.025, 0.03, 0.03, 0.025, 0.025], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1999, 0, 0, 1999, 1999, 1999], "type": "scatter", "x": [0.03, 0.03, 0.035, 0.035, 0.03, 0.03], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2429, 0, 0, 2429, 2429, 2429], "type": "scatter", "x": [0.035, 0.035, 0.04000000000000001, 0.04000000000000001, 0.035, 0.035], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2662, 0, 0, 2662, 2662, 2662], "type": "scatter", "x": [0.039999999999999994, 0.039999999999999994, 0.045, 0.045, 0.039999999999999994, 0.039999999999999994], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3043, 0, 0, 3043, 3043, 3043], "type": "scatter", "x": [0.045, 0.045, 0.05, 0.05, 0.045, 0.045], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3436, 0, 0, 3436, 3436, 3436], "type": "scatter", "x": [0.05, 0.05, 0.05500000000000001, 0.05500000000000001, 0.05, 0.05], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2048, 0, 0, 2048, 2048, 2048], "type": "scatter", "x": [0.05499999999999999, 0.05499999999999999, 0.06, 0.06, 0.05499999999999999, 0.05499999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4138, 0, 0, 4138, 4138, 4138], "type": "scatter", "x": [0.06, 0.06, 0.065, 0.065, 0.06, 0.06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4574, 0, 0, 4574, 4574, 4574], "type": "scatter", "x": [0.065, 0.065, 0.07, 0.07, 0.065, 0.065], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4695, 0, 0, 4695, 4695, 4695], "type": "scatter", "x": [0.07, 0.07, 0.07500000000000001, 0.07500000000000001, 0.07, 0.07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5332, 0, 0, 5332, 5332, 5332], "type": "scatter", "x": [0.075, 0.075, 0.08, 0.08, 0.075, 0.075], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2737, 0, 0, 2737, 2737, 2737], "type": "scatter", "x": [0.08, 0.08, 0.085, 0.085, 0.08, 0.08], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5488, 0, 0, 5488, 5488, 5488], "type": "scatter", "x": [0.08499999999999999, 0.08499999999999999, 0.09, 0.09, 0.08499999999999999, 0.08499999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5826, 0, 0, 5826, 5826, 5826], "type": "scatter", "x": [0.09, 0.09, 0.095, 0.095, 0.09, 0.09], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5928, 0, 0, 5928, 5928, 5928], "type": "scatter", "x": [0.095, 0.095, 0.1, 0.1, 0.095, 0.095], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6047, 0, 0, 6047, 6047, 6047], "type": "scatter", "x": [0.1, 0.1, 0.10500000000000001, 0.10500000000000001, 0.1, 0.1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6193, 0, 0, 6193, 6193, 6193], "type": "scatter", "x": [0.105, 0.105, 0.11, 0.11, 0.105, 0.105], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3248, 0, 0, 3248, 3248, 3248], "type": "scatter", "x": [0.11, 0.11, 0.115, 0.115, 0.11, 0.11], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6326, 0, 0, 6326, 6326, 6326], "type": "scatter", "x": [0.11499999999999999, 0.11499999999999999, 0.12, 0.12, 0.11499999999999999, 0.11499999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6831, 0, 0, 6831, 6831, 6831], "type": "scatter", "x": [0.12, 0.12, 0.125, 0.125, 0.12, 0.12], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6545, 0, 0, 6545, 6545, 6545], "type": "scatter", "x": [0.125, 0.125, 0.13, 0.13, 0.125, 0.125], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6670, 0, 0, 6670, 6670, 6670], "type": "scatter", "x": [0.13, 0.13, 0.135, 0.135, 0.13, 0.13], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3470, 0, 0, 3470, 3470, 3470], "type": "scatter", "x": [0.135, 0.135, 0.14, 0.14, 0.135, 0.135], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6562, 0, 0, 6562, 6562, 6562], "type": "scatter", "x": [0.14, 0.14, 0.14500000000000002, 0.14500000000000002, 0.14, 0.14], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6608, 0, 0, 6608, 6608, 6608], "type": "scatter", "x": [0.145, 0.145, 0.15, 0.15, 0.145, 0.145], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6502, 0, 0, 6502, 6502, 6502], "type": "scatter", "x": [0.15, 0.15, 0.155, 0.155, 0.15, 0.15], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6562, 0, 0, 6562, 6562, 6562], "type": "scatter", "x": [0.155, 0.155, 0.16, 0.16, 0.155, 0.155], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6599, 0, 0, 6599, 6599, 6599], "type": "scatter", "x": [0.16, 0.16, 0.165, 0.165, 0.16, 0.16], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3488, 0, 0, 3488, 3488, 3488], "type": "scatter", "x": [0.165, 0.165, 0.17, 0.17, 0.165, 0.165], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7414, 0, 0, 7414, 7414, 7414], "type": "scatter", "x": [0.17, 0.17, 0.17500000000000002, 0.17500000000000002, 0.17, 0.17], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8114, 0, 0, 8114, 8114, 8114], "type": "scatter", "x": [0.175, 0.175, 0.18, 0.18, 0.175, 0.175], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7906, 0, 0, 7906, 7906, 7906], "type": "scatter", "x": [0.18, 0.18, 0.185, 0.185, 0.18, 0.18], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8191, 0, 0, 8191, 8191, 8191], "type": "scatter", "x": [0.185, 0.185, 0.19, 0.19, 0.185, 0.185], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7923, 0, 0, 7923, 7923, 7923], "type": "scatter", "x": [0.19, 0.19, 0.195, 0.195, 0.19, 0.19], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4342, 0, 0, 4342, 4342, 4342], "type": "scatter", "x": [0.195, 0.195, 0.2, 0.2, 0.195, 0.195], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8129, 0, 0, 8129, 8129, 8129], "type": "scatter", "x": [0.2, 0.2, 0.20500000000000002, 0.20500000000000002, 0.2, 0.2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9804, 0, 0, 9804, 9804, 9804], "type": "scatter", "x": [0.20500000000000002, 0.20500000000000002, 0.21000000000000002, 0.21000000000000002, 0.20500000000000002, 0.20500000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8360, 0, 0, 8360, 8360, 8360], "type": "scatter", "x": [0.21, 0.21, 0.215, 0.215, 0.21, 0.21], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8430, 0, 0, 8430, 8430, 8430], "type": "scatter", "x": [0.215, 0.215, 0.22, 0.22, 0.215, 0.215], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4734, 0, 0, 4734, 4734, 4734], "type": "scatter", "x": [0.22, 0.22, 0.225, 0.225, 0.22, 0.22], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8164, 0, 0, 8164, 8164, 8164], "type": "scatter", "x": [0.225, 0.225, 0.23, 0.23, 0.225, 0.225], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7842, 0, 0, 7842, 7842, 7842], "type": "scatter", "x": [0.23, 0.23, 0.23500000000000001, 0.23500000000000001, 0.23, 0.23], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7315, 0, 0, 7315, 7315, 7315], "type": "scatter", "x": [0.235, 0.235, 0.24, 0.24, 0.235, 0.235], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6349, 0, 0, 6349, 6349, 6349], "type": "scatter", "x": [0.24, 0.24, 0.245, 0.245, 0.24, 0.24], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6342, 0, 0, 6342, 6342, 6342], "type": "scatter", "x": [0.245, 0.245, 0.25, 0.25, 0.245, 0.245], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3473, 0, 0, 3473, 3473, 3473], "type": "scatter", "x": [0.25, 0.25, 0.255, 0.255, 0.25, 0.25], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5424, 0, 0, 5424, 5424, 5424], "type": "scatter", "x": [0.255, 0.255, 0.26, 0.26, 0.255, 0.255], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5215, 0, 0, 5215, 5215, 5215], "type": "scatter", "x": [0.26, 0.26, 0.265, 0.265, 0.26, 0.26], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4917, 0, 0, 4917, 4917, 4917], "type": "scatter", "x": [0.265, 0.265, 0.27, 0.27, 0.265, 0.265], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4077, 0, 0, 4077, 4077, 4077], "type": "scatter", "x": [0.27, 0.27, 0.275, 0.275, 0.27, 0.27], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3258, 0, 0, 3258, 3258, 3258], "type": "scatter", "x": [0.275, 0.275, 0.28, 0.28, 0.275, 0.275], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4557, 0, 0, 4557, 4557, 4557], "type": "scatter", "x": [0.28, 0.28, 0.28500000000000003, 0.28500000000000003, 0.28, 0.28], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5330, 0, 0, 5330, 5330, 5330], "type": "scatter", "x": [0.28500000000000003, 0.28500000000000003, 0.2899999999999999, 0.2899999999999999, 0.28500000000000003, 0.28500000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4505, 0, 0, 4505, 4505, 4505], "type": "scatter", "x": [0.29, 0.29, 0.295, 0.295, 0.29, 0.29], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4526, 0, 0, 4526, 4526, 4526], "type": "scatter", "x": [0.295, 0.295, 0.3, 0.3, 0.295, 0.295], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4762, 0, 0, 4762, 4762, 4762], "type": "scatter", "x": [0.3, 0.3, 0.305, 0.305, 0.3, 0.3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4389, 0, 0, 4389, 4389, 4389], "type": "scatter", "x": [0.305, 0.305, 0.31, 0.31, 0.305, 0.305], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4823, 0, 0, 4823, 4823, 4823], "type": "scatter", "x": [0.31, 0.31, 0.315, 0.315, 0.31, 0.31], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4140, 0, 0, 4140, 4140, 4140], "type": "scatter", "x": [0.315, 0.315, 0.32, 0.32, 0.315, 0.315], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3767, 0, 0, 3767, 3767, 3767], "type": "scatter", "x": [0.32, 0.32, 0.325, 0.325, 0.32, 0.32], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3682, 0, 0, 3682, 3682, 3682], "type": "scatter", "x": [0.325, 0.325, 0.33, 0.33, 0.325, 0.325], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3887, 0, 0, 3887, 3887, 3887], "type": "scatter", "x": [0.33, 0.33, 0.335, 0.335, 0.33, 0.33], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3172, 0, 0, 3172, 3172, 3172], "type": "scatter", "x": [0.335, 0.335, 0.34, 0.34, 0.335, 0.335], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3802, 0, 0, 3802, 3802, 3802], "type": "scatter", "x": [0.34, 0.34, 0.34500000000000003, 0.34500000000000003, 0.34, 0.34], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4087, 0, 0, 4087, 4087, 4087], "type": "scatter", "x": [0.34500000000000003, 0.34500000000000003, 0.35000000000000003, 0.35000000000000003, 0.34500000000000003, 0.34500000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3953, 0, 0, 3953, 3953, 3953], "type": "scatter", "x": [0.3500000000000001, 0.3500000000000001, 0.355, 0.355, 0.3500000000000001, 0.3500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3557, 0, 0, 3557, 3557, 3557], "type": "scatter", "x": [0.355, 0.355, 0.36, 0.36, 0.355, 0.355], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3046, 0, 0, 3046, 3046, 3046], "type": "scatter", "x": [0.36, 0.36, 0.365, 0.365, 0.36, 0.36], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3576, 0, 0, 3576, 3576, 3576], "type": "scatter", "x": [0.365, 0.365, 0.37, 0.37, 0.365, 0.365], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3128, 0, 0, 3128, 3128, 3128], "type": "scatter", "x": [0.37, 0.37, 0.375, 0.375, 0.37, 0.37], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2783, 0, 0, 2783, 2783, 2783], "type": "scatter", "x": [0.375, 0.375, 0.38, 0.38, 0.375, 0.375], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2612, 0, 0, 2612, 2612, 2612], "type": "scatter", "x": [0.38, 0.38, 0.385, 0.385, 0.38, 0.38], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2367, 0, 0, 2367, 2367, 2367], "type": "scatter", "x": [0.385, 0.385, 0.39, 0.39, 0.385, 0.385], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2097, 0, 0, 2097, 2097, 2097], "type": "scatter", "x": [0.39, 0.39, 0.395, 0.395, 0.39, 0.39], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1951, 0, 0, 1951, 1951, 1951], "type": "scatter", "x": [0.395, 0.395, 0.4, 0.4, 0.395, 0.395], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1778, 0, 0, 1778, 1778, 1778], "type": "scatter", "x": [0.4, 0.4, 0.405, 0.405, 0.4, 0.4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1543, 0, 0, 1543, 1543, 1543], "type": "scatter", "x": [0.405, 0.405, 0.41000000000000003, 0.41000000000000003, 0.405, 0.405], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1359, 0, 0, 1359, 1359, 1359], "type": "scatter", "x": [0.41000000000000003, 0.41000000000000003, 0.41500000000000004, 0.41500000000000004, 0.41000000000000003, 0.41000000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [978, 0, 0, 978, 978, 978], "type": "scatter", "x": [0.41500000000000004, 0.41500000000000004, 0.41999999999999993, 0.41999999999999993, 0.41500000000000004, 0.41500000000000004], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1005, 0, 0, 1005, 1005, 1005], "type": "scatter", "x": [0.42, 0.42, 0.425, 0.425, 0.42, 0.42], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [806, 0, 0, 806, 806, 806], "type": "scatter", "x": [0.425, 0.425, 0.43, 0.43, 0.425, 0.425], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [799, 0, 0, 799, 799, 799], "type": "scatter", "x": [0.43, 0.43, 0.435, 0.435, 0.43, 0.43], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [688, 0, 0, 688, 688, 688], "type": "scatter", "x": [0.435, 0.435, 0.44, 0.44, 0.435, 0.435], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [560, 0, 0, 560, 560, 560], "type": "scatter", "x": [0.44, 0.44, 0.445, 0.445, 0.44, 0.44], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [440, 0, 0, 440, 440, 440], "type": "scatter", "x": [0.445, 0.445, 0.45, 0.45, 0.445, 0.445], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [568, 0, 0, 568, 568, 568], "type": "scatter", "x": [0.45, 0.45, 0.455, 0.455, 0.45, 0.45], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [602, 0, 0, 602, 602, 602], "type": "scatter", "x": [0.455, 0.455, 0.46, 0.46, 0.455, 0.455], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [435, 0, 0, 435, 435, 435], "type": "scatter", "x": [0.46, 0.46, 0.465, 0.465, 0.46, 0.46], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [465, 0, 0, 465, 465, 465], "type": "scatter", "x": [0.465, 0.465, 0.47000000000000003, 0.47000000000000003, 0.465, 0.465], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [540, 0, 0, 540, 540, 540], "type": "scatter", "x": [0.47000000000000003, 0.47000000000000003, 0.47500000000000003, 0.47500000000000003, 0.47000000000000003, 0.47000000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [346, 0, 0, 346, 346, 346], "type": "scatter", "x": [0.4750000000000001, 0.4750000000000001, 0.48, 0.48, 0.4750000000000001, 0.4750000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [465, 0, 0, 465, 465, 465], "type": "scatter", "x": [0.48, 0.48, 0.485, 0.485, 0.48, 0.48], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [526, 0, 0, 526, 526, 526], "type": "scatter", "x": [0.485, 0.485, 0.49, 0.49, 0.485, 0.485], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [437, 0, 0, 437, 437, 437], "type": "scatter", "x": [0.49, 0.49, 0.495, 0.495, 0.49, 0.49], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [435, 0, 0, 435, 435, 435], "type": "scatter", "x": [0.495, 0.495, 0.5, 0.5, 0.495, 0.495], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [526, 0, 0, 526, 526, 526], "type": "scatter", "x": [0.49999999999999994, 0.49999999999999994, 0.5049999999999999, 0.5049999999999999, 0.49999999999999994, 0.49999999999999994], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [559, 0, 0, 559, 559, 559], "type": "scatter", "x": [0.5050000000000001, 0.5050000000000001, 0.51, 0.51, 0.5050000000000001, 0.5050000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [540, 0, 0, 540, 540, 540], "type": "scatter", "x": [0.51, 0.51, 0.5149999999999999, 0.5149999999999999, 0.51, 0.51], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [710, 0, 0, 710, 710, 710], "type": "scatter", "x": [0.5150000000000001, 0.5150000000000001, 0.52, 0.52, 0.5150000000000001, 0.5150000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [956, 0, 0, 956, 956, 956], "type": "scatter", "x": [0.52, 0.52, 0.5249999999999999, 0.5249999999999999, 0.52, 0.52], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1088, 0, 0, 1088, 1088, 1088], "type": "scatter", "x": [0.5250000000000001, 0.5250000000000001, 0.53, 0.53, 0.5250000000000001, 0.5250000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [862, 0, 0, 862, 862, 862], "type": "scatter", "x": [0.53, 0.53, 0.5349999999999999, 0.5349999999999999, 0.53, 0.53], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [965, 0, 0, 965, 965, 965], "type": "scatter", "x": [0.5350000000000001, 0.5350000000000001, 0.54, 0.54, 0.5350000000000001, 0.5350000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [942, 0, 0, 942, 942, 942], "type": "scatter", "x": [0.54, 0.54, 0.5449999999999999, 0.5449999999999999, 0.54, 0.54], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [891, 0, 0, 891, 891, 891], "type": "scatter", "x": [0.5450000000000002, 0.5450000000000002, 0.55, 0.55, 0.5450000000000002, 0.5450000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [722, 0, 0, 722, 722, 722], "type": "scatter", "x": [0.55, 0.55, 0.5549999999999999, 0.5549999999999999, 0.55, 0.55], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [409, 0, 0, 409, 409, 409], "type": "scatter", "x": [0.5550000000000002, 0.5550000000000002, 0.56, 0.56, 0.5550000000000002, 0.5550000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [436, 0, 0, 436, 436, 436], "type": "scatter", "x": [0.56, 0.56, 0.565, 0.565, 0.56, 0.56], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [312, 0, 0, 312, 312, 312], "type": "scatter", "x": [0.5650000000000002, 0.5650000000000002, 0.5700000000000001, 0.5700000000000001, 0.5650000000000002, 0.5650000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [255, 0, 0, 255, 255, 255], "type": "scatter", "x": [0.5700000000000001, 0.5700000000000001, 0.575, 0.575, 0.5700000000000001, 0.5700000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [270, 0, 0, 270, 270, 270], "type": "scatter", "x": [0.5750000000000001, 0.5750000000000001, 0.58, 0.58, 0.5750000000000001, 0.5750000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [78, 0, 0, 78, 78, 78], "type": "scatter", "x": [0.5800000000000001, 0.5800000000000001, 0.585, 0.585, 0.5800000000000001, 0.5800000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [183, 0, 0, 183, 183, 183], "type": "scatter", "x": [0.585, 0.585, 0.5899999999999999, 0.5899999999999999, 0.585, 0.585], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [120, 0, 0, 120, 120, 120], "type": "scatter", "x": [0.5900000000000001, 0.5900000000000001, 0.595, 0.595, 0.5900000000000001, 0.5900000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [244, 0, 0, 244, 244, 244], "type": "scatter", "x": [0.595, 0.595, 0.5999999999999999, 0.5999999999999999, 0.595, 0.595], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [361, 0, 0, 361, 361, 361], "type": "scatter", "x": [0.6000000000000001, 0.6000000000000001, 0.605, 0.605, 0.6000000000000001, 0.6000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [423, 0, 0, 423, 423, 423], "type": "scatter", "x": [0.605, 0.605, 0.6099999999999999, 0.6099999999999999, 0.605, 0.605], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [689, 0, 0, 689, 689, 689], "type": "scatter", "x": [0.6100000000000001, 0.6100000000000001, 0.615, 0.615, 0.6100000000000001, 0.6100000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [498, 0, 0, 498, 498, 498], "type": "scatter", "x": [0.615, 0.615, 0.6199999999999999, 0.6199999999999999, 0.615, 0.615], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [667, 0, 0, 667, 667, 667], "type": "scatter", "x": [0.6200000000000001, 0.6200000000000001, 0.625, 0.625, 0.6200000000000001, 0.6200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [282, 0, 0, 282, 282, 282], "type": "scatter", "x": [0.625, 0.625, 0.6299999999999999, 0.6299999999999999, 0.625, 0.625], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [181, 0, 0, 181, 181, 181], "type": "scatter", "x": [0.6300000000000001, 0.6300000000000001, 0.635, 0.635, 0.6300000000000001, 0.6300000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [45, 0, 0, 45, 45, 45], "type": "scatter", "x": [0.635, 0.635, 0.6399999999999999, 0.6399999999999999, 0.635, 0.635], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [31, 0, 0, 31, 31, 31], "type": "scatter", "x": [0.6400000000000001, 0.6400000000000001, 0.645, 0.645, 0.6400000000000001, 0.6400000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [22, 0, 0, 22, 22, 22], "type": "scatter", "x": [0.645, 0.645, 0.6499999999999999, 0.6499999999999999, 0.645, 0.645], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [39, 0, 0, 39, 39, 39], "type": "scatter", "x": [0.6500000000000001, 0.6500000000000001, 0.655, 0.655, 0.6500000000000001, 0.6500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [41, 0, 0, 41, 41, 41], "type": "scatter", "x": [0.655, 0.655, 0.6599999999999999, 0.6599999999999999, 0.655, 0.655], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [74, 0, 0, 74, 74, 74], "type": "scatter", "x": [0.6600000000000001, 0.6600000000000001, 0.665, 0.665, 0.6600000000000001, 0.6600000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [83, 0, 0, 83, 83, 83], "type": "scatter", "x": [0.665, 0.665, 0.6699999999999999, 0.6699999999999999, 0.665, 0.665], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [65, 0, 0, 65, 65, 65], "type": "scatter", "x": [0.6700000000000002, 0.6700000000000002, 0.675, 0.675, 0.6700000000000002, 0.6700000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [135, 0, 0, 135, 135, 135], "type": "scatter", "x": [0.675, 0.675, 0.6799999999999999, 0.6799999999999999, 0.675, 0.675], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [43, 0, 0, 43, 43, 43], "type": "scatter", "x": [0.6800000000000002, 0.6800000000000002, 0.685, 0.685, 0.6800000000000002, 0.6800000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [0.685, 0.685, 0.69, 0.69, 0.685, 0.685], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3, 0, 0, 3, 3, 3], "type": "scatter", "x": [0.6900000000000002, 0.6900000000000002, 0.6950000000000001, 0.6950000000000001, 0.6900000000000002, 0.6900000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3, 0, 0, 3, 3, 3], "type": "scatter", "x": [0.6950000000000001, 0.6950000000000001, 0.7, 0.7, 0.6950000000000001, 0.6950000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x6", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y6", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.7000000000000001, 0.7000000000000001, 0.705, 0.705, 0.7000000000000001, 0.7000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x6", "colorbar": {"y": 0.49479166666666674, "title": {"text": ""}, "len": 0.2852963692038495, "x": 0.9950787401574803}, "name": "y1", "yaxis": "y6", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "y": [1072, 741, 963, 1317, 1438, 1004, 1999, 2429, 2662, 3043, 3436, 2048, 4138, 4574, 4695, 5332, 2737, 5488, 5826, 5928, 6047, 6193, 3248, 6326, 6831, 6545, 6670, 3470, 6562, 6608, 6502, 6562, 6599, 3488, 7414, 8114, 7906, 8191, 7923, 4342, 8129, 9804, 8360, 8430, 4734, 8164, 7842, 7315, 6349, 6342, 3473, 5424, 5215, 4917, 4077, 3258, 4557, 5330, 4505, 4526, 4762, 4389, 4823, 4140, 3767, 3682, 3887, 3172, 3802, 4087, 3953, 3557, 3046, 3576, 3128, 2783, 2612, 2367, 2097, 1951, 1778, 1543, 1359, 978, 1005, 806, 799, 688, 560, 440, 568, 602, 435, 465, 540, 346, 465, 526, 437, 435, 526, 559, 540, 710, 956, 1088, 862, 965, 942, 891, 722, 409, 436, 312, 255, 270, 78, 183, 120, 244, 361, 423, 689, 498, 667, 282, 181, 45, 31, 22, 39, 41, 74, 83, 65, 135, 43, 1, 3, 3, 0], "type": "scatter", "x": [0.0025, 0.0075, 0.0125, 0.0175, 0.0225, 0.0275, 0.0325, 0.037500000000000006, 0.042499999999999996, 0.0475, 0.052500000000000005, 0.057499999999999996, 0.0625, 0.0675, 0.07250000000000001, 0.0775, 0.0825, 0.0875, 0.0925, 0.0975, 0.10250000000000001, 0.1075, 0.1125, 0.1175, 0.1225, 0.1275, 0.1325, 0.1375, 0.14250000000000002, 0.1475, 0.1525, 0.1575, 0.1625, 0.1675, 0.17250000000000001, 0.1775, 0.1825, 0.1875, 0.1925, 0.1975, 0.2025, 0.20750000000000002, 0.2125, 0.2175, 0.2225, 0.2275, 0.2325, 0.2375, 0.2425, 0.2475, 0.2525, 0.2575, 0.2625, 0.2675, 0.2725, 0.2775, 0.28250000000000003, 0.2875, 0.2925, 0.2975, 0.3025, 0.3075, 0.3125, 0.3175, 0.3225, 0.3275, 0.3325, 0.3375, 0.3425, 0.34750000000000003, 0.35250000000000004, 0.3575, 0.3625, 0.3675, 0.3725, 0.3775, 0.3825, 0.3875, 0.3925, 0.3975, 0.4025, 0.40750000000000003, 0.41250000000000003, 0.4175, 0.4225, 0.4275, 0.4325, 0.4375, 0.4425, 0.4475, 0.4525, 0.4575, 0.4625, 0.4675, 0.47250000000000003, 0.47750000000000004, 0.4825, 0.4875, 0.4925, 0.4975, 0.5025, 0.5075000000000001, 0.5125, 0.5175000000000001, 0.5225, 0.5275000000000001, 0.5325, 0.5375000000000001, 0.5425, 0.5475000000000001, 0.5525, 0.5575000000000001, 0.5625, 0.5675000000000001, 0.5725, 0.5775, 0.5825, 0.5874999999999999, 0.5925, 0.5974999999999999, 0.6025, 0.6074999999999999, 0.6125, 0.6174999999999999, 0.6225, 0.6275, 0.6325000000000001, 0.6375, 0.6425000000000001, 0.6475, 0.6525000000000001, 0.6575, 0.6625000000000001, 0.6675, 0.6725000000000001, 0.6775, 0.6825000000000001, 0.6875, 0.6925000000000001, 0.6975, 0.7025], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 141, "currentCount": 141}}}, {"showlegend": true, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [73173, 0, 0, 73173, 73173, 73173], "type": "scatter", "x": [0, 0, 0.02, 0.02, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [21770, 0, 0, 21770, 21770, 21770], "type": "scatter", "x": [0.019999999999999997, 0.019999999999999997, 0.04, 0.04, 0.019999999999999997, 0.019999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [21678, 0, 0, 21678, 21678, 21678], "type": "scatter", "x": [0.04000000000000001, 0.04000000000000001, 0.06, 0.06, 0.04000000000000001, 0.04000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [21095, 0, 0, 21095, 21095, 21095], "type": "scatter", "x": [0.060000000000000005, 0.060000000000000005, 0.08000000000000002, 0.08000000000000002, 0.060000000000000005, 0.060000000000000005], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [19599, 0, 0, 19599, 19599, 19599], "type": "scatter", "x": [0.07999999999999999, 0.07999999999999999, 0.1, 0.1, 0.07999999999999999, 0.07999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [18205, 0, 0, 18205, 18205, 18205], "type": "scatter", "x": [0.1, 0.1, 0.12, 0.12, 0.1, 0.1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [15813, 0, 0, 15813, 15813, 15813], "type": "scatter", "x": [0.12, 0.12, 0.14, 0.14, 0.12, 0.12], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13394, 0, 0, 13394, 13394, 13394], "type": "scatter", "x": [0.14, 0.14, 0.16000000000000003, 0.16000000000000003, 0.14, 0.14], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11520, 0, 0, 11520, 11520, 11520], "type": "scatter", "x": [0.15999999999999998, 0.15999999999999998, 0.18, 0.18, 0.15999999999999998, 0.15999999999999998], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9607, 0, 0, 9607, 9607, 9607], "type": "scatter", "x": [0.18, 0.18, 0.2, 0.2, 0.18, 0.18], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9368, 0, 0, 9368, 9368, 9368], "type": "scatter", "x": [0.2, 0.2, 0.22000000000000003, 0.22000000000000003, 0.2, 0.2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6062, 0, 0, 6062, 6062, 6062], "type": "scatter", "x": [0.21999999999999997, 0.21999999999999997, 0.24, 0.24, 0.21999999999999997, 0.21999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4958, 0, 0, 4958, 4958, 4958], "type": "scatter", "x": [0.24, 0.24, 0.26, 0.26, 0.24, 0.24], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4279, 0, 0, 4279, 4279, 4279], "type": "scatter", "x": [0.26, 0.26, 0.28, 0.28, 0.26, 0.26], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3671, 0, 0, 3671, 3671, 3671], "type": "scatter", "x": [0.28, 0.28, 0.30000000000000004, 0.30000000000000004, 0.28, 0.28], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3102, 0, 0, 3102, 3102, 3102], "type": "scatter", "x": [0.3, 0.3, 0.32, 0.32, 0.3, 0.3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2819, 0, 0, 2819, 2819, 2819], "type": "scatter", "x": [0.32, 0.32, 0.34, 0.34, 0.32, 0.32], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2502, 0, 0, 2502, 2502, 2502], "type": "scatter", "x": [0.33999999999999997, 0.33999999999999997, 0.36, 0.36, 0.33999999999999997, 0.33999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2091, 0, 0, 2091, 2091, 2091], "type": "scatter", "x": [0.36, 0.36, 0.38, 0.38, 0.36, 0.36], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1786, 0, 0, 1786, 1786, 1786], "type": "scatter", "x": [0.38, 0.38, 0.4, 0.4, 0.38, 0.38], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1942, 0, 0, 1942, 1942, 1942], "type": "scatter", "x": [0.4, 0.4, 0.42000000000000004, 0.42000000000000004, 0.4, 0.4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1330, 0, 0, 1330, 1330, 1330], "type": "scatter", "x": [0.42, 0.42, 0.44, 0.44, 0.42, 0.42], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1281, 0, 0, 1281, 1281, 1281], "type": "scatter", "x": [0.44, 0.44, 0.46, 0.46, 0.44, 0.44], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1128, 0, 0, 1128, 1128, 1128], "type": "scatter", "x": [0.45999999999999996, 0.45999999999999996, 0.48, 0.48, 0.45999999999999996, 0.45999999999999996], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1044, 0, 0, 1044, 1044, 1044], "type": "scatter", "x": [0.48, 0.48, 0.5, 0.5, 0.48, 0.48], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [995, 0, 0, 995, 995, 995], "type": "scatter", "x": [0.5, 0.5, 0.52, 0.52, 0.5, 0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [921, 0, 0, 921, 921, 921], "type": "scatter", "x": [0.52, 0.52, 0.54, 0.54, 0.52, 0.52], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [876, 0, 0, 876, 876, 876], "type": "scatter", "x": [0.54, 0.54, 0.56, 0.56, 0.54, 0.54], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [846, 0, 0, 846, 846, 846], "type": "scatter", "x": [0.56, 0.56, 0.5800000000000001, 0.5800000000000001, 0.56, 0.56], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [902, 0, 0, 902, 902, 902], "type": "scatter", "x": [0.58, 0.58, 0.6, 0.6, 0.58, 0.58], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1128, 0, 0, 1128, 1128, 1128], "type": "scatter", "x": [0.6, 0.6, 0.62, 0.62, 0.6, 0.6], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1085, 0, 0, 1085, 1085, 1085], "type": "scatter", "x": [0.62, 0.62, 0.64, 0.64, 0.62, 0.62], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2025, 0, 0, 2025, 2025, 2025], "type": "scatter", "x": [0.64, 0.64, 0.66, 0.66, 0.64, 0.64], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2207, 0, 0, 2207, 2207, 2207], "type": "scatter", "x": [0.66, 0.66, 0.68, 0.68, 0.66, 0.66], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1610, 0, 0, 1610, 1610, 1610], "type": "scatter", "x": [0.68, 0.68, 0.7000000000000001, 0.7000000000000001, 0.68, 0.68], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1142, 0, 0, 1142, 1142, 1142], "type": "scatter", "x": [0.7, 0.7, 0.72, 0.72, 0.7, 0.7], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1218, 0, 0, 1218, 1218, 1218], "type": "scatter", "x": [0.72, 0.72, 0.74, 0.74, 0.72, 0.72], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1207, 0, 0, 1207, 1207, 1207], "type": "scatter", "x": [0.74, 0.74, 0.76, 0.76, 0.74, 0.74], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1091, 0, 0, 1091, 1091, 1091], "type": "scatter", "x": [0.76, 0.76, 0.78, 0.78, 0.76, 0.76], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [818, 0, 0, 818, 818, 818], "type": "scatter", "x": [0.78, 0.78, 0.8, 0.8, 0.78, 0.78], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1849, 0, 0, 1849, 1849, 1849], "type": "scatter", "x": [0.8, 0.8, 0.8200000000000001, 0.8200000000000001, 0.8, 0.8], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8822, 0, 0, 8822, 8822, 8822], "type": "scatter", "x": [0.8200000000000001, 0.8200000000000001, 0.8400000000000001, 0.8400000000000001, 0.8200000000000001, 0.8200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13547, 0, 0, 13547, 13547, 13547], "type": "scatter", "x": [0.84, 0.84, 0.86, 0.86, 0.84, 0.84], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [16688, 0, 0, 16688, 16688, 16688], "type": "scatter", "x": [0.86, 0.86, 0.88, 0.88, 0.86, 0.86], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [20195, 0, 0, 20195, 20195, 20195], "type": "scatter", "x": [0.88, 0.88, 0.9, 0.9, 0.88, 0.88], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [18798, 0, 0, 18798, 18798, 18798], "type": "scatter", "x": [0.9, 0.9, 0.92, 0.92, 0.9, 0.9], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [14605, 0, 0, 14605, 14605, 14605], "type": "scatter", "x": [0.92, 0.92, 0.9400000000000001, 0.9400000000000001, 0.92, 0.92], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9073, 0, 0, 9073, 9073, 9073], "type": "scatter", "x": [0.94, 0.94, 0.96, 0.96, 0.94, 0.94], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6323, 0, 0, 6323, 6323, 6323], "type": "scatter", "x": [0.96, 0.96, 0.98, 0.98, 0.96, 0.96], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3361, 0, 0, 3361, 3361, 3361], "type": "scatter", "x": [0.98, 0.98, 1, 1, 0.98, 0.98], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x7", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y7", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1723, 0, 0, 1723, 1723, 1723], "type": "scatter", "x": [1, 1, 1.02, 1.02, 1, 1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x7", "colorbar": {"y": 0.16145833333333348, "title": {"text": ""}, "len": 0.2852963692038495, "x": 0.32100466608340616}, "name": "y1", "yaxis": "y7", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "y": [73173, 21770, 21678, 21095, 19599, 18205, 15813, 13394, 11520, 9607, 9368, 6062, 4958, 4279, 3671, 3102, 2819, 2502, 2091, 1786, 1942, 1330, 1281, 1128, 1044, 995, 921, 876, 846, 902, 1128, 1085, 2025, 2207, 1610, 1142, 1218, 1207, 1091, 818, 1849, 8822, 13547, 16688, 20195, 18798, 14605, 9073, 6323, 3361, 1723], "type": "scatter", "x": [0.01, 0.03, 0.05, 0.07, 0.09, 0.11, 0.13, 0.15000000000000002, 0.16999999999999998, 0.19, 0.21000000000000002, 0.22999999999999998, 0.25, 0.27, 0.29000000000000004, 0.31, 0.33, 0.35, 0.37, 0.39, 0.41000000000000003, 0.43, 0.45, 0.47, 0.49, 0.51, 0.53, 0.55, 0.5700000000000001, 0.59, 0.61, 0.63, 0.65, 0.67, 0.6900000000000001, 0.71, 0.73, 0.75, 0.77, 0.79, 0.81, 0.8300000000000001, 0.85, 0.87, 0.89, 0.91, 0.93, 0.95, 0.97, 0.99, 1.01], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 51, "currentCount": 51}}}, {"showlegend": true, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [44794, 0, 0, 44794, 44794, 44794], "type": "scatter", "x": [0, 0, 0.002, 0.002, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11175, 0, 0, 11175, 11175, 11175], "type": "scatter", "x": [0.002, 0.002, 0.004, 0.004, 0.002, 0.002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.004, 0.004, 0.006, 0.006, 0.004, 0.004], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10984, 0, 0, 10984, 10984, 10984], "type": "scatter", "x": [0.006, 0.006, 0.008, 0.008, 0.006, 0.006], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.008, 0.008, 0.010000000000000002, 0.010000000000000002, 0.008, 0.008], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [12305, 0, 0, 12305, 12305, 12305], "type": "scatter", "x": [0.009999999999999998, 0.009999999999999998, 0.012, 0.012, 0.009999999999999998, 0.009999999999999998], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.012, 0.012, 0.014000000000000002, 0.014000000000000002, 0.012, 0.012], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [12937, 0, 0, 12937, 12937, 12937], "type": "scatter", "x": [0.013999999999999999, 0.013999999999999999, 0.016, 0.016, 0.013999999999999999, 0.013999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.016, 0.016, 0.018000000000000002, 0.018000000000000002, 0.016, 0.016], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13524, 0, 0, 13524, 13524, 13524], "type": "scatter", "x": [0.018000000000000002, 0.018000000000000002, 0.020000000000000004, 0.020000000000000004, 0.018000000000000002, 0.018000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.019999999999999997, 0.019999999999999997, 0.022, 0.022, 0.019999999999999997, 0.019999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [15023, 0, 0, 15023, 15023, 15023], "type": "scatter", "x": [0.022, 0.022, 0.024, 0.024, 0.022, 0.022], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.024, 0.024, 0.026000000000000002, 0.026000000000000002, 0.024, 0.024], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [16863, 0, 0, 16863, 16863, 16863], "type": "scatter", "x": [0.026000000000000002, 0.026000000000000002, 0.028000000000000004, 0.028000000000000004, 0.026000000000000002, 0.026000000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.027999999999999997, 0.027999999999999997, 0.03, 0.03, 0.027999999999999997, 0.027999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [19981, 0, 0, 19981, 19981, 19981], "type": "scatter", "x": [0.03, 0.03, 0.032, 0.032, 0.03, 0.03], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.032, 0.032, 0.034, 0.034, 0.032, 0.032], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [24804, 0, 0, 24804, 24804, 24804], "type": "scatter", "x": [0.034, 0.034, 0.036000000000000004, 0.036000000000000004, 0.034, 0.034], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.036000000000000004, 0.036000000000000004, 0.038000000000000006, 0.038000000000000006, 0.036000000000000004, 0.036000000000000004], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [27725, 0, 0, 27725, 27725, 27725], "type": "scatter", "x": [0.038, 0.038, 0.04, 0.04, 0.038, 0.038], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.04, 0.04, 0.042, 0.042, 0.04, 0.04], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [30033, 0, 0, 30033, 30033, 30033], "type": "scatter", "x": [0.041999999999999996, 0.041999999999999996, 0.044, 0.044, 0.041999999999999996, 0.041999999999999996], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.044, 0.044, 0.046, 0.046, 0.044, 0.044], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [30445, 0, 0, 30445, 30445, 30445], "type": "scatter", "x": [0.046, 0.046, 0.048, 0.048, 0.046, 0.046], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.048, 0.048, 0.05, 0.05, 0.048, 0.048], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [27567, 0, 0, 27567, 27567, 27567], "type": "scatter", "x": [0.05, 0.05, 0.052000000000000005, 0.052000000000000005, 0.05, 0.05], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.052000000000000005, 0.052000000000000005, 0.054000000000000006, 0.054000000000000006, 0.052000000000000005, 0.052000000000000005], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [24433, 0, 0, 24433, 24433, 24433], "type": "scatter", "x": [0.054, 0.054, 0.056, 0.056, 0.054, 0.054], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.056, 0.056, 0.058, 0.058, 0.056, 0.056], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [21594, 0, 0, 21594, 21594, 21594], "type": "scatter", "x": [0.057999999999999996, 0.057999999999999996, 0.06, 0.06, 0.057999999999999996, 0.057999999999999996], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.06, 0.06, 0.062, 0.062, 0.06, 0.06], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [18841, 0, 0, 18841, 18841, 18841], "type": "scatter", "x": [0.062, 0.062, 0.064, 0.064, 0.062, 0.062], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.064, 0.064, 0.066, 0.066, 0.064, 0.064], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [17714, 0, 0, 17714, 17714, 17714], "type": "scatter", "x": [0.066, 0.066, 0.068, 0.068, 0.066, 0.066], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.068, 0.068, 0.07, 0.07, 0.068, 0.068], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [17028, 0, 0, 17028, 17028, 17028], "type": "scatter", "x": [0.07, 0.07, 0.07200000000000001, 0.07200000000000001, 0.07, 0.07], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.07200000000000001, 0.07200000000000001, 0.07400000000000001, 0.07400000000000001, 0.07200000000000001, 0.07200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [16353, 0, 0, 16353, 16353, 16353], "type": "scatter", "x": [0.074, 0.074, 0.076, 0.076, 0.074, 0.074], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.076, 0.076, 0.078, 0.078, 0.076, 0.076], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [15077, 0, 0, 15077, 15077, 15077], "type": "scatter", "x": [0.078, 0.078, 0.08, 0.08, 0.078, 0.078], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.08, 0.08, 0.082, 0.082, 0.08, 0.08], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13621, 0, 0, 13621, 13621, 13621], "type": "scatter", "x": [0.082, 0.082, 0.084, 0.084, 0.082, 0.082], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.084, 0.084, 0.08600000000000001, 0.08600000000000001, 0.084, 0.084], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [12926, 0, 0, 12926, 12926, 12926], "type": "scatter", "x": [0.086, 0.086, 0.088, 0.088, 0.086, 0.086], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.088, 0.088, 0.09, 0.09, 0.088, 0.088], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11803, 0, 0, 11803, 11803, 11803], "type": "scatter", "x": [0.09, 0.09, 0.092, 0.092, 0.09, 0.09], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.092, 0.092, 0.094, 0.094, 0.092, 0.092], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10476, 0, 0, 10476, 10476, 10476], "type": "scatter", "x": [0.094, 0.094, 0.096, 0.096, 0.094, 0.094], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.096, 0.096, 0.098, 0.098, 0.096, 0.096], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8925, 0, 0, 8925, 8925, 8925], "type": "scatter", "x": [0.098, 0.098, 0.1, 0.1, 0.098, 0.098], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7828, 0, 0, 7828, 7828, 7828], "type": "scatter", "x": [0.1, 0.1, 0.10200000000000001, 0.10200000000000001, 0.1, 0.1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.10200000000000001, 0.10200000000000001, 0.10400000000000001, 0.10400000000000001, 0.10200000000000001, 0.10200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6404, 0, 0, 6404, 6404, 6404], "type": "scatter", "x": [0.10400000000000001, 0.10400000000000001, 0.10600000000000001, 0.10600000000000001, 0.10400000000000001, 0.10400000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.106, 0.106, 0.108, 0.108, 0.106, 0.106], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5011, 0, 0, 5011, 5011, 5011], "type": "scatter", "x": [0.108, 0.108, 0.11, 0.11, 0.108, 0.108], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.11, 0.11, 0.112, 0.112, 0.11, 0.11], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3844, 0, 0, 3844, 3844, 3844], "type": "scatter", "x": [0.112, 0.112, 0.114, 0.114, 0.112, 0.112], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.114, 0.114, 0.116, 0.116, 0.114, 0.114], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2927, 0, 0, 2927, 2927, 2927], "type": "scatter", "x": [0.116, 0.116, 0.11800000000000001, 0.11800000000000001, 0.116, 0.116], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.118, 0.118, 0.12, 0.12, 0.118, 0.118], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2286, 0, 0, 2286, 2286, 2286], "type": "scatter", "x": [0.12, 0.12, 0.122, 0.122, 0.12, 0.12], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.122, 0.122, 0.124, 0.124, 0.122, 0.122], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1788, 0, 0, 1788, 1788, 1788], "type": "scatter", "x": [0.124, 0.124, 0.126, 0.126, 0.124, 0.124], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.126, 0.126, 0.128, 0.128, 0.126, 0.126], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1435, 0, 0, 1435, 1435, 1435], "type": "scatter", "x": [0.128, 0.128, 0.13, 0.13, 0.128, 0.128], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.13, 0.13, 0.132, 0.132, 0.13, 0.13], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1248, 0, 0, 1248, 1248, 1248], "type": "scatter", "x": [0.132, 0.132, 0.134, 0.134, 0.132, 0.132], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.134, 0.134, 0.136, 0.136, 0.134, 0.134], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1001, 0, 0, 1001, 1001, 1001], "type": "scatter", "x": [0.136, 0.136, 0.138, 0.138, 0.136, 0.136], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.138, 0.138, 0.14, 0.14, 0.138, 0.138], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [902, 0, 0, 902, 902, 902], "type": "scatter", "x": [0.14, 0.14, 0.14200000000000002, 0.14200000000000002, 0.14, 0.14], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.14200000000000002, 0.14200000000000002, 0.14400000000000002, 0.14400000000000002, 0.14200000000000002, 0.14200000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [778, 0, 0, 778, 778, 778], "type": "scatter", "x": [0.14400000000000002, 0.14400000000000002, 0.14600000000000002, 0.14600000000000002, 0.14400000000000002, 0.14400000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.146, 0.146, 0.148, 0.148, 0.146, 0.146], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [680, 0, 0, 680, 680, 680], "type": "scatter", "x": [0.148, 0.148, 0.15, 0.15, 0.148, 0.148], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.15, 0.15, 0.152, 0.152, 0.15, 0.15], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [676, 0, 0, 676, 676, 676], "type": "scatter", "x": [0.152, 0.152, 0.154, 0.154, 0.152, 0.152], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.154, 0.154, 0.156, 0.156, 0.154, 0.154], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [564, 0, 0, 564, 564, 564], "type": "scatter", "x": [0.156, 0.156, 0.158, 0.158, 0.156, 0.156], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.158, 0.158, 0.16, 0.16, 0.158, 0.158], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [518, 0, 0, 518, 518, 518], "type": "scatter", "x": [0.16, 0.16, 0.162, 0.162, 0.16, 0.16], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.162, 0.162, 0.164, 0.164, 0.162, 0.162], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [519, 0, 0, 519, 519, 519], "type": "scatter", "x": [0.164, 0.164, 0.166, 0.166, 0.164, 0.164], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.166, 0.166, 0.168, 0.168, 0.166, 0.166], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [462, 0, 0, 462, 462, 462], "type": "scatter", "x": [0.168, 0.168, 0.17, 0.17, 0.168, 0.168], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.17, 0.17, 0.17200000000000001, 0.17200000000000001, 0.17, 0.17], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [463, 0, 0, 463, 463, 463], "type": "scatter", "x": [0.17200000000000001, 0.17200000000000001, 0.17400000000000002, 0.17400000000000002, 0.17200000000000001, 0.17200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.174, 0.174, 0.176, 0.176, 0.174, 0.174], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [393, 0, 0, 393, 393, 393], "type": "scatter", "x": [0.176, 0.176, 0.178, 0.178, 0.176, 0.176], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.178, 0.178, 0.18, 0.18, 0.178, 0.178], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [405, 0, 0, 405, 405, 405], "type": "scatter", "x": [0.18, 0.18, 0.182, 0.182, 0.18, 0.18], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.182, 0.182, 0.184, 0.184, 0.182, 0.182], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [368, 0, 0, 368, 368, 368], "type": "scatter", "x": [0.184, 0.184, 0.186, 0.186, 0.184, 0.184], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.186, 0.186, 0.188, 0.188, 0.186, 0.186], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [332, 0, 0, 332, 332, 332], "type": "scatter", "x": [0.188, 0.188, 0.19, 0.19, 0.188, 0.188], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.19, 0.19, 0.192, 0.192, 0.19, 0.19], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [330, 0, 0, 330, 330, 330], "type": "scatter", "x": [0.192, 0.192, 0.194, 0.194, 0.192, 0.192], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.194, 0.194, 0.196, 0.196, 0.194, 0.194], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [305, 0, 0, 305, 305, 305], "type": "scatter", "x": [0.196, 0.196, 0.198, 0.198, 0.196, 0.196], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.198, 0.198, 0.2, 0.2, 0.198, 0.198], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [283, 0, 0, 283, 283, 283], "type": "scatter", "x": [0.2, 0.2, 0.202, 0.202, 0.2, 0.2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [323, 0, 0, 323, 323, 323], "type": "scatter", "x": [0.202, 0.202, 0.20400000000000001, 0.20400000000000001, 0.202, 0.202], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.20400000000000001, 0.20400000000000001, 0.20600000000000002, 0.20600000000000002, 0.20400000000000001, 0.20400000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [268, 0, 0, 268, 268, 268], "type": "scatter", "x": [0.20600000000000002, 0.20600000000000002, 0.20800000000000002, 0.20800000000000002, 0.20600000000000002, 0.20600000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.20800000000000002, 0.20800000000000002, 0.21000000000000002, 0.21000000000000002, 0.20800000000000002, 0.20800000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [281, 0, 0, 281, 281, 281], "type": "scatter", "x": [0.21, 0.21, 0.212, 0.212, 0.21, 0.21], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.212, 0.212, 0.214, 0.214, 0.212, 0.212], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [242, 0, 0, 242, 242, 242], "type": "scatter", "x": [0.214, 0.214, 0.216, 0.216, 0.214, 0.214], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.216, 0.216, 0.218, 0.218, 0.216, 0.216], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [231, 0, 0, 231, 231, 231], "type": "scatter", "x": [0.218, 0.218, 0.22, 0.22, 0.218, 0.218], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.22, 0.22, 0.222, 0.222, 0.22, 0.22], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [240, 0, 0, 240, 240, 240], "type": "scatter", "x": [0.222, 0.222, 0.224, 0.224, 0.222, 0.222], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.224, 0.224, 0.226, 0.226, 0.224, 0.224], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [241, 0, 0, 241, 241, 241], "type": "scatter", "x": [0.226, 0.226, 0.228, 0.228, 0.226, 0.226], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.228, 0.228, 0.23, 0.23, 0.228, 0.228], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [244, 0, 0, 244, 244, 244], "type": "scatter", "x": [0.23, 0.23, 0.232, 0.232, 0.23, 0.23], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.232, 0.232, 0.234, 0.234, 0.232, 0.232], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [215, 0, 0, 215, 215, 215], "type": "scatter", "x": [0.234, 0.234, 0.23600000000000002, 0.23600000000000002, 0.234, 0.234], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.23600000000000002, 0.23600000000000002, 0.23800000000000002, 0.23800000000000002, 0.23600000000000002, 0.23600000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [187, 0, 0, 187, 187, 187], "type": "scatter", "x": [0.238, 0.238, 0.24, 0.24, 0.238, 0.238], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.24, 0.24, 0.242, 0.242, 0.24, 0.24], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [180, 0, 0, 180, 180, 180], "type": "scatter", "x": [0.242, 0.242, 0.244, 0.244, 0.242, 0.242], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.244, 0.244, 0.246, 0.246, 0.244, 0.244], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [213, 0, 0, 213, 213, 213], "type": "scatter", "x": [0.246, 0.246, 0.248, 0.248, 0.246, 0.246], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.248, 0.248, 0.25, 0.25, 0.248, 0.248], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [195, 0, 0, 195, 195, 195], "type": "scatter", "x": [0.25, 0.25, 0.252, 0.252, 0.25, 0.25], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.252, 0.252, 0.254, 0.254, 0.252, 0.252], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [203, 0, 0, 203, 203, 203], "type": "scatter", "x": [0.254, 0.254, 0.256, 0.256, 0.254, 0.254], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.256, 0.256, 0.258, 0.258, 0.256, 0.256], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [189, 0, 0, 189, 189, 189], "type": "scatter", "x": [0.258, 0.258, 0.26, 0.26, 0.258, 0.258], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.26, 0.26, 0.262, 0.262, 0.26, 0.26], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [158, 0, 0, 158, 158, 158], "type": "scatter", "x": [0.262, 0.262, 0.264, 0.264, 0.262, 0.262], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.264, 0.264, 0.266, 0.266, 0.264, 0.264], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [180, 0, 0, 180, 180, 180], "type": "scatter", "x": [0.266, 0.266, 0.268, 0.268, 0.266, 0.266], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.268, 0.268, 0.27, 0.27, 0.268, 0.268], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [156, 0, 0, 156, 156, 156], "type": "scatter", "x": [0.27, 0.27, 0.272, 0.272, 0.27, 0.27], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.272, 0.272, 0.274, 0.274, 0.272, 0.272], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [147, 0, 0, 147, 147, 147], "type": "scatter", "x": [0.274, 0.274, 0.276, 0.276, 0.274, 0.274], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.276, 0.276, 0.278, 0.278, 0.276, 0.276], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [150, 0, 0, 150, 150, 150], "type": "scatter", "x": [0.278, 0.278, 0.28, 0.28, 0.278, 0.278], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.28, 0.28, 0.28200000000000003, 0.28200000000000003, 0.28, 0.28], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [141, 0, 0, 141, 141, 141], "type": "scatter", "x": [0.28200000000000003, 0.28200000000000003, 0.28400000000000003, 0.28400000000000003, 0.28200000000000003, 0.28200000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.28400000000000003, 0.28400000000000003, 0.28600000000000003, 0.28600000000000003, 0.28400000000000003, 0.28400000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [149, 0, 0, 149, 149, 149], "type": "scatter", "x": [0.28600000000000003, 0.28600000000000003, 0.28800000000000003, 0.28800000000000003, 0.28600000000000003, 0.28600000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.28800000000000003, 0.28800000000000003, 0.29000000000000004, 0.29000000000000004, 0.28800000000000003, 0.28800000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [133, 0, 0, 133, 133, 133], "type": "scatter", "x": [0.29, 0.29, 0.292, 0.292, 0.29, 0.29], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.292, 0.292, 0.294, 0.294, 0.292, 0.292], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [130, 0, 0, 130, 130, 130], "type": "scatter", "x": [0.294, 0.294, 0.296, 0.296, 0.294, 0.294], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.296, 0.296, 0.298, 0.298, 0.296, 0.296], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [144, 0, 0, 144, 144, 144], "type": "scatter", "x": [0.298, 0.298, 0.3, 0.3, 0.298, 0.298], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [151, 0, 0, 151, 151, 151], "type": "scatter", "x": [0.3, 0.3, 0.302, 0.302, 0.3, 0.3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.302, 0.302, 0.304, 0.304, 0.302, 0.302], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [122, 0, 0, 122, 122, 122], "type": "scatter", "x": [0.304, 0.304, 0.306, 0.306, 0.304, 0.304], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.306, 0.306, 0.308, 0.308, 0.306, 0.306], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [139, 0, 0, 139, 139, 139], "type": "scatter", "x": [0.308, 0.308, 0.31, 0.31, 0.308, 0.308], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.31, 0.31, 0.312, 0.312, 0.31, 0.31], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [109, 0, 0, 109, 109, 109], "type": "scatter", "x": [0.312, 0.312, 0.314, 0.314, 0.312, 0.312], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.314, 0.314, 0.316, 0.316, 0.314, 0.314], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [144, 0, 0, 144, 144, 144], "type": "scatter", "x": [0.316, 0.316, 0.318, 0.318, 0.316, 0.316], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.318, 0.318, 0.32, 0.32, 0.318, 0.318], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [84, 0, 0, 84, 84, 84], "type": "scatter", "x": [0.32, 0.32, 0.322, 0.322, 0.32, 0.32], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.322, 0.322, 0.324, 0.324, 0.322, 0.322], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [142, 0, 0, 142, 142, 142], "type": "scatter", "x": [0.324, 0.324, 0.326, 0.326, 0.324, 0.324], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.326, 0.326, 0.328, 0.328, 0.326, 0.326], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [122, 0, 0, 122, 122, 122], "type": "scatter", "x": [0.328, 0.328, 0.33, 0.33, 0.328, 0.328], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.33, 0.33, 0.332, 0.332, 0.33, 0.33], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [91, 0, 0, 91, 91, 91], "type": "scatter", "x": [0.332, 0.332, 0.334, 0.334, 0.332, 0.332], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.334, 0.334, 0.336, 0.336, 0.334, 0.334], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [94, 0, 0, 94, 94, 94], "type": "scatter", "x": [0.336, 0.336, 0.338, 0.338, 0.336, 0.336], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.338, 0.338, 0.34, 0.34, 0.338, 0.338], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [100, 0, 0, 100, 100, 100], "type": "scatter", "x": [0.34, 0.34, 0.342, 0.342, 0.34, 0.34], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.342, 0.342, 0.34400000000000003, 0.34400000000000003, 0.342, 0.342], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [76, 0, 0, 76, 76, 76], "type": "scatter", "x": [0.34400000000000003, 0.34400000000000003, 0.34600000000000003, 0.34600000000000003, 0.34400000000000003, 0.34400000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.34600000000000003, 0.34600000000000003, 0.34800000000000003, 0.34800000000000003, 0.34600000000000003, 0.34600000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [78, 0, 0, 78, 78, 78], "type": "scatter", "x": [0.34800000000000003, 0.34800000000000003, 0.35000000000000003, 0.35000000000000003, 0.34800000000000003, 0.34800000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.35, 0.35, 0.352, 0.352, 0.35, 0.35], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [73, 0, 0, 73, 73, 73], "type": "scatter", "x": [0.352, 0.352, 0.354, 0.354, 0.352, 0.352], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.354, 0.354, 0.356, 0.356, 0.354, 0.354], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [93, 0, 0, 93, 93, 93], "type": "scatter", "x": [0.356, 0.356, 0.358, 0.358, 0.356, 0.356], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.358, 0.358, 0.36, 0.36, 0.358, 0.358], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [86, 0, 0, 86, 86, 86], "type": "scatter", "x": [0.36, 0.36, 0.362, 0.362, 0.36, 0.36], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.362, 0.362, 0.364, 0.364, 0.362, 0.362], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [75, 0, 0, 75, 75, 75], "type": "scatter", "x": [0.364, 0.364, 0.366, 0.366, 0.364, 0.364], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.366, 0.366, 0.368, 0.368, 0.366, 0.366], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [73, 0, 0, 73, 73, 73], "type": "scatter", "x": [0.368, 0.368, 0.37, 0.37, 0.368, 0.368], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.37, 0.37, 0.372, 0.372, 0.37, 0.37], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [71, 0, 0, 71, 71, 71], "type": "scatter", "x": [0.372, 0.372, 0.374, 0.374, 0.372, 0.372], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.374, 0.374, 0.376, 0.376, 0.374, 0.374], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [56, 0, 0, 56, 56, 56], "type": "scatter", "x": [0.376, 0.376, 0.378, 0.378, 0.376, 0.376], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.378, 0.378, 0.38, 0.38, 0.378, 0.378], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [74, 0, 0, 74, 74, 74], "type": "scatter", "x": [0.38, 0.38, 0.382, 0.382, 0.38, 0.38], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.382, 0.382, 0.384, 0.384, 0.382, 0.382], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [48, 0, 0, 48, 48, 48], "type": "scatter", "x": [0.384, 0.384, 0.386, 0.386, 0.384, 0.384], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.386, 0.386, 0.388, 0.388, 0.386, 0.386], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [66, 0, 0, 66, 66, 66], "type": "scatter", "x": [0.388, 0.388, 0.39, 0.39, 0.388, 0.388], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.39, 0.39, 0.392, 0.392, 0.39, 0.39], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [42, 0, 0, 42, 42, 42], "type": "scatter", "x": [0.392, 0.392, 0.394, 0.394, 0.392, 0.392], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.394, 0.394, 0.396, 0.396, 0.394, 0.394], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [74, 0, 0, 74, 74, 74], "type": "scatter", "x": [0.396, 0.396, 0.398, 0.398, 0.396, 0.396], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.398, 0.398, 0.4, 0.4, 0.398, 0.398], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [57, 0, 0, 57, 57, 57], "type": "scatter", "x": [0.4, 0.4, 0.402, 0.402, 0.4, 0.4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [39, 0, 0, 39, 39, 39], "type": "scatter", "x": [0.402, 0.402, 0.404, 0.404, 0.402, 0.402], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.404, 0.404, 0.406, 0.406, 0.404, 0.404], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [59, 0, 0, 59, 59, 59], "type": "scatter", "x": [0.406, 0.406, 0.40800000000000003, 0.40800000000000003, 0.406, 0.406], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.40800000000000003, 0.40800000000000003, 0.41000000000000003, 0.41000000000000003, 0.40800000000000003, 0.40800000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [48, 0, 0, 48, 48, 48], "type": "scatter", "x": [0.41000000000000003, 0.41000000000000003, 0.41200000000000003, 0.41200000000000003, 0.41000000000000003, 0.41000000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.41200000000000003, 0.41200000000000003, 0.41400000000000003, 0.41400000000000003, 0.41200000000000003, 0.41200000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [54, 0, 0, 54, 54, 54], "type": "scatter", "x": [0.41400000000000003, 0.41400000000000003, 0.41600000000000004, 0.41600000000000004, 0.41400000000000003, 0.41400000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.41600000000000004, 0.41600000000000004, 0.41800000000000004, 0.41800000000000004, 0.41600000000000004, 0.41600000000000004], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [27, 0, 0, 27, 27, 27], "type": "scatter", "x": [0.418, 0.418, 0.42, 0.42, 0.418, 0.418], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.42, 0.42, 0.422, 0.422, 0.42, 0.42], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [48, 0, 0, 48, 48, 48], "type": "scatter", "x": [0.422, 0.422, 0.424, 0.424, 0.422, 0.422], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.424, 0.424, 0.426, 0.426, 0.424, 0.424], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [31, 0, 0, 31, 31, 31], "type": "scatter", "x": [0.426, 0.426, 0.428, 0.428, 0.426, 0.426], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.428, 0.428, 0.43, 0.43, 0.428, 0.428], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [18, 0, 0, 18, 18, 18], "type": "scatter", "x": [0.43, 0.43, 0.432, 0.432, 0.43, 0.43], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.432, 0.432, 0.434, 0.434, 0.432, 0.432], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [26, 0, 0, 26, 26, 26], "type": "scatter", "x": [0.434, 0.434, 0.436, 0.436, 0.434, 0.434], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.436, 0.436, 0.438, 0.438, 0.436, 0.436], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [14, 0, 0, 14, 14, 14], "type": "scatter", "x": [0.438, 0.438, 0.44, 0.44, 0.438, 0.438], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.44, 0.44, 0.442, 0.442, 0.44, 0.44], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [21, 0, 0, 21, 21, 21], "type": "scatter", "x": [0.442, 0.442, 0.444, 0.444, 0.442, 0.442], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.444, 0.444, 0.446, 0.446, 0.444, 0.444], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [20, 0, 0, 20, 20, 20], "type": "scatter", "x": [0.446, 0.446, 0.448, 0.448, 0.446, 0.446], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.448, 0.448, 0.45, 0.45, 0.448, 0.448], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.45, 0.45, 0.452, 0.452, 0.45, 0.45], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.452, 0.452, 0.454, 0.454, 0.452, 0.452], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [17, 0, 0, 17, 17, 17], "type": "scatter", "x": [0.454, 0.454, 0.456, 0.456, 0.454, 0.454], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.456, 0.456, 0.458, 0.458, 0.456, 0.456], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.458, 0.458, 0.46, 0.46, 0.458, 0.458], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.46, 0.46, 0.462, 0.462, 0.46, 0.46], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [18, 0, 0, 18, 18, 18], "type": "scatter", "x": [0.462, 0.462, 0.464, 0.464, 0.462, 0.462], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.464, 0.464, 0.466, 0.466, 0.464, 0.464], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.466, 0.466, 0.468, 0.468, 0.466, 0.466], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.468, 0.468, 0.47000000000000003, 0.47000000000000003, 0.468, 0.468], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.47000000000000003, 0.47000000000000003, 0.47200000000000003, 0.47200000000000003, 0.47000000000000003, 0.47000000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.47200000000000003, 0.47200000000000003, 0.47400000000000003, 0.47400000000000003, 0.47200000000000003, 0.47200000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.47400000000000003, 0.47400000000000003, 0.47600000000000003, 0.47600000000000003, 0.47400000000000003, 0.47400000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.47600000000000003, 0.47600000000000003, 0.47800000000000004, 0.47800000000000004, 0.47600000000000003, 0.47600000000000003], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [0.478, 0.478, 0.48, 0.48, 0.478, 0.478], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.48, 0.48, 0.482, 0.482, 0.48, 0.48], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.482, 0.482, 0.484, 0.484, 0.482, 0.482], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.484, 0.484, 0.486, 0.486, 0.484, 0.484], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.486, 0.486, 0.488, 0.488, 0.486, 0.486], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.488, 0.488, 0.49, 0.49, 0.488, 0.488], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.49, 0.49, 0.492, 0.492, 0.49, 0.49], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.492, 0.492, 0.494, 0.494, 0.492, 0.492], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11, 0, 0, 11, 11, 11], "type": "scatter", "x": [0.494, 0.494, 0.496, 0.496, 0.494, 0.494], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.496, 0.496, 0.498, 0.498, 0.496, 0.496], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.498, 0.498, 0.5, 0.5, 0.498, 0.498], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.5, 0.5, 0.502, 0.502, 0.5, 0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.502, 0.502, 0.504, 0.504, 0.502, 0.502], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.504, 0.504, 0.506, 0.506, 0.504, 0.504], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.506, 0.506, 0.508, 0.508, 0.506, 0.506], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [12, 0, 0, 12, 12, 12], "type": "scatter", "x": [0.508, 0.508, 0.51, 0.51, 0.508, 0.508], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.51, 0.51, 0.512, 0.512, 0.51, 0.51], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.512, 0.512, 0.514, 0.514, 0.512, 0.512], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.514, 0.514, 0.516, 0.516, 0.514, 0.514], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.516, 0.516, 0.518, 0.518, 0.516, 0.516], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.518, 0.518, 0.52, 0.52, 0.518, 0.518], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11, 0, 0, 11, 11, 11], "type": "scatter", "x": [0.52, 0.52, 0.522, 0.522, 0.52, 0.52], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.522, 0.522, 0.524, 0.524, 0.522, 0.522], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.524, 0.524, 0.526, 0.526, 0.524, 0.524], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.526, 0.526, 0.528, 0.528, 0.526, 0.526], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.528, 0.528, 0.53, 0.53, 0.528, 0.528], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.53, 0.53, 0.532, 0.532, 0.53, 0.53], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.532, 0.532, 0.534, 0.534, 0.532, 0.532], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.534, 0.534, 0.536, 0.536, 0.534, 0.534], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.536, 0.536, 0.538, 0.538, 0.536, 0.536], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.538, 0.538, 0.54, 0.54, 0.538, 0.538], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.54, 0.54, 0.542, 0.542, 0.54, 0.54], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.542, 0.542, 0.544, 0.544, 0.542, 0.542], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [0.544, 0.544, 0.546, 0.546, 0.544, 0.544], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.546, 0.546, 0.548, 0.548, 0.546, 0.546], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.548, 0.548, 0.55, 0.55, 0.548, 0.548], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.55, 0.55, 0.552, 0.552, 0.55, 0.55], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [16, 0, 0, 16, 16, 16], "type": "scatter", "x": [0.552, 0.552, 0.554, 0.554, 0.552, 0.552], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.554, 0.554, 0.556, 0.556, 0.554, 0.554], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3, 0, 0, 3, 3, 3], "type": "scatter", "x": [0.556, 0.556, 0.558, 0.558, 0.556, 0.556], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.558, 0.558, 0.56, 0.56, 0.558, 0.558], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13, 0, 0, 13, 13, 13], "type": "scatter", "x": [0.56, 0.56, 0.562, 0.562, 0.56, 0.56], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.562, 0.562, 0.5640000000000001, 0.5640000000000001, 0.562, 0.562], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [0.5640000000000001, 0.5640000000000001, 0.5660000000000001, 0.5660000000000001, 0.5640000000000001, 0.5640000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.5660000000000001, 0.5660000000000001, 0.5680000000000001, 0.5680000000000001, 0.5660000000000001, 0.5660000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [0.5680000000000001, 0.5680000000000001, 0.5700000000000001, 0.5700000000000001, 0.5680000000000001, 0.5680000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.5700000000000001, 0.5700000000000001, 0.5720000000000001, 0.5720000000000001, 0.5700000000000001, 0.5700000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [15, 0, 0, 15, 15, 15], "type": "scatter", "x": [0.5720000000000001, 0.5720000000000001, 0.5740000000000001, 0.5740000000000001, 0.5720000000000001, 0.5720000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.5740000000000001, 0.5740000000000001, 0.5760000000000001, 0.5760000000000001, 0.5740000000000001, 0.5740000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [0.5760000000000001, 0.5760000000000001, 0.5779999999999998, 0.5779999999999998, 0.5760000000000001, 0.5760000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.578, 0.578, 0.58, 0.58, 0.578, 0.578], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.58, 0.58, 0.582, 0.582, 0.58, 0.58], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.582, 0.582, 0.584, 0.584, 0.582, 0.582], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.584, 0.584, 0.586, 0.586, 0.584, 0.584], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.586, 0.586, 0.588, 0.588, 0.586, 0.586], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.588, 0.588, 0.59, 0.59, 0.588, 0.588], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.59, 0.59, 0.592, 0.592, 0.59, 0.59], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.592, 0.592, 0.594, 0.594, 0.592, 0.592], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.594, 0.594, 0.596, 0.596, 0.594, 0.594], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.596, 0.596, 0.598, 0.598, 0.596, 0.596], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.598, 0.598, 0.6, 0.6, 0.598, 0.598], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13, 0, 0, 13, 13, 13], "type": "scatter", "x": [0.6, 0.6, 0.602, 0.602, 0.6, 0.6], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11, 0, 0, 11, 11, 11], "type": "scatter", "x": [0.602, 0.602, 0.604, 0.604, 0.602, 0.602], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.604, 0.604, 0.606, 0.606, 0.604, 0.604], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [0.606, 0.606, 0.608, 0.608, 0.606, 0.606], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.608, 0.608, 0.61, 0.61, 0.608, 0.608], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.61, 0.61, 0.612, 0.612, 0.61, 0.61], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.612, 0.612, 0.614, 0.614, 0.612, 0.612], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [0.614, 0.614, 0.616, 0.616, 0.614, 0.614], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.616, 0.616, 0.618, 0.618, 0.616, 0.616], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [0.618, 0.618, 0.62, 0.62, 0.618, 0.618], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.62, 0.62, 0.622, 0.622, 0.62, 0.62], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.622, 0.622, 0.624, 0.624, 0.622, 0.622], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.624, 0.624, 0.626, 0.626, 0.624, 0.624], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.626, 0.626, 0.628, 0.628, 0.626, 0.626], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.628, 0.628, 0.63, 0.63, 0.628, 0.628], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [0.63, 0.63, 0.632, 0.632, 0.63, 0.63], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.632, 0.632, 0.634, 0.634, 0.632, 0.632], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [0.634, 0.634, 0.636, 0.636, 0.634, 0.634], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.636, 0.636, 0.638, 0.638, 0.636, 0.636], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [0.638, 0.638, 0.64, 0.64, 0.638, 0.638], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.64, 0.64, 0.642, 0.642, 0.64, 0.64], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.642, 0.642, 0.644, 0.644, 0.642, 0.642], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.644, 0.644, 0.646, 0.646, 0.644, 0.644], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [0.646, 0.646, 0.648, 0.648, 0.646, 0.646], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.648, 0.648, 0.65, 0.65, 0.648, 0.648], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.65, 0.65, 0.652, 0.652, 0.65, 0.65], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.652, 0.652, 0.654, 0.654, 0.652, 0.652], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.654, 0.654, 0.656, 0.656, 0.654, 0.654], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.656, 0.656, 0.658, 0.658, 0.656, 0.656], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.658, 0.658, 0.66, 0.66, 0.658, 0.658], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.66, 0.66, 0.662, 0.662, 0.66, 0.66], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.662, 0.662, 0.664, 0.664, 0.662, 0.662], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.664, 0.664, 0.666, 0.666, 0.664, 0.664], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [0.666, 0.666, 0.668, 0.668, 0.666, 0.666], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.668, 0.668, 0.67, 0.67, 0.668, 0.668], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.67, 0.67, 0.672, 0.672, 0.67, 0.67], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.672, 0.672, 0.674, 0.674, 0.672, 0.672], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.674, 0.674, 0.676, 0.676, 0.674, 0.674], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.676, 0.676, 0.678, 0.678, 0.676, 0.676], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.678, 0.678, 0.68, 0.68, 0.678, 0.678], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.68, 0.68, 0.682, 0.682, 0.68, 0.68], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.682, 0.682, 0.684, 0.684, 0.682, 0.682], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.684, 0.684, 0.686, 0.686, 0.684, 0.684], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [0.686, 0.686, 0.6880000000000001, 0.6880000000000001, 0.686, 0.686], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.6880000000000001, 0.6880000000000001, 0.6900000000000001, 0.6900000000000001, 0.6880000000000001, 0.6880000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [0.6900000000000001, 0.6900000000000001, 0.6920000000000001, 0.6920000000000001, 0.6900000000000001, 0.6900000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.6920000000000001, 0.6920000000000001, 0.6940000000000001, 0.6940000000000001, 0.6920000000000001, 0.6920000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.6940000000000001, 0.6940000000000001, 0.6960000000000001, 0.6960000000000001, 0.6940000000000001, 0.6940000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.6960000000000001, 0.6960000000000001, 0.6980000000000001, 0.6980000000000001, 0.6960000000000001, 0.6960000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.6980000000000001, 0.6980000000000001, 0.7000000000000001, 0.7000000000000001, 0.6980000000000001, 0.6980000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.7000000000000001, 0.7000000000000001, 0.7020000000000001, 0.7020000000000001, 0.7000000000000001, 0.7000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.7020000000000002, 0.7020000000000002, 0.704, 0.704, 0.7020000000000002, 0.7020000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [17, 0, 0, 17, 17, 17], "type": "scatter", "x": [0.704, 0.704, 0.706, 0.706, 0.704, 0.704], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.706, 0.706, 0.708, 0.708, 0.706, 0.706], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.708, 0.708, 0.71, 0.71, 0.708, 0.708], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.71, 0.71, 0.712, 0.712, 0.71, 0.71], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.712, 0.712, 0.714, 0.714, 0.712, 0.712], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.714, 0.714, 0.716, 0.716, 0.714, 0.714], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.716, 0.716, 0.718, 0.718, 0.716, 0.716], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.718, 0.718, 0.72, 0.72, 0.718, 0.718], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [0.72, 0.72, 0.722, 0.722, 0.72, 0.72], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.722, 0.722, 0.724, 0.724, 0.722, 0.722], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.724, 0.724, 0.726, 0.726, 0.724, 0.724], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.726, 0.726, 0.728, 0.728, 0.726, 0.726], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.728, 0.728, 0.73, 0.73, 0.728, 0.728], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.73, 0.73, 0.732, 0.732, 0.73, 0.73], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.732, 0.732, 0.734, 0.734, 0.732, 0.732], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.734, 0.734, 0.736, 0.736, 0.734, 0.734], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.736, 0.736, 0.738, 0.738, 0.736, 0.736], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.738, 0.738, 0.74, 0.74, 0.738, 0.738], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.74, 0.74, 0.742, 0.742, 0.74, 0.74], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.742, 0.742, 0.744, 0.744, 0.742, 0.742], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.744, 0.744, 0.746, 0.746, 0.744, 0.744], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.746, 0.746, 0.748, 0.748, 0.746, 0.746], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.748, 0.748, 0.75, 0.75, 0.748, 0.748], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.75, 0.75, 0.752, 0.752, 0.75, 0.75], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.752, 0.752, 0.754, 0.754, 0.752, 0.752], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.754, 0.754, 0.756, 0.756, 0.754, 0.754], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.756, 0.756, 0.758, 0.758, 0.756, 0.756], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.758, 0.758, 0.76, 0.76, 0.758, 0.758], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.76, 0.76, 0.762, 0.762, 0.76, 0.76], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.762, 0.762, 0.764, 0.764, 0.762, 0.762], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.764, 0.764, 0.766, 0.766, 0.764, 0.764], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.766, 0.766, 0.768, 0.768, 0.766, 0.766], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [0.768, 0.768, 0.77, 0.77, 0.768, 0.768], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.77, 0.77, 0.772, 0.772, 0.77, 0.77], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [0.772, 0.772, 0.774, 0.774, 0.772, 0.772], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.774, 0.774, 0.776, 0.776, 0.774, 0.774], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.776, 0.776, 0.778, 0.778, 0.776, 0.776], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.778, 0.778, 0.78, 0.78, 0.778, 0.778], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.78, 0.78, 0.782, 0.782, 0.78, 0.78], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.782, 0.782, 0.784, 0.784, 0.782, 0.782], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.784, 0.784, 0.786, 0.786, 0.784, 0.784], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.786, 0.786, 0.788, 0.788, 0.786, 0.786], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.788, 0.788, 0.79, 0.79, 0.788, 0.788], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.79, 0.79, 0.792, 0.792, 0.79, 0.79], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [6, 0, 0, 6, 6, 6], "type": "scatter", "x": [0.792, 0.792, 0.794, 0.794, 0.792, 0.792], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.794, 0.794, 0.796, 0.796, 0.794, 0.794], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.796, 0.796, 0.798, 0.798, 0.796, 0.796], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.798, 0.798, 0.8, 0.8, 0.798, 0.798], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.8, 0.8, 0.802, 0.802, 0.8, 0.8], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.802, 0.802, 0.804, 0.804, 0.802, 0.802], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.804, 0.804, 0.806, 0.806, 0.804, 0.804], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [13, 0, 0, 13, 13, 13], "type": "scatter", "x": [0.806, 0.806, 0.808, 0.808, 0.806, 0.806], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.808, 0.808, 0.81, 0.81, 0.808, 0.808], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.81, 0.81, 0.812, 0.812, 0.81, 0.81], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.812, 0.812, 0.8140000000000001, 0.8140000000000001, 0.812, 0.812], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [15, 0, 0, 15, 15, 15], "type": "scatter", "x": [0.8140000000000001, 0.8140000000000001, 0.8160000000000001, 0.8160000000000001, 0.8140000000000001, 0.8140000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.8160000000000001, 0.8160000000000001, 0.8180000000000001, 0.8180000000000001, 0.8160000000000001, 0.8160000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5, 0, 0, 5, 5, 5], "type": "scatter", "x": [0.8180000000000001, 0.8180000000000001, 0.8200000000000001, 0.8200000000000001, 0.8180000000000001, 0.8180000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.8200000000000001, 0.8200000000000001, 0.8220000000000001, 0.8220000000000001, 0.8200000000000001, 0.8200000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.8220000000000001, 0.8220000000000001, 0.8240000000000001, 0.8240000000000001, 0.8220000000000001, 0.8220000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.8240000000000001, 0.8240000000000001, 0.8260000000000001, 0.8260000000000001, 0.8240000000000001, 0.8240000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.8260000000000001, 0.8260000000000001, 0.8280000000000001, 0.8280000000000001, 0.8260000000000001, 0.8260000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.8280000000000001, 0.8280000000000001, 0.8300000000000001, 0.8300000000000001, 0.8280000000000001, 0.8280000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.8300000000000001, 0.8300000000000001, 0.8320000000000001, 0.8320000000000001, 0.8300000000000001, 0.8300000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.8320000000000001, 0.8320000000000001, 0.8339999999999999, 0.8339999999999999, 0.8320000000000001, 0.8320000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3, 0, 0, 3, 3, 3], "type": "scatter", "x": [0.834, 0.834, 0.836, 0.836, 0.834, 0.834], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.836, 0.836, 0.838, 0.838, 0.836, 0.836], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.838, 0.838, 0.84, 0.84, 0.838, 0.838], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.84, 0.84, 0.842, 0.842, 0.84, 0.84], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.842, 0.842, 0.844, 0.844, 0.842, 0.842], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.844, 0.844, 0.846, 0.846, 0.844, 0.844], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [15, 0, 0, 15, 15, 15], "type": "scatter", "x": [0.846, 0.846, 0.848, 0.848, 0.846, 0.846], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.848, 0.848, 0.85, 0.85, 0.848, 0.848], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11, 0, 0, 11, 11, 11], "type": "scatter", "x": [0.85, 0.85, 0.852, 0.852, 0.85, 0.85], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.852, 0.852, 0.854, 0.854, 0.852, 0.852], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7, 0, 0, 7, 7, 7], "type": "scatter", "x": [0.854, 0.854, 0.856, 0.856, 0.854, 0.854], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.856, 0.856, 0.858, 0.858, 0.856, 0.856], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [8, 0, 0, 8, 8, 8], "type": "scatter", "x": [0.858, 0.858, 0.86, 0.86, 0.858, 0.858], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.86, 0.86, 0.862, 0.862, 0.86, 0.86], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9, 0, 0, 9, 9, 9], "type": "scatter", "x": [0.862, 0.862, 0.864, 0.864, 0.862, 0.862], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.864, 0.864, 0.866, 0.866, 0.864, 0.864], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [12, 0, 0, 12, 12, 12], "type": "scatter", "x": [0.866, 0.866, 0.868, 0.868, 0.866, 0.866], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.868, 0.868, 0.87, 0.87, 0.868, 0.868], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11, 0, 0, 11, 11, 11], "type": "scatter", "x": [0.87, 0.87, 0.872, 0.872, 0.87, 0.87], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.872, 0.872, 0.874, 0.874, 0.872, 0.872], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.874, 0.874, 0.876, 0.876, 0.874, 0.874], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.876, 0.876, 0.878, 0.878, 0.876, 0.876], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [20, 0, 0, 20, 20, 20], "type": "scatter", "x": [0.878, 0.878, 0.88, 0.88, 0.878, 0.878], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.88, 0.88, 0.882, 0.882, 0.88, 0.88], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [14, 0, 0, 14, 14, 14], "type": "scatter", "x": [0.882, 0.882, 0.884, 0.884, 0.882, 0.882], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.884, 0.884, 0.886, 0.886, 0.884, 0.884], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.886, 0.886, 0.888, 0.888, 0.886, 0.886], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.888, 0.888, 0.89, 0.89, 0.888, 0.888], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [15, 0, 0, 15, 15, 15], "type": "scatter", "x": [0.89, 0.89, 0.892, 0.892, 0.89, 0.89], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.892, 0.892, 0.894, 0.894, 0.892, 0.892], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.894, 0.894, 0.896, 0.896, 0.894, 0.894], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.896, 0.896, 0.898, 0.898, 0.896, 0.896], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10, 0, 0, 10, 10, 10], "type": "scatter", "x": [0.898, 0.898, 0.9, 0.9, 0.898, 0.898], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [11, 0, 0, 11, 11, 11], "type": "scatter", "x": [0.9, 0.9, 0.902, 0.902, 0.9, 0.9], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.902, 0.902, 0.904, 0.904, 0.902, 0.902], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [12, 0, 0, 12, 12, 12], "type": "scatter", "x": [0.904, 0.904, 0.906, 0.906, 0.904, 0.904], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.906, 0.906, 0.908, 0.908, 0.906, 0.906], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [17, 0, 0, 17, 17, 17], "type": "scatter", "x": [0.908, 0.908, 0.91, 0.91, 0.908, 0.908], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.91, 0.91, 0.912, 0.912, 0.91, 0.91], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [21, 0, 0, 21, 21, 21], "type": "scatter", "x": [0.912, 0.912, 0.914, 0.914, 0.912, 0.912], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.914, 0.914, 0.916, 0.916, 0.914, 0.914], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [20, 0, 0, 20, 20, 20], "type": "scatter", "x": [0.916, 0.916, 0.918, 0.918, 0.916, 0.916], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.918, 0.918, 0.92, 0.92, 0.918, 0.918], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [17, 0, 0, 17, 17, 17], "type": "scatter", "x": [0.92, 0.92, 0.922, 0.922, 0.92, 0.92], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.922, 0.922, 0.924, 0.924, 0.922, 0.922], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [19, 0, 0, 19, 19, 19], "type": "scatter", "x": [0.924, 0.924, 0.926, 0.926, 0.924, 0.924], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.926, 0.926, 0.928, 0.928, 0.926, 0.926], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [12, 0, 0, 12, 12, 12], "type": "scatter", "x": [0.928, 0.928, 0.93, 0.93, 0.928, 0.928], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.93, 0.93, 0.932, 0.932, 0.93, 0.93], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [17, 0, 0, 17, 17, 17], "type": "scatter", "x": [0.932, 0.932, 0.934, 0.934, 0.932, 0.932], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.934, 0.934, 0.936, 0.936, 0.934, 0.934], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [17, 0, 0, 17, 17, 17], "type": "scatter", "x": [0.936, 0.936, 0.9380000000000001, 0.9380000000000001, 0.936, 0.936], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.9380000000000001, 0.9380000000000001, 0.9400000000000001, 0.9400000000000001, 0.9380000000000001, 0.9380000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [44, 0, 0, 44, 44, 44], "type": "scatter", "x": [0.9400000000000001, 0.9400000000000001, 0.9420000000000001, 0.9420000000000001, 0.9400000000000001, 0.9400000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.9420000000000001, 0.9420000000000001, 0.9440000000000001, 0.9440000000000001, 0.9420000000000001, 0.9420000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [47, 0, 0, 47, 47, 47], "type": "scatter", "x": [0.9440000000000001, 0.9440000000000001, 0.9460000000000001, 0.9460000000000001, 0.9440000000000001, 0.9440000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.9460000000000001, 0.9460000000000001, 0.9480000000000001, 0.9480000000000001, 0.9460000000000001, 0.9460000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [36, 0, 0, 36, 36, 36], "type": "scatter", "x": [0.9480000000000001, 0.9480000000000001, 0.9500000000000001, 0.9500000000000001, 0.9480000000000001, 0.9480000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.9500000000000001, 0.9500000000000001, 0.9520000000000001, 0.9520000000000001, 0.9500000000000001, 0.9500000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [47, 0, 0, 47, 47, 47], "type": "scatter", "x": [0.9520000000000001, 0.9520000000000001, 0.9540000000000001, 0.9540000000000001, 0.9520000000000001, 0.9520000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.9540000000000001, 0.9540000000000001, 0.9560000000000001, 0.9560000000000001, 0.9540000000000001, 0.9540000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [32, 0, 0, 32, 32, 32], "type": "scatter", "x": [0.9560000000000001, 0.9560000000000001, 0.9580000000000001, 0.9580000000000001, 0.9560000000000001, 0.9560000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.9580000000000002, 0.9580000000000002, 0.96, 0.96, 0.9580000000000002, 0.9580000000000002], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [59, 0, 0, 59, 59, 59], "type": "scatter", "x": [0.96, 0.96, 0.962, 0.962, 0.96, 0.96], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.962, 0.962, 0.964, 0.964, 0.962, 0.962], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [61, 0, 0, 61, 61, 61], "type": "scatter", "x": [0.964, 0.964, 0.966, 0.966, 0.964, 0.964], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.966, 0.966, 0.968, 0.968, 0.966, 0.966], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [76, 0, 0, 76, 76, 76], "type": "scatter", "x": [0.968, 0.968, 0.97, 0.97, 0.968, 0.968], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.97, 0.97, 0.972, 0.972, 0.97, 0.97], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [99, 0, 0, 99, 99, 99], "type": "scatter", "x": [0.972, 0.972, 0.974, 0.974, 0.972, 0.972], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.974, 0.974, 0.976, 0.976, 0.974, 0.974], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [111, 0, 0, 111, 111, 111], "type": "scatter", "x": [0.976, 0.976, 0.978, 0.978, 0.976, 0.976], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.978, 0.978, 0.98, 0.98, 0.978, 0.978], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [133, 0, 0, 133, 133, 133], "type": "scatter", "x": [0.98, 0.98, 0.982, 0.982, 0.98, 0.98], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.982, 0.982, 0.984, 0.984, 0.982, 0.982], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [668, 0, 0, 668, 668, 668], "type": "scatter", "x": [0.984, 0.984, 0.986, 0.986, 0.984, 0.984], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.986, 0.986, 0.988, 0.988, 0.986, 0.986], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [256, 0, 0, 256, 256, 256], "type": "scatter", "x": [0.988, 0.988, 0.99, 0.99, 0.988, 0.988], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.99, 0.99, 0.992, 0.992, 0.99, 0.99], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [577, 0, 0, 577, 577, 577], "type": "scatter", "x": [0.992, 0.992, 0.994, 0.994, 0.992, 0.992], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.994, 0.994, 0.996, 0.996, 0.994, 0.994], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1206, 0, 0, 1206, 1206, 1206], "type": "scatter", "x": [0.996, 0.996, 0.998, 0.998, 0.996, 0.996], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [0, 0, 0, 0, 0, 0], "type": "scatter", "x": [0.998, 0.998, 1, 1, 0.998, 0.998], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x8", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y8", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [734, 0, 0, 734, 734, 734], "type": "scatter", "x": [0.9999999999999999, 0.9999999999999999, 1.0019999999999998, 1.0019999999999998, 0.9999999999999999, 0.9999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x8", "colorbar": {"y": 0.16145833333333348, "title": {"text": ""}, "len": 0.2852963692038495, "x": 0.6580417031204433}, "name": "y1", "yaxis": "y8", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "y": [44794, 11175, 0, 10984, 0, 12305, 0, 12937, 0, 13524, 0, 15023, 0, 16863, 0, 19981, 0, 24804, 0, 27725, 0, 30033, 0, 30445, 0, 27567, 0, 24433, 0, 21594, 0, 18841, 0, 17714, 0, 17028, 0, 16353, 0, 15077, 0, 13621, 0, 12926, 0, 11803, 0, 10476, 0, 8925, 7828, 0, 6404, 0, 5011, 0, 3844, 0, 2927, 0, 2286, 0, 1788, 0, 1435, 0, 1248, 0, 1001, 0, 902, 0, 778, 0, 680, 0, 676, 0, 564, 0, 518, 0, 519, 0, 462, 0, 463, 0, 393, 0, 405, 0, 368, 0, 332, 0, 330, 0, 305, 0, 283, 323, 0, 268, 0, 281, 0, 242, 0, 231, 0, 240, 0, 241, 0, 244, 0, 215, 0, 187, 0, 180, 0, 213, 0, 195, 0, 203, 0, 189, 0, 158, 0, 180, 0, 156, 0, 147, 0, 150, 0, 141, 0, 149, 0, 133, 0, 130, 0, 144, 151, 0, 122, 0, 139, 0, 109, 0, 144, 0, 84, 0, 142, 0, 122, 0, 91, 0, 94, 0, 100, 0, 76, 0, 78, 0, 73, 0, 93, 0, 86, 0, 75, 0, 73, 0, 71, 0, 56, 0, 74, 0, 48, 0, 66, 0, 42, 0, 74, 0, 57, 39, 0, 59, 0, 48, 0, 54, 0, 27, 0, 48, 0, 31, 0, 18, 0, 26, 0, 14, 0, 21, 0, 20, 0, 9, 0, 17, 0, 10, 0, 18, 0, 10, 0, 9, 0, 8, 0, 6, 0, 7, 0, 9, 0, 8, 0, 11, 0, 7, 8, 0, 9, 0, 12, 0, 5, 0, 9, 0, 11, 0, 7, 0, 9, 0, 7, 0, 8, 0, 10, 0, 6, 0, 5, 0, 16, 0, 3, 0, 13, 0, 4, 0, 4, 0, 15, 0, 4, 0, 10, 0, 8, 0, 9, 0, 8, 0, 5, 0, 13, 11, 0, 4, 0, 5, 0, 6, 0, 4, 0, 5, 0, 9, 0, 6, 0, 4, 0, 4, 0, 7, 0, 4, 0, 8, 0, 7, 0, 10, 0, 5, 0, 4, 0, 9, 0, 5, 0, 7, 0, 10, 0, 6, 0, 4, 0, 8, 0, 8, 5, 0, 17, 0, 7, 0, 7, 0, 7, 0, 6, 0, 10, 0, 7, 0, 7, 0, 8, 0, 7, 0, 9, 0, 8, 0, 8, 0, 9, 0, 5, 0, 5, 0, 6, 0, 6, 0, 10, 0, 7, 0, 5, 0, 9, 0, 6, 0, 7, 0, 9, 5, 0, 13, 0, 9, 0, 15, 0, 5, 0, 8, 0, 8, 0, 9, 0, 3, 0, 10, 0, 10, 0, 15, 0, 11, 0, 7, 0, 8, 0, 9, 0, 12, 0, 11, 0, 10, 0, 20, 0, 14, 0, 10, 0, 15, 0, 10, 0, 10, 11, 0, 12, 0, 17, 0, 21, 0, 20, 0, 17, 0, 19, 0, 12, 0, 17, 0, 17, 0, 44, 0, 47, 0, 36, 0, 47, 0, 32, 0, 59, 0, 61, 0, 76, 0, 99, 0, 111, 0, 133, 0, 668, 0, 256, 0, 577, 0, 1206, 0, 734], "type": "scatter", "x": [0.001, 0.003, 0.005, 0.007, 0.009000000000000001, 0.011, 0.013000000000000001, 0.015, 0.017, 0.019000000000000003, 0.020999999999999998, 0.023, 0.025, 0.027000000000000003, 0.028999999999999998, 0.031, 0.033, 0.035, 0.037000000000000005, 0.039, 0.041, 0.043, 0.045, 0.047, 0.049, 0.051000000000000004, 0.053000000000000005, 0.055, 0.057, 0.059, 0.061, 0.063, 0.065, 0.067, 0.069, 0.07100000000000001, 0.07300000000000001, 0.075, 0.077, 0.079, 0.081, 0.083, 0.085, 0.087, 0.089, 0.091, 0.093, 0.095, 0.097, 0.099, 0.101, 0.10300000000000001, 0.10500000000000001, 0.107, 0.109, 0.111, 0.113, 0.115, 0.117, 0.119, 0.121, 0.123, 0.125, 0.127, 0.129, 0.131, 0.133, 0.135, 0.137, 0.139, 0.14100000000000001, 0.14300000000000002, 0.14500000000000002, 0.147, 0.149, 0.151, 0.153, 0.155, 0.157, 0.159, 0.161, 0.163, 0.165, 0.167, 0.169, 0.171, 0.17300000000000001, 0.175, 0.177, 0.179, 0.181, 0.183, 0.185, 0.187, 0.189, 0.191, 0.193, 0.195, 0.197, 0.199, 0.201, 0.203, 0.20500000000000002, 0.20700000000000002, 0.20900000000000002, 0.211, 0.213, 0.215, 0.217, 0.219, 0.221, 0.223, 0.225, 0.227, 0.229, 0.231, 0.233, 0.23500000000000001, 0.23700000000000002, 0.239, 0.241, 0.243, 0.245, 0.247, 0.249, 0.251, 0.253, 0.255, 0.257, 0.259, 0.261, 0.263, 0.265, 0.267, 0.269, 0.271, 0.273, 0.275, 0.277, 0.279, 0.281, 0.28300000000000003, 0.28500000000000003, 0.28700000000000003, 0.28900000000000003, 0.291, 0.293, 0.295, 0.297, 0.299, 0.301, 0.303, 0.305, 0.307, 0.309, 0.311, 0.313, 0.315, 0.317, 0.319, 0.321, 0.323, 0.325, 0.327, 0.329, 0.331, 0.333, 0.335, 0.337, 0.339, 0.341, 0.343, 0.34500000000000003, 0.34700000000000003, 0.34900000000000003, 0.351, 0.353, 0.355, 0.357, 0.359, 0.361, 0.363, 0.365, 0.367, 0.369, 0.371, 0.373, 0.375, 0.377, 0.379, 0.381, 0.383, 0.385, 0.387, 0.389, 0.391, 0.393, 0.395, 0.397, 0.399, 0.401, 0.403, 0.405, 0.40700000000000003, 0.40900000000000003, 0.41100000000000003, 0.41300000000000003, 0.41500000000000004, 0.41700000000000004, 0.419, 0.421, 0.423, 0.425, 0.427, 0.429, 0.431, 0.433, 0.435, 0.437, 0.439, 0.441, 0.443, 0.445, 0.447, 0.449, 0.451, 0.453, 0.455, 0.457, 0.459, 0.461, 0.463, 0.465, 0.467, 0.46900000000000003, 0.47100000000000003, 0.47300000000000003, 0.47500000000000003, 0.47700000000000004, 0.479, 0.481, 0.483, 0.485, 0.487, 0.489, 0.491, 0.493, 0.495, 0.497, 0.499, 0.501, 0.503, 0.505, 0.507, 0.509, 0.511, 0.513, 0.515, 0.517, 0.519, 0.521, 0.523, 0.525, 0.527, 0.529, 0.531, 0.533, 0.535, 0.537, 0.539, 0.541, 0.543, 0.545, 0.547, 0.549, 0.551, 0.553, 0.555, 0.557, 0.559, 0.561, 0.5630000000000001, 0.5650000000000001, 0.5670000000000001, 0.5690000000000001, 0.5710000000000001, 0.5730000000000001, 0.5750000000000001, 0.577, 0.579, 0.581, 0.583, 0.585, 0.587, 0.589, 0.591, 0.593, 0.595, 0.597, 0.599, 0.601, 0.603, 0.605, 0.607, 0.609, 0.611, 0.613, 0.615, 0.617, 0.619, 0.621, 0.623, 0.625, 0.627, 0.629, 0.631, 0.633, 0.635, 0.637, 0.639, 0.641, 0.643, 0.645, 0.647, 0.649, 0.651, 0.653, 0.655, 0.657, 0.659, 0.661, 0.663, 0.665, 0.667, 0.669, 0.671, 0.673, 0.675, 0.677, 0.679, 0.681, 0.683, 0.685, 0.687, 0.6890000000000001, 0.6910000000000001, 0.6930000000000001, 0.6950000000000001, 0.6970000000000001, 0.6990000000000001, 0.7010000000000001, 0.7030000000000001, 0.705, 0.707, 0.709, 0.711, 0.713, 0.715, 0.717, 0.719, 0.721, 0.723, 0.725, 0.727, 0.729, 0.731, 0.733, 0.735, 0.737, 0.739, 0.741, 0.743, 0.745, 0.747, 0.749, 0.751, 0.753, 0.755, 0.757, 0.759, 0.761, 0.763, 0.765, 0.767, 0.769, 0.771, 0.773, 0.775, 0.777, 0.779, 0.781, 0.783, 0.785, 0.787, 0.789, 0.791, 0.793, 0.795, 0.797, 0.799, 0.801, 0.803, 0.805, 0.807, 0.809, 0.811, 0.8130000000000001, 0.8150000000000001, 0.8170000000000001, 0.8190000000000001, 0.8210000000000001, 0.8230000000000001, 0.8250000000000001, 0.8270000000000001, 0.8290000000000001, 0.8310000000000001, 0.833, 0.835, 0.837, 0.839, 0.841, 0.843, 0.845, 0.847, 0.849, 0.851, 0.853, 0.855, 0.857, 0.859, 0.861, 0.863, 0.865, 0.867, 0.869, 0.871, 0.873, 0.875, 0.877, 0.879, 0.881, 0.883, 0.885, 0.887, 0.889, 0.891, 0.893, 0.895, 0.897, 0.899, 0.901, 0.903, 0.905, 0.907, 0.909, 0.911, 0.913, 0.915, 0.917, 0.919, 0.921, 0.923, 0.925, 0.927, 0.929, 0.931, 0.933, 0.935, 0.937, 0.9390000000000001, 0.9410000000000001, 0.9430000000000001, 0.9450000000000001, 0.9470000000000001, 0.9490000000000001, 0.9510000000000001, 0.9530000000000001, 0.9550000000000001, 0.9570000000000001, 0.9590000000000001, 0.961, 0.963, 0.965, 0.967, 0.969, 0.971, 0.973, 0.975, 0.977, 0.979, 0.981, 0.983, 0.985, 0.987, 0.989, 0.991, 0.993, 0.995, 0.997, 0.999, 1.001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 501, "currentCount": 501}}}, {"showlegend": true, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [235396, 0, 0, 235396, 235396, 235396], "type": "scatter", "x": [0, 0, 0.02, 0.02, 0, 0], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [10200, 0, 0, 10200, 10200, 10200], "type": "scatter", "x": [0.019999999999999997, 0.019999999999999997, 0.04, 0.04, 0.019999999999999997, 0.019999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [7555, 0, 0, 7555, 7555, 7555], "type": "scatter", "x": [0.04000000000000001, 0.04000000000000001, 0.06, 0.06, 0.04000000000000001, 0.04000000000000001], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5074, 0, 0, 5074, 5074, 5074], "type": "scatter", "x": [0.060000000000000005, 0.060000000000000005, 0.08000000000000002, 0.08000000000000002, 0.060000000000000005, 0.060000000000000005], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3827, 0, 0, 3827, 3827, 3827], "type": "scatter", "x": [0.07999999999999999, 0.07999999999999999, 0.1, 0.1, 0.07999999999999999, 0.07999999999999999], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3271, 0, 0, 3271, 3271, 3271], "type": "scatter", "x": [0.1, 0.1, 0.12, 0.12, 0.1, 0.1], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2848, 0, 0, 2848, 2848, 2848], "type": "scatter", "x": [0.12, 0.12, 0.14, 0.14, 0.12, 0.12], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2482, 0, 0, 2482, 2482, 2482], "type": "scatter", "x": [0.14, 0.14, 0.16000000000000003, 0.16000000000000003, 0.14, 0.14], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1792, 0, 0, 1792, 1792, 1792], "type": "scatter", "x": [0.15999999999999998, 0.15999999999999998, 0.18, 0.18, 0.15999999999999998, 0.15999999999999998], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1471, 0, 0, 1471, 1471, 1471], "type": "scatter", "x": [0.18, 0.18, 0.2, 0.2, 0.18, 0.18], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1372, 0, 0, 1372, 1372, 1372], "type": "scatter", "x": [0.2, 0.2, 0.22000000000000003, 0.22000000000000003, 0.2, 0.2], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1154, 0, 0, 1154, 1154, 1154], "type": "scatter", "x": [0.21999999999999997, 0.21999999999999997, 0.24, 0.24, 0.21999999999999997, 0.21999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1050, 0, 0, 1050, 1050, 1050], "type": "scatter", "x": [0.24, 0.24, 0.26, 0.26, 0.24, 0.24], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1034, 0, 0, 1034, 1034, 1034], "type": "scatter", "x": [0.26, 0.26, 0.28, 0.28, 0.26, 0.26], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1163, 0, 0, 1163, 1163, 1163], "type": "scatter", "x": [0.28, 0.28, 0.30000000000000004, 0.30000000000000004, 0.28, 0.28], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1438, 0, 0, 1438, 1438, 1438], "type": "scatter", "x": [0.3, 0.3, 0.32, 0.32, 0.3, 0.3], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3872, 0, 0, 3872, 3872, 3872], "type": "scatter", "x": [0.32, 0.32, 0.34, 0.34, 0.32, 0.32], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [5081, 0, 0, 5081, 5081, 5081], "type": "scatter", "x": [0.33999999999999997, 0.33999999999999997, 0.36, 0.36, 0.33999999999999997, 0.33999999999999997], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3710, 0, 0, 3710, 3710, 3710], "type": "scatter", "x": [0.36, 0.36, 0.38, 0.38, 0.36, 0.36], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3541, 0, 0, 3541, 3541, 3541], "type": "scatter", "x": [0.38, 0.38, 0.4, 0.4, 0.38, 0.38], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3448, 0, 0, 3448, 3448, 3448], "type": "scatter", "x": [0.4, 0.4, 0.42000000000000004, 0.42000000000000004, 0.4, 0.4], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9939, 0, 0, 9939, 9939, 9939], "type": "scatter", "x": [0.42, 0.42, 0.44, 0.44, 0.42, 0.42], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [23082, 0, 0, 23082, 23082, 23082], "type": "scatter", "x": [0.44, 0.44, 0.46, 0.46, 0.44, 0.44], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [23642, 0, 0, 23642, 23642, 23642], "type": "scatter", "x": [0.45999999999999996, 0.45999999999999996, 0.48, 0.48, 0.45999999999999996, 0.45999999999999996], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [29027, 0, 0, 29027, 29027, 29027], "type": "scatter", "x": [0.48, 0.48, 0.5, 0.5, 0.48, 0.48], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [9321, 0, 0, 9321, 9321, 9321], "type": "scatter", "x": [0.5, 0.5, 0.52, 0.52, 0.5, 0.5], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [3893, 0, 0, 3893, 3893, 3893], "type": "scatter", "x": [0.52, 0.52, 0.54, 0.54, 0.52, 0.52], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2425, 0, 0, 2425, 2425, 2425], "type": "scatter", "x": [0.54, 0.54, 0.56, 0.56, 0.54, 0.54], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [797, 0, 0, 797, 797, 797], "type": "scatter", "x": [0.56, 0.56, 0.5800000000000001, 0.5800000000000001, 0.56, 0.56], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [796, 0, 0, 796, 796, 796], "type": "scatter", "x": [0.58, 0.58, 0.6, 0.6, 0.58, 0.58], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [2098, 0, 0, 2098, 2098, 2098], "type": "scatter", "x": [0.6, 0.6, 0.62, 0.62, 0.6, 0.6], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [468, 0, 0, 468, 468, 468], "type": "scatter", "x": [0.62, 0.62, 0.64, 0.64, 0.62, 0.62], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [4, 0, 0, 4, 4, 4], "type": "scatter", "x": [0.64, 0.64, 0.66, 0.66, 0.64, 0.64], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "lines", "xaxis": "x9", "fillcolor": "rgba(0, 154, 250, 1.000)", "name": "y1", "fill": "tozeroy", "yaxis": "y9", "legendgroup": "y1", "line": {"color": "rgba(0, 0, 0, 1)", "dash": "solid", "width": 1}, "y": [1, 0, 0, 1, 1, 1], "type": "scatter", "x": [0.66, 0.66, 0.68, 0.68, 0.66, 0.66], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 6, "currentCount": 6}}}, {"showlegend": false, "mode": "markers", "xaxis": "x9", "colorbar": {"y": 0.16145833333333348, "title": {"text": ""}, "len": 0.2852963692038495, "x": 0.9950787401574803}, "name": "y1", "yaxis": "y9", "legendgroup": "y1", "marker": {"symbol": "circle", "color": "rgba(0, 154, 250, 0.000)", "line": {"color": "rgba(0, 0, 0, 0)", "width": 1}, "size": 0}, "y": [235396, 10200, 7555, 5074, 3827, 3271, 2848, 2482, 1792, 1471, 1372, 1154, 1050, 1034, 1163, 1438, 3872, 5081, 3710, 3541, 3448, 9939, 23082, 23642, 29027, 9321, 3893, 2425, 797, 796, 2098, 468, 4, 1], "type": "scatter", "x": [0.01, 0.03, 0.05, 0.07, 0.09, 0.11, 0.13, 0.15000000000000002, 0.16999999999999998, 0.19, 0.21000000000000002, 0.22999999999999998, 0.25, 0.27, 0.29000000000000004, 0.31, 0.33, 0.35, 0.37, 0.39, 0.41000000000000003, 0.43, 0.45, 0.47, 0.49, 0.51, 0.53, 0.55, 0.5700000000000001, 0.59, 0.61, 0.63, 0.65, 0.67], "zaxis": null, "z": null, "metadata": {"shouldEnableSmartZoom": false, "smartZoomParams": {"minCount": 25000, "maxCount": 34, "currentCount": 34}}}], "config": {"paper_bgcolor": "rgba(255, 255, 255, 1.000)", "xaxis7": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.25, 0.5, 0.75, 1], "range": [-0.0630360000000002, 1.0830360000000003], "domain": [0.08269903762029746, 0.32100466608340616], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y7", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "xaxis8": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.25, 0.5, 0.75, 1], "range": [-0.06192359999999997, 1.0639235999999999], "domain": [0.4197360746573344, 0.6580417031204433], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y8", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "height": 800, "yaxis4": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 2500, 5000, 7500, 10000], "range": [0, 11484], "domain": [0.352143482064742, 0.6374398512685915], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "2500", "5000", "7500", "10000"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x4", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "yaxis2": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 20000, 40000, 60000], "range": [0, 70657], "domain": [0.6854768153980753, 0.9707731846019247], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "2.0×10⁴", "4.0×10⁴", "6.0×10⁴"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x2", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "xaxis3": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.2, 0.4, 0.6000000000000001, 0.8], "range": [-0.055929000000000006, 0.960929], "domain": [0.7567731116943716, 0.9950787401574803], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.0", "0.2", "0.4", "0.6", "0.8"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y3", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "xaxis4": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.25, 0.5, 0.75, 1], "range": [-0.062417999999999974, 1.0724179999999999], "domain": [0.08269903762029746, 0.32100466608340616], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y4", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "annotations": [{"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Source", "xref": "paper", "x": 0.20185185185185184}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Reference", "xref": "paper", "x": 0.5388888888888889}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 1, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Histograms Matched", "xref": "paper", "x": 0.8759259259259259}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.6666666666666667, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Source", "xref": "paper", "x": 0.20185185185185184}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.6666666666666667, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Reference", "xref": "paper", "x": 0.5388888888888889}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.6666666666666667, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Histograms Matched", "xref": "paper", "x": 0.8759259259259259}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.3333333333333334, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Source", "xref": "paper", "x": 0.20185185185185184}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.3333333333333334, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Reference", "xref": "paper", "x": 0.5388888888888889}, {"yanchor": "top", "xanchor": "center", "rotation": 0, "y": 0.3333333333333334, "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 20}, "yref": "paper", "showarrow": false, "text": "Histograms Matched", "xref": "paper", "x": 0.8759259259259259}], "yaxis6": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 2000, 4000, 6000, 8000], "range": [0, 9804], "domain": [0.352143482064742, 0.6374398512685915], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "2000", "4000", "6000", "8000"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x6", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "plot_bgcolor": "rgba(255, 255, 255, 1.000)", "xaxis5": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.25, 0.5, 0.75, 1], "range": [-0.06210899999999997, 1.0671089999999999], "domain": [0.4197360746573344, 0.6580417031204433], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y5", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "showlegend": false, "xaxis9": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.2, 0.4, 0.6000000000000001], "range": [-0.042024000000000006, 0.7220240000000002], "domain": [0.7567731116943716, 0.9950787401574803], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.0", "0.2", "0.4", "0.6"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y9", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "yaxis8": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 10000, 20000, 30000, 40000], "range": [0, 44794], "domain": [0.018810148731408717, 0.3041065179352582], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "1.0×10⁴", "2.0×10⁴", "3.0×10⁴", "4.0×10⁴"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x8", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "yaxis3": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 10000, 20000, 30000], "range": [0, 33192], "domain": [0.6854768153980753, 0.9707731846019247], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "1.0×10⁴", "2.0×10⁴", "3.0×10⁴"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x3", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "yaxis9": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 50000, 100000, 150000, 200000], "range": [0, 235396], "domain": [0.018810148731408717, 0.3041065179352582], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "5.00×10⁴", "1.00×10⁵", "1.50×10⁵", "2.00×10⁵"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x9", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "yaxis5": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 5000, 10000, 15000, 20000], "range": [0, 22822], "domain": [0.352143482064742, 0.6374398512685915], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "5.00×10³", "1.00×10⁴", "1.50×10⁴", "2.00×10⁴"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x5", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "yaxis7": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 20000, 40000, 60000], "range": [0, 73173], "domain": [0.018810148731408717, 0.3041065179352582], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "2.0×10⁴", "4.0×10⁴", "6.0×10⁴"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x7", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "xaxis2": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.25, 0.5, 0.75, 1], "range": [-0.0630360000000002, 1.0830360000000003], "domain": [0.4197360746573344, 0.6580417031204433], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y2", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "xaxis6": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.2, 0.4, 0.6000000000000001], "range": [-0.043569000000000024, 0.748569], "domain": [0.7567731116943716, 0.9950787401574803], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.0", "0.2", "0.4", "0.6"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y6", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "margin": {"l": 0, "b": 20, "r": 0, "t": 20}, "width": 1166, "xaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 0.25, 0.5, 0.75, 1], "range": [-0.062417999999999974, 1.0724179999999999], "domain": [0.08269903762029746, 0.32100466608340616], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0.00", "0.25", "0.50", "0.75", "1.00"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "y", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}, "yaxis": {"showticklabels": true, "gridwidth": 0.5, "tickvals": [0, 2500, 5000, 7500, 10000], "range": [0, 11722], "domain": [0.6854768153980753, 0.9707731846019247], "mirror": false, "tickangle": 0, "showline": true, "ticktext": ["0", "2500", "5000", "7500", "10000"], "zeroline": false, "tickfont": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 11}, "zerolinecolor": "rgba(0, 0, 0, 1)", "anchor": "x", "visible": true, "ticks": "inside", "tickmode": "array", "linecolor": "rgba(0, 0, 0, 1)", "showgrid": true, "title": {"text": "", "font": {"color": "rgba(0, 0, 0, 1)", "family": "sans-serif", "size": 15}}, "gridcolor": "rgba(0, 0, 0, 0.1)", "tickcolor": "rgb(0, 0, 0)", "type": "linear"}}}