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/28/2022',y:[245.50,268.00,235.00,260.00]},{ x:'11/29/2022',y:[260.00,284.00,257.50,273.50]},{ x:'11/30/2022',y:[275.00,287.50,270.50,275.50]},{ x:'12/01/2022',y:[280.00,283.00,268.00,276.00]},{ x:'12/02/2022',y:[277.00,305.00,277.00,300.00]},{ x:'12/05/2022',y:[309.50,330.00,292.50,329.50]},{ x:'12/06/2022',y:[324.00,339.00,315.00,337.50]},{ x:'12/07/2022',y:[331.00,339.00,320.00,336.50]},{ x:'12/08/2022',y:[334.00,334.00,310.00,318.50]},{ x:'12/09/2022',y:[315.50,335.50,303.00,331.00]},{ x:'12/12/2022',y:[336.00,349.50,327.50,345.00]},{ x:'12/13/2022',y:[340.00,358.50,338.00,351.00]},{ x:'12/14/2022',y:[349.50,355.00,342.00,348.00]},{ x:'12/15/2022',y:[350.00,358.50,345.50,349.00]},{ x:'12/16/2022',y:[340.00,348.00,329.00,331.50]},{ x:'12/19/2022',y:[329.00,338.00,318.00,333.00]},{ x:'12/20/2022',y:[328.00,332.50,300.00,308.00]},{ x:'12/21/2022',y:[308.50,317.00,303.00,310.00]},{ x:'12/22/2022',y:[312.50,312.50,279.00,300.00]},{ x:'12/23/2022',y:[288.50,293.00,283.00,290.00]},{ x:'12/26/2022',y:[288.00,292.00,282.00,286.00]},{ x:'12/27/2022',y:[289.50,306.00,283.00,301.00]},{ x:'12/28/2022',y:[296.00,304.50,293.00,295.50]},{ x:'12/29/2022',y:[293.50,299.50,285.50,299.00]},{ x:'12/30/2022',y:[299.50,300.00,284.00,284.50]},{ x:'01/03/2023',y:[285.00,302.50,283.00,299.00]},{ x:'01/04/2023',y:[298.00,313.00,296.50,307.00]},{ x:'01/05/2023',y:[307.00,308.00,301.00,302.00]},{ x:'01/06/2023',y:[302.00,302.00,294.00,294.00]},{ x:'01/09/2023',y:[297.50,304.50,288.00,303.00]},{ x:'01/10/2023',y:[296.00,299.00,294.00,295.50]},{ x:'01/11/2023',y:[295.00,297.50,287.00,288.50]},{ x:'01/12/2023',y:[289.00,293.00,285.00,290.50]},{ x:'01/13/2023',y:[290.50,300.00,288.00,293.50]},{ x:'01/16/2023',y:[296.50,322.50,294.00,322.00]},{ x:'01/17/2023',y:[321.00,342.00,317.50,333.00]},{ x:'01/30/2023',y:[340.00,340.00,321.00,329.50]},{ x:'01/31/2023',y:[327.00,343.00,325.00,341.00]},{ x:'02/01/2023',y:[338.00,345.00,337.00,339.50]},{ x:'02/02/2023',y:[340.00,340.00,326.50,333.00]},{ x:'02/03/2023',y:[330.00,334.00,319.00,321.00]},{ x:'02/06/2023',y:[323.00,341.00,321.00,336.50]},{ x:'02/07/2023',y:[339.50,347.50,336.50,339.00]},{ x:'02/08/2023',y:[339.00,347.50,336.50,341.50]},{ x:'02/09/2023',y:[337.00,345.50,335.00,340.00]},{ x:'02/10/2023',y:[348.00,360.50,341.50,353.00]},{ x:'02/13/2023',y:[351.00,351.00,333.00,334.50]},{ x:'02/14/2023',y:[331.50,338.50,326.00,327.50]},{ x:'02/15/2023',y:[333.00,338.00,327.00,335.50]},{ x:'02/16/2023',y:[332.00,345.00,332.00,343.50]},{ x:'02/17/2023',y:[341.00,344.00,335.50,343.50]},{ x:'02/20/2023',y:[345.00,377.50,344.50,377.50]},{ x:'02/21/2023',y:[377.00,387.50,368.50,383.50]},{ x:'02/22/2023',y:[375.00,382.00,367.50,375.00]},{ x:'02/23/2023',y:[370.50,388.50,370.50,383.00]},{ x:'02/24/2023',y:[382.00,382.00,353.00,375.00]} ] }], chart: { type: "candlestick", height: 350, toolbar: { show: !1 } }, plotOptions: { candlestick: { colors: { upward: chartCandlestickBasicColors[0], downward: chartCandlestickBasicColors[1] } } }, title: { text: "6782 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());