"Data Column(s)" is showing nothing, hence columns cannot be selected during the steps to enable views style format as "highcharts". This may be because it only supports integers, but there is definitely one integer column in the view.
"Data Column(s)" is showing nothing, hence columns cannot be selected during the steps to enable views style format as "highcharts". This may be because it only supports integers, but there is definitely one integer column in the view.
Comments
Comment #1
stovak commentedHow can I reproduce this issue? When I have integer columns in the fields they show up on the view config panel....??
Comment #2
milesw commentedSame issue here, because I'm not using an actual numeric field. The field I want to use for data is from Views aggregation – a count of nodes for each taxonomy term.
What if all fields were selectable, and it was up to the user to correctly choose a numeric field?
Comment #3
stovak commentedI'll try to get this in a dev branch this weekend and let you know.
Comment #4
kong commentedSubscribing... I'm exactly in the same situation as @milesw
Comment #5
Georgique commentedTry my patch please. If you will have some errors tell me, I will try to fix.
http://drupal.org/node/1335218
Comment #6
stovak commentedSo i've added code in the DEV branch that allows any column to be added to the HighChart. You could potentially break the chart if you add a column that is text. I hope to put a check to fix that soon. Dev branch will be the place where these issues are fixed going forward.
-tom
Comment #7
stovak commented@ Georgique - didn't see your patch before I updated the dev branch. Will take a look at your patch later this week.
Comment #8
stovak commentedResolved in a newer version.
Comment #9
stovak commented