enterprise-ng
enterprise-ng copied to clipboard
Chart: Wrong type of the data property in SohoChartSelectEvent
The result that is logged in the console differs from the following Soho interfaces: SohoBarSelectEvent, SohoPieSelectEvent, SohoColumnSelectEvent, SohoLineSelectEvent.
- Go to https://design.infor.com/code/ids-enterprise/latest/demo/components/bar/test-selected?theme=uplift&variant=light
- Click on any bar.
- See the result that is logged in the console.
- The documentation suggests that the property called “data” is an array of any type: interface SohoBarSelectEvent { elem: HTMLElement[]; data: any[]; index: number; }
Expected behavior The actual result is not the array, but an object (see the attached photo):
Version
- ids-enterprise-ng: ^13.1.1,
Screenshots

Do feel free to do a Pull request if you see a fix. It could take us a while to get to this
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution.
This issue was closed because it has been inactive for 14 days since being marked as stale.