Quote Originally Posted by barrymavin View Post
Hi Perti,

There's a bug in the library file graph_line.rsp that was introduced in 3.1. I have fixed this in the next 3.2 release.

The good news is you have all the source code for these charts so you can study these .rsp files and edit the file to fix it quite easily.

- Select the library workspace
- Double click the file graph_line.rsp
- Change line 48 to be:

elseif len(m_labels)=0
That did it!

Thanks.