how to get value of data attribute in javascript with query selector code example
Example: queryselector data attribute
document.querySelectorAll(`[data-name*="funnel-chart-percent"]`)
document.querySelectorAll(`[data-name*="funnel-chart-percent"]`)