Replies: 1 comment
-
@Venkat05s Thanks for trying BlazorBootstrap! To set the legend position, you can use the following options: left, right, top, or bottom. To change the legend position to the right, please update the code as follows: protected override void OnInitialized()
{
// Other implementation goes here
pieChartOptions = new();
pieChartOptions.Plugins.Legend.Position = "right";
// Other implementation goes here
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions