[rt-users] Help with building Graphs

2014-09-09 Thread Bryon Baker
Hello all I am trying to create some custom graphs. The issue I am have is getting the data in the right format for GD:Graph Using data dumper I can see that I am getting the correct data. Per GD::Graph when I pass the data object to GD::Graph it is in an invalid format. In the code I use

Re: [rt-users] Help with building Graphs

2014-09-09 Thread Alex Peters
Looking at your code, it seems that the two data structures would be completely different. The example data in @data2 consists of two array references: one for labels and one for values. Essentially, it's a 2D matrix. Your @data array would just directly contain values not wrapped within an