This commit is contained in:
parent
d18c6ef914
commit
c6a5fd4aa8
|
@ -239,7 +239,7 @@ $(function(){
|
|||
for(var key in top10_sells){
|
||||
var base = top10_sells[0];
|
||||
var data = top10_sells[key];
|
||||
histogramChart3_names.push(data['product_name'].substring(0,10));
|
||||
histogramChart3_names.push(data['product_name'].substring(0,20));
|
||||
histogramChart3_datas.push(data['good_c']);
|
||||
var rate = data['good_c'] * 100 / base['good_c'];
|
||||
histogramChart3_rates.push(rate.toFixed(0));
|
||||
|
|
Loading…
Reference in New Issue