Numéro d’ID de bogue |
BUG-000089370 |
Envoi | July 28, 2015 |
Dernière modification | June 5, 2024 |
S’applique à | ArcGIS Online |
Version trouvée | 3.8 |
Version de correction | Online 3.10 |
Statut | Fixed
Le bogue a été corrigé. Pour plus d’informations, reportez-vous aux sections Version de correction et Informations supplémentaires, le cas échéant.
|
Solution de contournement
Replace all the NULL values with zeros in the feature service.Modify chart's preview.js. after the call on line 1906//filter features with number values firstly var fs = args.featureSet.features;and add the following:array.forEach(fs, lang.hitch(this, function(feature) { var attributes = feature.attributes; array.forEach(valueFields, lang.hitch(this, function(fieldName) { if (attributes[fieldName] === null && typeof attributes[fieldName] === "object") attributes[fieldName] = 0; })); }));
Étapes pour reproduire
ID de bogue: BUG-000089370
Logiciel: