Hi.
I have a simple, two lines chart.
My X-Axis range has dates, linked to source.
As soon as I define one of the y-axis lines to be on a secondary axis - the dates formatting of the x-Axis are removed and all labels are shows as a sequence of numbers: 1 2 3 4 5 6...
Setting it back on the primary axis - shows the X-axis labels correctly.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]X-Axis [/TD]
[TD="align: center"]Y-Values1[/TD]
[TD="align: center"]Y-Values2[/TD]
[/TR]
[TR]
[TD="align: right"]Jan-17[/TD]
[TD="align: right"]45[/TD]
[TD="align: right"]4658[/TD]
[/TR]
[TR]
[TD="align: right"]Feb-17[/TD]
[TD="align: right"]33[/TD]
[TD="align: right"]6845[/TD]
[/TR]
[TR]
[TD="align: right"]Mar-17[/TD]
[TD="align: right"]40[/TD]
[TD="align: right"]7651[/TD]
[/TR]
[TR]
[TD="align: right"]Apr-17[/TD]
[TD="align: right"]29[/TD]
[TD="align: right"]3486[/TD]
[/TR]
</tbody>[/TABLE]
I tries forcing x-Axis Type to be Date Axis - no effect.
Any ideas on how to retain the X-axis formatting to be linked to source and show the dates, while two Y-axis in effect?
I have a simple, two lines chart.
My X-Axis range has dates, linked to source.
As soon as I define one of the y-axis lines to be on a secondary axis - the dates formatting of the x-Axis are removed and all labels are shows as a sequence of numbers: 1 2 3 4 5 6...
Setting it back on the primary axis - shows the X-axis labels correctly.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]X-Axis [/TD]
[TD="align: center"]Y-Values1[/TD]
[TD="align: center"]Y-Values2[/TD]
[/TR]
[TR]
[TD="align: right"]Jan-17[/TD]
[TD="align: right"]45[/TD]
[TD="align: right"]4658[/TD]
[/TR]
[TR]
[TD="align: right"]Feb-17[/TD]
[TD="align: right"]33[/TD]
[TD="align: right"]6845[/TD]
[/TR]
[TR]
[TD="align: right"]Mar-17[/TD]
[TD="align: right"]40[/TD]
[TD="align: right"]7651[/TD]
[/TR]
[TR]
[TD="align: right"]Apr-17[/TD]
[TD="align: right"]29[/TD]
[TD="align: right"]3486[/TD]
[/TR]
</tbody>[/TABLE]
I tries forcing x-Axis Type to be Date Axis - no effect.
Any ideas on how to retain the X-axis formatting to be linked to source and show the dates, while two Y-axis in effect?