vinny

Members
  • Content count

    4
  • Joined

  • Last visited

About vinny

  • Rank
    Forum Newbie
  1. Groupings On Y Axis

    Thanks for the quick response. Seems your solution is the same as mine, and that's fine as it seems to be working ok. Any chance there would be support for this in the future though?
  2. Groupings On Y Axis

    File attached. Sorry, thought I did this the first time. Didn't realize I had to click "Attach This File" after selecting the file to attach. As I mentioned in my second post, I was able to fake this result by including two rows with a value of zero to act as place holders, but it's not really data grouping and makes the code that creates the result set sort of ugly. Any help would be greatly appreciated. EDIT: hmm, I also thought I added a second post explaining my workaround. Not having a good day. So, what I did was this: As I create the result set, I add a dummy row at the start of each group with a value of zero. As long as I don't display values, it looks just like data grouping. However, if I want to export the results, I have to do a bit more work to create the result set.
  3. Groupings On Y Axis

    Hi. I need to create a 2D bar chart with 2 data groupings on the y axis. Is this possible? If so, what would the JSON data look like? I have attached a sample of what the chart should look like. Any help would be greatly appreciated.