In the Legend widget of ArcGIS API for Java Script, when embedding a FeatureLayer with a ClassBreaksRenderer, the class is displayed in the opposite order.
上次发布: September 6, 2022ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000151271
已提交
August 3, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
4.24
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The FeatureLayer has ClassBreaksRenderer with classBreakInfos from low to high. However, by design, the legend for a FeatureLayer always displays the breaks such that the maximum value is on top and the minimum value is at the bottom.