function getChartColorsArray(e) { if (null !== document.getElementById(e)) { e = document.getElementById(e).getAttribute("data-colors"); if (e) return (e = JSON.parse(e)).map(function(e) { var t = e.replace(" ", ""); return -1 === t.indexOf(",") ? getComputedStyle(document.documentElement).getPropertyValue(t) || t : 2 == (e = e.split(",")).length ? "rgba(" + getComputedStyle(document.documentElement).getPropertyValue(e[0]) + "," + e[1] + ")" : t }) } } var chartCandlestickBasicColors = getChartColorsArray("basic_candlestick"), chartCandlestickComboColors = (chartCandlestickBasicColors && (options = { series: [{ data: [ { x:'12/05/2022',y:[5.01,5.03,4.99,5.01]},{ x:'12/06/2022',y:[5.00,5.00,4.94,4.94]},{ x:'12/07/2022',y:[4.99,4.99,4.91,4.92]},{ x:'12/08/2022',y:[4.92,4.92,4.86,4.89]},{ x:'12/09/2022',y:[4.91,4.95,4.91,4.93]},{ x:'12/12/2022',y:[4.96,4.96,4.88,4.91]},{ x:'12/13/2022',y:[4.92,4.92,4.87,4.87]},{ x:'12/14/2022',y:[4.88,4.95,4.88,4.95]},{ x:'12/15/2022',y:[4.94,4.97,4.93,4.96]},{ x:'12/16/2022',y:[4.96,4.96,4.87,4.89]},{ x:'12/19/2022',y:[4.86,4.88,4.85,4.85]},{ x:'12/20/2022',y:[4.85,4.85,4.77,4.77]},{ x:'12/21/2022',y:[4.80,4.81,4.78,4.78]},{ x:'12/22/2022',y:[4.83,4.85,4.83,4.85]},{ x:'12/23/2022',y:[4.80,4.80,4.80,4.80]},{ x:'12/26/2022',y:[4.81,4.81,4.81,4.81]},{ x:'12/27/2022',y:[4.82,4.85,4.82,4.83]},{ x:'12/28/2022',y:[4.80,4.80,4.76,4.76]},{ x:'12/29/2022',y:[4.74,4.76,4.72,4.76]},{ x:'12/30/2022',y:[4.78,4.79,4.78,4.79]},{ x:'01/03/2023',y:[4.75,4.79,4.73,4.79]},{ x:'01/04/2023',y:[4.79,4.80,4.79,4.80]},{ x:'01/05/2023',y:[4.83,4.83,4.82,4.82]},{ x:'01/06/2023',y:[4.83,4.84,4.83,4.84]},{ x:'01/09/2023',y:[4.88,4.93,4.88,4.93]},{ x:'01/10/2023',y:[4.93,4.96,4.93,4.95]},{ x:'01/11/2023',y:[4.96,4.96,4.94,4.94]},{ x:'01/12/2023',y:[4.96,4.96,4.94,4.94]},{ x:'01/13/2023',y:[4.98,4.99,4.97,4.97]},{ x:'01/16/2023',y:[4.99,5.00,4.99,5.00]},{ x:'01/17/2023',y:[5.00,5.01,5.00,5.00]},{ x:'01/30/2023',y:[5.02,5.07,5.02,5.07]},{ x:'01/31/2023',y:[5.06,5.06,5.01,5.02]},{ x:'02/01/2023',y:[5.05,5.05,5.04,5.04]},{ x:'02/02/2023',y:[5.08,5.11,5.08,5.11]},{ x:'02/03/2023',y:[5.10,5.11,5.10,5.11]},{ x:'02/06/2023',y:[5.07,5.07,5.06,5.06]},{ x:'02/07/2023',y:[5.05,5.06,5.04,5.06]},{ x:'02/08/2023',y:[5.10,5.12,5.10,5.12]},{ x:'02/09/2023',y:[5.11,5.12,5.11,5.12]},{ x:'02/10/2023',y:[5.12,5.12,5.11,5.12]},{ x:'02/13/2023',y:[0.00,0.00,0.00,0.00]},{ x:'02/14/2023',y:[5.13,5.14,5.13,5.14]},{ x:'02/15/2023',y:[5.12,5.12,5.09,5.09]},{ x:'02/16/2023',y:[5.10,5.11,5.10,5.11]},{ x:'02/17/2023',y:[0.00,0.00,0.00,0.00]},{ x:'02/20/2023',y:[5.09,5.11,5.09,5.10]} ] }], chart: { type: "candlestick", height: 350, toolbar: { show: !1 } }, plotOptions: { candlestick: { colors: { upward: chartCandlestickBasicColors[0], downward: chartCandlestickBasicColors[1] } } }, title: { text: "02001s Daily 股市資訊", align: "left", style: { fontWeight: 500 } }, xaxis: { labels: { format: 'dd/MM', } }, yaxis: { tooltip: { enabled: !0 } } }, (chart = new ApexCharts(document.querySelector("#basic_candlestick"), options)).render()), (chart = new ApexCharts(document.querySelector("#1"), options)).render());