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
@DevAndyLee, I want to reuse D3FC chart in my app without editing options but, with that I would also like to update charting options like title etc, that D3FC allows.
Is there a way, where I can reference D3FC object to pass those custom charting options/settings ?
The text was updated successfully, but these errors were encountered:
While this sounds like a powerful feature, this is a bit out-of-scope for Perspective development today. Returning the D3FC object itself will necessarily introduce tight coupling to how @finos/perspective-viewer-d3fc generates this object, so probably not a good fit; A better approach might be to use the currently D3FC implementation as a reference to build your own chart on Perspective's plugin API.
That being said, perspective will continue to add new customization features as they are available in the UI/UX of @finos/perspective-viewer, and this may include e.g. titles, axis labels etc., so feel free to open new requests for specific visualization features.
@DevAndyLee, I want to reuse D3FC chart in my app without editing options but, with that I would also like to update charting options like title etc, that D3FC allows.
Is there a way, where I can reference D3FC object to pass those custom charting options/settings ?
The text was updated successfully, but these errors were encountered: