How to set custom tick labels in Plotly.Blazor
I’ve been struggling to understand how XAxis.TickText
and XAxis.DTick
work in Plotly.Blazor. I’ve been using the code in this question as a rough guide, but no matter what I do, the labels on the x-axis will not change. My current code looks like so:
How to set line_shape in Plotly.Blazor?
I’m trying to figure out how to create spline graphs using the Plotly.Blazor NuGet package, but I can’t find anything like line_shape
from the python version in the github. Is there a way to do it, or do I need to find a different solution?