on ‎2024 Aug 13 1:08 PM
Hi Experts,
I am using sapui5 flexible programming model to display a chart block in a custom page. The chart displays properly.
When i do transition between charts it is not working. By default it displays column chart but when i select different chart like bar chart or donut chart, it displays bar or donut. Now if i again select default column chart it does not displays.
View.xml:
<mvc:View controllerName="dashboard.ext.main.Main"
xmlns:core="sap.ui.core"
xmlns:mvc="sap.ui.core.mvc"
xmlns="sap.m"
xmlns:macros="sap.fe.macros"
xmlns:l="sap.ui.layout">
<Page id="Main" title="{i18n>MainTitle}">
<content>
<HBox fitContainer="true" alignItems="Stretch" alignContent="Stretch" justifyContent="Start" renderType="Div">
<l:Grid hSpacing="1" containerQuery="true" defaultSpan="L6 M6 S12">
<l:content>
<macros:Chart id="Chart" metaPath="@com.sap.vocabularies.UI.v1.Chart#PlantVsIntiatives" personalization="Type,Item,Sort" selectionMode="Multiple" chartType="Column"/>
<!-- <macros:Chart id="Chart2" metaPath="@com.sap.vocabularies.UI.v1.Chart#PlantVsIntiatives" personalization="Type,Item,Sort" selectionMode="Multiple" chartType="Column"/> -->
</l:content>
</l:Grid>
</HBox>
</content>
</Page>
</mvc:View>
annotation.cds:
Request clarification before answering.
Hi,
I am assuming this is in a Fiori elements OData V4 context. If so: In the custom page, do you make use of the chart building block? If yes, I see this as a bug - please open a SNOW ticket against CA-UI5-FE with all the usual details (URL, connections & credentials, steps to recreate,...) and we will look into it.
Best Regards,
Sandeep
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.