- This topic is empty.
- AuthorPosts
-
- 08/27/2012 at 7:22 am #5248
AnonymousParticipantHi Mandeep,
I'm working on this issue.
I let you know the results once I have something.
- 04/04/2013 at 9:35 am #4158
AnonymousParticipantHi,
I am able to configure MultiSeries and Stacked chart types separately. It has been a challenge to figure out the combined chart type (MultiSeriesStackedColumn2D).
I am getting messages “No data to display”. Please look into the following configuration:
<Configuration>
<Series>
<Items FieldName=”Cost” AggregateFunction=”Sum” ChartSeriesType=”COLUMN” FilterFieldName=”Group” SeriesName=”Cost” ShowValues=”true” IncludeInLegends=”true” />
<Items FieldName=”Profit” AggregateFunction=”Sum” ChartSeriesType=”COLUMN” FilterFieldName=”Group” SeriesName=”Profit” IncludeInLegends=”true” ShowValues=”true” />
</Series>
<XAxis FieldName=”Year” SortFieldName=”Year” SortFieldOrder=”ASC” />
<YAxis />
</Configuration>
Thanks,
Message was edited by: dan gauntner
- 04/04/2013 at 9:35 am #6009
AnonymousParticipantHi Mandeep,
We identifid an issue with the MultiSeriesStacked chart type. It will be fixed in the future releases.
As a workaround, use multiple Stacked chart types on the same page.
-
- AuthorPosts
You must be logged in to reply to this topic.