Hi,
I want to display two graphs in the same chart in Apex. For every month their corresponding values have the same sum. So if the first graph value is smaller, the second graph value for that month will be larger so that the sum of both is constant.
Best suits that the graph type is bar and both graphs are shown one one the top of the other with distinct color for each graph serie. So that in the first view we have a constant sum for each month. Thus the visual meaning is that each color represent % of the serie for that month.
I see Apex if offering only graph bars to be shown side by side.
Is there any option to display the bars on top of each other?
Thank you