visakhmurukes commented on issue #8429: How to add a new Country Map when using 
Docker?
URL: 
https://github.com/apache/incubator-superset/issues/8429#issuecomment-579143351
 
 
   I dont have Mainpreset.js. Instead I see MapChartPreset.js
   And it already has these lines
   
   ```
   import CountryMapChartPlugin from 
'@superset-ui/legacy-plugin-chart-country-map';
   
   export default class MapChartPreset extends Preset {
     constructor() {
       super({
         name: 'Maps',
         plugins: [
           new CountryMapChartPlugin().configure({ key: 'country_map' })
         ],
       });
     }
   
   
   
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to