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:[0.00,0.00,0.00,0.00]},{ x:'01/04/2022',y:[0.00,0.00,0.00,0.00]},{ x:'01/05/2022',y:[3.27,3.27,3.27,3.27]},{ x:'01/06/2022',y:[3.44,3.49,3.33,3.34]},{ x:'01/07/2022',y:[3.36,3.40,3.35,3.37]},{ x:'01/10/2022',y:[3.40,3.40,3.38,3.38]},{ x:'01/11/2022',y:[3.39,3.40,3.37,3.38]},{ x:'01/12/2022',y:[3.39,3.40,3.39,3.39]},{ x:'01/13/2022',y:[3.40,3.42,3.40,3.41]},{ x:'01/14/2022',y:[3.41,3.41,3.38,3.39]},{ x:'01/17/2022',y:[3.39,3.40,3.38,3.40]},{ x:'01/18/2022',y:[3.39,3.40,3.38,3.40]},{ x:'01/19/2022',y:[3.40,3.40,3.39,3.40]},{ x:'01/20/2022',y:[3.41,3.43,3.40,3.41]},{ x:'01/21/2022',y:[3.42,3.43,3.40,3.41]},{ x:'01/24/2022',y:[3.41,3.42,3.41,3.41]},{ x:'01/25/2022',y:[3.41,3.42,3.41,3.42]},{ x:'01/26/2022',y:[3.42,3.42,3.41,3.42]},{ x:'02/07/2022',y:[3.43,3.44,3.43,3.43]},{ x:'02/08/2022',y:[3.43,3.44,3.43,3.44]},{ x:'02/09/2022',y:[3.45,3.45,3.41,3.42]},{ x:'02/10/2022',y:[3.42,3.43,3.41,3.42]},{ x:'02/11/2022',y:[3.42,3.44,3.42,3.42]},{ x:'02/14/2022',y:[3.43,3.43,3.42,3.42]},{ x:'02/15/2022',y:[3.42,3.43,3.42,3.42]},{ x:'02/16/2022',y:[3.42,3.43,3.42,3.43]},{ x:'02/17/2022',y:[3.43,3.45,3.43,3.45]},{ x:'02/18/2022',y:[3.45,3.45,3.43,3.45]},{ x:'02/21/2022',y:[3.44,3.45,3.43,3.45]},{ x:'02/22/2022',y:[3.44,3.45,3.43,3.44]},{ x:'02/23/2022',y:[3.45,3.45,3.44,3.44]},{ x:'02/24/2022',y:[3.45,3.45,3.44,3.45]},{ x:'02/25/2022',y:[3.44,3.48,3.44,3.47]},{ x:'03/01/2022',y:[3.45,3.46,3.45,3.45]},{ x:'03/02/2022',y:[3.45,3.47,3.45,3.46]},{ x:'03/03/2022',y:[3.46,3.48,3.46,3.47]} ] }], chart: { type: "candlestick", height: 350, toolbar: { show: !1 } }, plotOptions: { candlestick: { colors: { upward: chartCandlestickBasicColors[0], downward: chartCandlestickBasicColors[1] } } }, title: { text: "9188 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());