tbonelee commented on PR #5006: URL: https://github.com/apache/zeppelin/pull/5006#issuecomment-3194479911
@seung-00 Replaced `any` types with proper interfaces for classic visualizations. Added new interfaces instead of reusing the Visualization class from zeppelin-vis, since Helium packages are eval’d at runtime and their prototype chains don’t match. Interfaces were preferred over classes because only the shape is shared across eval’d definitions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org