• VioneTM
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    3 years ago

    Hi, I would first select all items from the list using .selectAll and since it returns an array, you can index it like so items.selectAll[it-1]. It has a minus 1 since the indexing starts at 0 for the first element and since it is from 1-6 but indexing is only from 0-5.