如何判断库存大于高库存或者低于低库存的时候改变点样式,我现在是写死的
使用数据列试试
=============
也可以参考
图表比较系列值并突出显示 https://help.fanruan.com/finereport/doc-view-4690.html
如果是每个系列内动态比较,可以在sql里面添加flag字段,比如满足条件的为flag=1,然后图表提示的时候用自定义JS,获取数据集中的flag字段值进行判断,改变点样式显示
提示点获取数据集数据--https://help.fanruan.com/finereport/doc-view-4395.html
自定义提示点样式--https://help.fanruan.com/finereport/doc-view-4374.html
自定义提示为图片--https://help.fanruan.com/finereport/doc-view-4375.html