Home Forums StockChart Support Make transparent background Reply To: Make transparent background

#38120

Hi. Thanks for the reply.
I am actually trying to implement two charts, where the 2nd chart will be on top of the first and both are visible. I have applied backgroundColor: Transparent on the top chart so that the bottom one is visible.
The problem I am facing is that I can not align the x-axis of the two charts so that they start and end together. I am guessing that this is due to different lengths of y-axis labels of the two charts.

Please have a look at this fiddle for reference: https://jsfiddle.net/6rw7u8ez/
Please let me know if there is some way to make the two chart’s x-axis align.

Thanks