XavierDeLapeyre commented on issue #4424: Pie Chart - format number display 
from .3s to .1s ( or other format )
URL: 
https://github.com/apache/incubator-superset/issues/4424#issuecomment-365839470
 
 
   @raffas 
   Thanks for the link and indepth background review.
   
   Basically, all I need to do then is run the command line that compiles the 
production / optimized js & css
   either 
   $ npm run prod
   or
   $ npm run dev
   
   
   
   or do I have to run yarn first?
   
   # from the root of the repository, move to where our JS package.json lives
   $ cd superset/assets/
   # install yarn, a replacement for `npm install` that is faster and more 
deterministic
   $ npm install -g yarn
   # run yarn to fetch all the dependencies
   $ yarn
   # Start a web server that manages and updates your assets as you modify them
   $ npm run dev

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to