You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is it possible to assign onClick event to each label
The given example doesn't work labels: [ { render: () => "\uf055", onClick: e => { alert(e); }, position: "outside" }, { onClick: e => { alert(e); }, render: (args: any) => args.dataset.labels[args.index].split(" ").join("\n") } ]
The text was updated successfully, but these errors were encountered:
Hi, is it possible to assign onClick event to each label
The given example doesn't work
labels: [ { render: () => "\uf055", onClick: e => { alert(e); }, position: "outside" }, { onClick: e => { alert(e); }, render: (args: any) => args.dataset.labels[args.index].split(" ").join("\n") } ]
The text was updated successfully, but these errors were encountered: