From the documentation of CompositeGraph it is not clear how can an external JTL or CSV can be integrated?
This listener will work only if you place it in your test plan before starting the test. If you add it after the test started or finished, the rows will not be displayed in the selector panel. This is valid also for csv / jtl file reload, you must add it before reloading files.
Now, coming to main part, how can I include external JTL or CSV in this plugin?
What I can understand from documentation is that, this Plugin only works when you run your Plan from GUI and enable this plugin before hand, this goes out of Best Practice of JMeter, we dont run our Performance Test from GUI.
Any help here....