I am executing JMeter test script using the command line. So JMeter has provided a command that generates dashboard using log.jtl file.
jmeter -g %JTLLOGPATH% -o %DASHBOARDPATH%
In the dashboard, There is some APDEX (Application Performance Index) table, statistics table, and graphs. is there any setting or properties so that table in the dashboard will show required column and enable/disable graphs?