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/2023',y:[0.00,0.00,0.00,0.00]},{ x:'12/06/2023',y:[1.39,1.65,1.39,1.60]},{ x:'12/07/2023',y:[1.45,1.45,1.25,1.27]},{ x:'12/08/2023',y:[1.33,1.33,1.33,1.33]},{ x:'12/11/2023',y:[0.00,0.00,0.00,0.00]},{ x:'12/12/2023',y:[0.00,0.00,0.00,0.00]},{ x:'12/18/2023',y:[0.00,0.00,0.00,0.00]},{ x:'12/19/2023',y:[0.00,0.00,0.00,0.00]},{ x:'01/10/2024',y:[0.00,0.00,0.00,0.00]},{ x:'01/11/2024',y:[0.00,0.00,0.00,0.00]},{ x:'01/12/2024',y:[0.00,0.00,0.00,0.00]},{ x:'01/15/2024',y:[0.00,0.00,0.00,0.00]},{ x:'01/16/2024',y:[0.00,0.00,0.00,0.00]},{ x:'01/17/2024',y:[0.00,0.00,0.00,0.00]},{ x:'01/18/2024',y:[0.00,0.00,0.00,0.00]} ] }], chart: { type: "candlestick", height: 350, toolbar: { show: !1 } }, plotOptions: { candlestick: { colors: { upward: chartCandlestickBasicColors[0], downward: chartCandlestickBasicColors[1] } } }, title: { text: "711135 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());