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:'01/03/2022',y:[73.80,73.80,73.70,73.70]},{ x:'01/04/2022',y:[73.60,73.60,73.40,73.40]},{ x:'01/05/2022',y:[73.40,73.50,73.40,73.40]},{ x:'01/06/2022',y:[73.50,74.00,73.50,73.70]},{ x:'01/07/2022',y:[73.70,73.80,73.70,73.70]},{ x:'01/10/2022',y:[73.80,73.90,73.80,73.90]},{ x:'01/11/2022',y:[73.90,74.00,73.90,73.90]},{ x:'01/12/2022',y:[74.00,74.00,74.00,74.00]},{ x:'01/13/2022',y:[74.00,74.00,73.90,73.90]},{ x:'01/14/2022',y:[73.90,74.10,73.90,74.00]},{ x:'01/17/2022',y:[74.00,74.20,74.00,74.10]},{ x:'01/18/2022',y:[74.10,74.10,74.00,74.00]},{ x:'01/19/2022',y:[74.30,74.50,74.20,74.50]},{ x:'01/20/2022',y:[74.80,74.80,74.30,74.50]},{ x:'01/21/2022',y:[74.50,74.70,74.50,74.50]},{ x:'01/24/2022',y:[74.60,74.90,74.50,74.50]},{ x:'01/25/2022',y:[74.50,74.60,74.50,74.50]},{ x:'01/26/2022',y:[74.60,74.80,74.60,74.80]},{ x:'02/07/2022',y:[74.90,75.00,74.80,75.00]},{ x:'02/08/2022',y:[75.00,75.00,74.90,74.90]},{ x:'02/09/2022',y:[74.90,75.00,74.80,75.00]},{ x:'02/10/2022',y:[74.80,74.90,74.80,74.80]},{ x:'02/11/2022',y:[74.80,74.90,74.70,74.70]},{ x:'02/14/2022',y:[74.70,74.70,74.70,74.70]},{ x:'02/15/2022',y:[74.70,74.80,74.70,74.80]},{ x:'02/16/2022',y:[74.80,74.90,74.70,74.90]},{ x:'02/17/2022',y:[74.80,74.90,74.80,74.80]},{ x:'02/18/2022',y:[74.80,74.80,74.70,74.80]},{ x:'02/21/2022',y:[74.80,74.90,74.80,74.90]},{ x:'02/22/2022',y:[74.80,74.90,74.70,74.80]},{ x:'02/23/2022',y:[74.80,74.90,74.80,74.90]} ] }], chart: { type: "candlestick", height: 350, toolbar: { show: !1 } }, plotOptions: { candlestick: { colors: { upward: chartCandlestickBasicColors[0], downward: chartCandlestickBasicColors[1] } } }, title: { text: "8427 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());