I need to create a chart showing multiple series of historical temperature data, specifically the 25th, 50th, and 75th percentiles, with 365 data points for each series (one for each day of the year). However, the chart has a limitation: "For two series, each series can display up to 1,000 bars or columns. If the chart contains three or more series, each series can have a maximum of 100 bars or columns, up to 2,000 total" (source: ArcGIS Experience Builder documentation). Since the client requires the full year's data without aggregation into weekly or monthly values, I'm exploring possible custom solutions to meet both the technical limitations and the client's needs. Any suggestions or workarounds would be greatly appreciated.
Hi @Kaleidoscopeh , thanks for reaching out.
"For two series, each series can display up to 1,000 bars or columns. If the chart contains three or more series, each series can have a maximum of 100 bars or columns, up to 2,000 total"
This is the current limitation for performance considering. For your case though you have 356 points for each series, are you displaying them with no aggregation?
If using aggregation, such as show mean temperature of each month, should be within the maximum rendering limit and should work.
If you insist to show feature by each day, a workaround you may try is to create multiple data view to make subset of the data and display them with multiple charts. For example, display temperature chart as different seasons.