Posts

Showing posts from November, 2015

DVT problems in Jdeveloper 12.1.3

Image
Hi, In 12.1.3 when you drag and drop a view object as a graph, the bindings created are not a type graph anymore, they are a normal tree, which raises the following question; how do you access again the wizard for the graph in case you want to change something on it or even further; how would you now implement a drill down graph? I wrote a post for the previous release which seems to be not applicable for this new realease. Am I missing something? Regards. The fact that the new Charts now use a standard tree binding instead of a custom Graph binding allows for more flexible tag structure and usage of stamping. For example, to achieve the feature where each bar is colored differently even though they all belong to the first series, we recommend to use attribute groups to specify that the bars should be colored by group. To to this, you would insert the following code into the <dvt:chartDataItem> tag, instead of swapping the series and group bindings: <dvt:a