I have created a composite line chart that displays multiple line chart layers which plot OK but the final data label on the X-Axis is not shown. In a different composite chart I have a column layer with multiple line layers and this works as expected…
The data column that I'm using for the x-axis comes with the time of the day (every 15 mins) but it's shown as a fraction of the day like this: 0.25 for 6:00AM, 0.333 for 8:00AM, 0.5 for 12PM, etc.
Instead of showing 0.25, 0.333, 0.5 I would…