I have a code that saves chart as image that worked well at version 2014.3.1316. When migrating to version 2015.1.318 it does not work well any more.
I am creating a chart with hidden title.
title: {
visible:false,
text: chartTitle
}
Then, before saving it as image I am setting the title visibility to true:
chartView.options.title.visible=true;
As said above, in V2015.1.318 it does not work and the title is missing from the image.
Please advice