Hello guys,
I needed to create a graph in my web dynpro java application and I've successfully used Business Graphics to create it.
However, I can't seem to be able to customize my graph, like remove gridlines, change colors, etc - I click the "Edit" option in when selecting my Business Graph, it opens chart designer, I try to make a change but it doesn't store the changes, nor are they reflected in the preview window.
After searching and searching, I can't seem to find where the customization .xml is stored in my local development, if it even exists.
In the properties of my business graph there is a "customize" field, and I've tried to put some name there like "customize.xml" - when I did this and opened the chart designer it returned an exception and changes are not stored.
Internal Error
Plug-In Name: Web Dynpro Chart Designer
Internal Error : com.sap.ide.webdynpro.chartdesigner
Class : com.sap.ide.webdynpro.chartdesigner.ChartEditorPart
Method : getDeltaXML
Message : An error has occurred. See error log for more details
Exception : java.net.MalformedURLException: no protocol: customize.xml
If I don't input anything in this field, it doesn't give any error, but changes are not stored either.
Do you have any idea of what I need to do to customize my chart?
Best Regards