Symptom
- A line chart in a story created with the Optimized experience becomes discontinuous (breaks) when certain months have no data, resulting in a discontinuous trend.
- The chart displays data by month based on a selected dimension.
- No issue when using "Classic" stories.
Environment
SAP Analytics Cloud
Reproducing the Issue
- Log into SAC System
- Create an ODE story,
- Add a line chart with a time dimension on the x-axis (for example, month) and a measure on the y-axis.
- Add a dimension to the Color binding of the chart:
>> View the chart and observe that the Line Chart has been discontinued where months have no data.
Cause
In optimized stories, when a dimension is bound to Color, the default "ungrouped” color axis can return null entries and cause line breaks for months without data.
Resolution
- Log into SAC System
- Open the ODE story.
- Select the affected line chart.
- Click on the (°°°) -> "More Options"
- Select "Group Color Axis": to emulate the behavior in their classic charts.
- Save and re-view the chart:
>> The line remains continuous across months with no data.
Note:
- When the behavior is ungrouped, additional null datapoints are returned in the result set, which causes the line to render in a disconnected form.
In the ungrouped case, the data can be:
| Date | Measure |
|---|---|
| 2025.06 | 1 |
| 2025.07 | null |
| 2025.08 | 1 |
=> Which will cause the line to be interrupted at 2025.07.
- In the grouped case, the data will be:
| Date | Measure |
|---|---|
| 2025.06 | 1 |
| 2025.08 | 1 |
=> Which will not interrupt the line between 2025.06 to 2025.08.
See Also
Keywords
Sac, ODE, Optimized story experience, Line, Chart, Discontinuous, Missing, Date, Data, Months, Null, Values, Zero, Color, Settings, Binding, Group, Axis, Ungrouped, Time, Series, Gaps, Option, Detail, Configuration, Styling, Panel, Builder. , KBA , LOD-ANA-DES-CHART , SAP Analytics Cloud core charting , LOD-ANA-DES , Story Design & Visualizations , Problem
SAP Knowledge Base Article - Public