You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This should be part of the higher work refactor. We do have some parameters that accept functions, but they are being done in just a few places due to the limitations of converting from C# to JS. There is a work going on #5146 that might help.
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, theParser
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
The text was updated successfully, but these errors were encountered: