Is your feature request related to a problem? Please describe.
On my website, people can configure their timezone, and this may differ from the timezone on their PC. The time chart currently localizes to the PC-time. According to this Stack Overflow topic it is possible to define the localization using the Parser parameter. However, in Blazorise, the Parser parameter is a string, not a method.
Describe the solution you'd like
A way to implement the parser parameter as a function would probably be too complicated for what I really need: Enter a timezone to localize to. For that reason, I've described the following solution.
Add a parameter, that is off-spec to the chart.js Time Cartesian Axis, that allows us to define a timezone to localize the chart to
Is your feature request related to a problem? Please describe.
On my website, people can configure their timezone, and this may differ from the timezone on their PC. The time chart currently localizes to the PC-time. According to this Stack Overflow topic it is possible to define the localization using the
Parserparameter. However, in Blazorise, theParserparameter is a string, not a method.Describe the solution you'd like
A way to implement the parser parameter as a function would probably be too complicated for what I really need: Enter a timezone to localize to. For that reason, I've described the following solution.Add a parameter, that is off-spec to the chart.js Time Cartesian Axis, that allows us to define a timezone to localize the chart to