order by case when 分类=='A' then 1 when 分类=='B' then 2 else 3 end
在sql里排下序就行了,order by 一下
直接在数据集中按分类对应的字段orderby,然后直接在图表展示,效果就出来了。