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/29/2022',y:[62.50,65.00,59.30,61.90]},{ x:'12/30/2022',y:[61.60,64.40,59.80,63.10]},{ x:'01/03/2023',y:[63.10,63.50,62.50,62.50]},{ x:'01/04/2023',y:[63.00,64.30,62.50,63.30]},{ x:'01/05/2023',y:[63.30,63.30,59.90,60.50]},{ x:'01/06/2023',y:[59.00,59.70,56.50,56.60]},{ x:'01/09/2023',y:[56.60,57.50,55.10,57.10]},{ x:'01/10/2023',y:[56.00,57.10,55.10,55.20]},{ x:'01/11/2023',y:[54.80,54.80,53.10,53.10]},{ x:'01/12/2023',y:[53.10,58.00,52.20,56.70]},{ x:'01/13/2023',y:[56.70,56.70,54.20,54.70]},{ x:'01/16/2023',y:[55.40,57.40,54.70,56.40]},{ x:'01/17/2023',y:[56.00,61.50,56.00,59.90]},{ x:'01/30/2023',y:[61.00,61.90,59.10,60.80]},{ x:'01/31/2023',y:[60.70,61.30,60.20,60.80]},{ x:'02/01/2023',y:[61.30,62.40,60.90,61.50]},{ x:'02/02/2023',y:[61.50,62.20,60.80,61.70]},{ x:'02/03/2023',y:[62.00,62.00,60.70,60.70]},{ x:'02/06/2023',y:[57.50,59.80,57.50,59.00]},{ x:'02/07/2023',y:[59.20,62.10,59.00,61.30]},{ x:'02/08/2023',y:[61.30,61.80,60.60,60.90]},{ x:'02/09/2023',y:[61.00,66.90,60.40,65.00]},{ x:'02/10/2023',y:[64.00,64.00,61.20,61.30]},{ x:'02/13/2023',y:[61.60,61.60,59.30,59.80]},{ x:'02/14/2023',y:[59.20,60.80,59.20,59.80]},{ x:'02/15/2023',y:[59.40,60.30,58.00,58.60]},{ x:'02/16/2023',y:[59.10,59.70,58.80,59.20]},{ x:'02/17/2023',y:[59.30,60.40,58.60,60.30]},{ x:'02/20/2023',y:[60.10,60.50,59.70,59.90]},{ x:'02/21/2023',y:[60.30,61.90,60.30,60.70]},{ x:'02/22/2023',y:[59.90,59.90,58.80,59.40]},{ x:'02/23/2023',y:[59.40,60.70,59.20,60.30]},{ x:'02/24/2023',y:[60.60,61.20,59.70,59.70]},{ x:'03/01/2023',y:[59.50,59.50,59.20,59.20]},{ x:'03/02/2023',y:[59.60,61.20,59.30,60.50]},{ x:'03/03/2023',y:[61.20,63.20,60.80,62.30]},{ x:'03/06/2023',y:[63.40,64.50,62.30,63.60]},{ x:'03/07/2023',y:[63.60,63.90,62.30,62.50]},{ x:'03/08/2023',y:[62.20,62.50,60.50,61.40]},{ x:'03/09/2023',y:[61.20,61.50,60.80,60.80]},{ x:'03/10/2023',y:[60.50,60.50,59.00,59.00]},{ x:'03/13/2023',y:[58.10,58.20,55.90,56.40]},{ x:'03/14/2023',y:[56.00,56.40,55.70,55.70]},{ x:'03/15/2023',y:[56.50,57.70,55.80,55.90]},{ x:'03/16/2023',y:[55.80,56.60,55.10,55.60]},{ x:'03/17/2023',y:[56.00,56.50,55.80,56.20]},{ x:'03/20/2023',y:[56.20,56.50,55.70,56.10]},{ x:'03/21/2023',y:[56.00,56.80,55.80,56.30]},{ x:'03/22/2023',y:[56.40,57.80,56.40,57.60]} ] }], chart: { type: "candlestick", height: 350, toolbar: { show: !1 } }, plotOptions: { candlestick: { colors: { upward: chartCandlestickBasicColors[0], downward: chartCandlestickBasicColors[1] } } }, title: { text: "6708 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());