Migration: Pass Chart elements by ref / ElementReference (not by id) to JSInterop #42
Labels
from migration
These issues were migrated from Joelius300s repository and more information can be found there
wontfix
This will not be worked on
Migrated from Joelius300/ChartJSBlazor#76:
Describe the feature request
It would be a good idea to use the
ElementReference
type to reference the charts from C# to JS. Example (Although it's a bit outdated): https://visualstudiomagazine.com/blogs/tool-tracker/2018/11/an-ad-hoc-approach.aspxWhich charts does this feature request apply to?
All.
Describe the solution you'd like
Like in the example:
Razor:
Javascript:
Describe alternatives you've considered
None.
Additional context
Example: https://visualstudiomagazine.com/blogs/tool-tracker/2018/11/an-ad-hoc-approach.aspx.
The text was updated successfully, but these errors were encountered: