diegomedina248 commented on issue #20040: URL: https://github.com/apache/superset/issues/20040#issuecomment-1124927948
Hi, Assuming the example from the documentation, you should install the created plugin running: ```bash npm i -S /tmp/superset-plugin-chart-hello-world ``` Then, you'll need to add and initialize the plugin in the file: `superset-frontend/src/visualizations/presets/MainPreset.js` The initialization/configuration is described at the bottom of the documentation. You can either fork the repo and add the configuration, or run a script in your production deployment pipeline to make the modifications. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
