I select chart type is combo in my vc model and select data series is columns and line.
I define 5 series in the chart.
once i deployed the model the output shows the columns are overwrite in stacked position.
eg:
series 1: 10%
series 2: 20%
series 3: 45%
series 4: 25%
series 5 is line type
but in the chart the only one column will display,its top value 45% and itself shows 10% and 20% in different color.Don't show the 25% value on that column.
How to display the chart columns in clustered type in combo chart.
thanks in advance
Aravind.S