Test case: ```js line.new(bar_index[rightLen], ph, bar_index, ph, color=color.red, width=2, style=line.style_solid) ``` Where `bar_index[rightLen]` will return `NaN`, seems `bar_index[len]` not supported yet. I tried to find a quick solution, but no clue yet.