Select to view content in your preferred language

Issues with Charts in 3.4

686
5
12-02-2024 04:16 PM
PaulPrevedoros1
Regular Contributor

I have been using chart to Present data. In the last version (3.4) I'm having an issue with the Split by option as it does not seem to react to data. The Chart doesn't seem to honour split. Also The chart also seems to have an issue with displaying Domain($feature, "DomainFld") PS the auto fill enters an incorrect example.

All Data Split on Grid.png

All Data.png

Data Split = 1.png

Data Split = 2.png

Data Split = 4.png

Data Split = 7.png

  

0 Kudos
5 Replies
ChristopherAllen
Esri Contributor

Hi @PaulPrevedoros1 ,

In 3.4, I'm seeing scatter plots work as expected when applying a Split By field (tried with and without an Arcade expression). Did you create the same chart (using the same data) in earlier versions of Pro and see different results? Is it possible that the x and y values for all series are the same so you're not seeing some series in the chart because the points are overlapping?

The Domain Arcade function returns a dictionary, which can't be used to configure the chart. If you want to return the domain description in your expression, you can use the DomainName function, for example: DomainName($feature, "DomainFld").

 

PS the auto fill enters an incorrect example.

Could you please elaborate on this? Are you referring to the Arcade auto-fill for the Domain function?

Thanks!

Chris

 

0 Kudos
PaulPrevedoros1
Regular Contributor

No I have been using the split function for many versions, this has just occurred with this and other data.

They are largish files. I should check if there is a limiting value in the setup. I have noted that some new user defined variable have been added to the setup.

The issue is present irrespective of whether I use Domain or DomainName or just a fieldValue

Cheers

Paul Prevedoros

0 Kudos
PaulPrevedoros1
Regular Contributor

Dear Chris 

Now I am baffled just tried a split for a third set of Data and it worked 

All Data Grid.png

All Data Worked.png

 Go Figure

Paul Prevedoros

0 Kudos
PaulPrevedoros1
Regular Contributor

Dear Chris

Had to see the first dataset and the problem persists?!!!?

Cheers

Paul Prevedoros

0 Kudos
ChristopherAllen
Esri Contributor

Hi @PaulPrevedoros1 ,

Would you be able to share the first dataset so we can investigate? If so, please send to callen@esri.com.

Thanks,

Chris

0 Kudos