Need some explanation regarding this question

What is the minimum number of lines of code that you need to write to plot a table chart?

1 line code in total just to plot the table, that is using the plotChart() function

1 Like

Only one line of code is require to plot table which is plotChart();
Syntax:
plotChart(‘x-axis’, ‘y-axis’);

Hi @sibu.soman you just need one line to plot a table chart. The following is it’s syntax : plotChart(’ x-axis name ‘,’ y-axis name ').