Configure legend in New-UDChartJS

Hi

Are there any way you can control legend with new-udchartjs?
Hide it or position it like in the options.plugins.legend settings of Chart.js

https://www.chartjs.org/docs/latest/configuration/legend.html

Best regards
Lennard

Product: PowerShell Universal
Version: 2.4.0
UniversalDashboard: 3.7.0
UniversalDashboard.Charts: 1.3.2

You can pass in options as a hashtable. Check out this stacked bar chart example: https://docs.powershelluniversal.com/userinterfaces/dashboards/components/data-visualization/charts#stacked-bar

Try making a hashtable that matches this JSON object: Legend | Chart.js