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:'11/22/2023',y:[0.00,0.00,0.00,0.00]},{ x:'11/23/2023',y:[0.00,0.00,0.00,0.00]},{ x:'11/24/2023',y:[1.01,1.08,1.01,1.08]},{ x:'11/27/2023',y:[1.03,1.22,0.95,1.22]},{ x:'11/28/2023',y:[1.20,1.30,1.20,1.30]},{ x:'11/29/2023',y:[1.29,1.29,1.24,1.24]},{ x:'11/30/2023',y:[0.00,0.00,0.00,0.00]},{ x:'12/01/2023',y:[0.00,0.00,0.00,0.00]},{ x:'12/04/2023',y:[1.29,1.29,1.29,1.29]},{ x:'12/05/2023',y:[1.29,1.31,1.28,1.31]},{ x:'12/06/2023',y:[1.36,1.42,1.36,1.42]},{ x:'12/07/2023',y:[1.42,1.42,1.35,1.35]},{ x:'12/08/2023',y:[1.49,1.49,1.41,1.41]},{ x:'12/11/2023',y:[1.34,1.34,1.30,1.30]} ] }], chart: { type: "candlestick", height: 350, toolbar: { show: !1 } }, plotOptions: { candlestick: { colors: { upward: chartCandlestickBasicColors[0], downward: chartCandlestickBasicColors[1] } } }, title: { text: "710533 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());