<p>Good morning, all!</p>
<p> </p>
<p>Question: Is there a way to hide the 'No data to display' message on a chart? I had found this link:</p>
<p> </p>
<p><a data-ipb='nomediaparse' href='
https://www.eclipse.org/forums/index.php/t/235918/'>https://www.eclipse.org/forums/index.php/t/235918/</a></p>
<p> </p>
<p>and I tried this method (in onRender of the chart), but it didn't work:</p>
<p> </p>
<div>/**</div>
<div> * Called before generation of chart model to GeneratedChartState.</div>
<div> * </div>
<div> *
@param chart</div>
<div> * Chart</div>
<div> *
@param icsc</div>
<div> * IChartScriptContext</div>
<div> */</div>
<div> </div>
<div>function beforeGeneration( chart, icsc )</div>
<div>{</div>
<div> </div>
<div>chart.getEmptyMessage().setVisible(false); </div>
<div>}</div>
<p> </p>
<p>Any ideas?</p>
<p> </p>
<p>Have a great day!</p>
<p> </p>
<p>Scott</p>