多分类图表实现分类轴某分类隐藏-https://help.fanruan.com/finereport10.0/doc-view-4481.html
============
function() {
if (this.length > 7) return this;
else return '';
}
========
if(this== "名称1"||this== "名称2")return '' ;
else return this;
你参考我这个写法 https://bbs.fanruan.com/wenda/question/168046.html