Active
Project:
Highcharts
Version:
7.x-2.x-dev
Component:
API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2011 at 05:18 UTC
Updated:
13 Sep 2015 at 22:20 UTC
Jump to comment: Most recent
I've got a content type that is basically just 12 separate decimal fields. I'm trying to aggregate (sum) all the nodes' values by field, then show those aggregated results in a chart -- Pie, bar, doesn't really matter. What I get instead is a breakdown, node by node, of each node's field results.
Here's a link to the sample I tried to set up. Best I can tell, the x-axis (0, 1, 2) are the three nodes of test data I created. Obviously I don't want that! I need all the results from all the nodes summed up.
The View is correctly constructed, and you can see the correct aggregation taking place at this link.
Hoping we can make this module work for us -- thanks!
Comments
Comment #1
stovak commentedShould display all view fields now.
Comment #2
stovak commentedThis was resolved a few releases back.
Comment #3
rgnyldz commentedI have the same problem. My pie chart is showing as expected. But the sum of the fields are not showing anywere. It would be nice if the sum would show up next to the label or inside the pie pieces.
Any suggestion with that?
Comment #4
rgnyldz commentedThe bar and column chart types are showing node based, so there are a lot of bars or columns. Only pie chart is working as expected.