Hi,
I am using canvasJs Chart in my application. chart is rendering properly. chart width reducing in normal mode, if i go to browsers full screen mode its showing fine.
following is chart HTML code,
<tr style=”height: 85%;width: 100%;”>
<td>
<div id=”chartContainer” style=”height:80%; width: 100%;” />
</td>
</tr>
From debugging, the div have a 100% width, but not a chart.
Please help me how to set width.
Thanks
Harikrishna