Steps to reproduce:

- Set up a new view with a "Page" display.
- Configure the page display to be any line/bar chart, while making sure that the style settings affect "All displays".
- Create a new "Sub-chart" display.
- Try to make the Page display the parent chart. In the dropdown select list, only the "Master" display will be shown.

This problem is because we don't use the get_option() method that resolves settings that inherit from the default master display. This means that setting up sub-charts may be mysteriously difficult to set up, since attaching to the master display won't have any effect on the page version of the view.

CommentFileSizeAuthor
#1 charts_subchart_attach-2219973.patch949 bytesquicksketch

Comments

quicksketch’s picture

Status: Active » Fixed
StatusFileSize
new949 bytes

This patch fixes the issue. Committed to 7.x-2.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

dqd’s picture

INFO: @TODO - We evtl.. need to change documentation since the "sub chart" display is not available no more and probably merged into chart add on , from what I think ... https://www.drupal.org/node/2426929