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/15/2022',y:[39.40,48.00,38.35,48.00]},{ x:'12/16/2022',y:[43.40,45.15,42.00,44.50]},{ x:'12/19/2022',y:[44.00,44.00,39.55,41.45]},{ x:'12/20/2022',y:[41.40,43.60,40.80,41.35]},{ x:'12/21/2022',y:[41.75,42.80,40.80,42.10]},{ x:'12/22/2022',y:[42.10,42.30,40.95,41.35]},{ x:'12/23/2022',y:[41.00,41.40,40.50,40.75]},{ x:'12/26/2022',y:[40.80,40.80,39.15,40.05]},{ x:'12/27/2022',y:[40.05,40.35,39.50,40.00]},{ x:'12/28/2022',y:[39.20,40.50,39.20,39.45]},{ x:'12/29/2022',y:[39.50,39.80,39.30,39.45]},{ x:'12/30/2022',y:[40.35,40.35,39.30,39.50]},{ x:'01/03/2023',y:[39.50,41.15,39.40,40.90]},{ x:'01/04/2023',y:[40.90,44.20,40.90,43.00]},{ x:'01/05/2023',y:[42.90,43.30,42.00,42.40]},{ x:'01/06/2023',y:[42.40,42.55,40.90,41.20]},{ x:'01/09/2023',y:[41.05,41.45,40.00,40.95]},{ x:'01/10/2023',y:[39.75,42.00,39.75,41.25]},{ x:'01/11/2023',y:[41.00,41.40,40.95,41.40]},{ x:'01/12/2023',y:[41.10,41.45,41.10,41.25]},{ x:'01/13/2023',y:[41.90,41.95,41.30,41.35]},{ x:'01/16/2023',y:[41.40,44.00,41.40,43.05]},{ x:'01/17/2023',y:[42.60,43.50,42.30,42.90]},{ x:'01/30/2023',y:[44.40,47.15,43.00,47.15]},{ x:'01/31/2023',y:[46.90,51.00,46.00,49.35]},{ x:'02/01/2023',y:[48.95,49.60,48.00,49.30]},{ x:'02/02/2023',y:[49.10,49.10,47.60,48.60]},{ x:'02/03/2023',y:[48.30,49.15,47.60,48.00]},{ x:'02/06/2023',y:[47.25,48.40,47.00,48.20]},{ x:'02/07/2023',y:[47.15,48.15,46.25,47.60]},{ x:'02/08/2023',y:[47.50,47.75,46.55,47.70]},{ x:'02/09/2023',y:[47.40,49.85,47.10,49.85]},{ x:'02/10/2023',y:[49.95,49.95,47.35,47.35]},{ x:'02/13/2023',y:[47.60,47.60,46.55,46.95]},{ x:'02/14/2023',y:[47.50,47.50,45.30,45.40]} ] }], chart: { type: "candlestick", height: 350, toolbar: { show: !1 } }, plotOptions: { candlestick: { colors: { upward: chartCandlestickBasicColors[0], downward: chartCandlestickBasicColors[1] } } }, title: { text: "3447 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());