[GitHub] raffas commented on issue #4424: Pie Chart - format number display from .3s to .1s ( or other format )

2018-02-15 Thread GitBox
raffas 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-365903579
 
 
   Yes, you have to run ``yarn`` first, then the command. It installs all the 
dependency... a lot of dependency
   
   But I suggest you to start from a new virtual env with a fresh cloned copy 
of superset master, either from the official repository or from your forked 
copy. I'm unsure if the procedure works on superset installed from python 
package
   
   Note: npm run dev builds all the files that are required, but they are not 
minified, so some files are about 40M and you you are not on a local lan, you 
experience some huge delays when you load the various pages.
   
   


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


[GitHub] raffas commented on issue #4424: Pie Chart - format number display from .3s to .1s ( or other format )

2018-02-14 Thread GitBox
raffas 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-365545144
 
 
   You need to use the development version.  Files in the assets folder are 
managed by webpack. You cannot modify using the production server (or debug 
server). They are minified and Superset loads it from the dist/ subdir, not 
from the assets directory
   
   See https://github.com/apache/incubator-superset/blob/master/CONTRIBUTING.md 
on how to setup.
   
   Maybe an options to .1s can be added in the control defined in 
assets/javascripts/explore/stores/controls.jsx so it its available for anyone
   


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