比如图表中计算数据所占百分比 var maxBase; // 配置最大的数值 var minBase; // 配置最小的数值 Math.max(minBase,Math.min(maxBase, value))/maxBase; 计算所占百分