mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 101 forks source link

Pivot4j Grid and Chart #129

Closed echeypaz closed 10 years ago

echeypaz commented 10 years ago

Could you help where can modify to include grid and chart in the same page?

mysticfall commented 10 years ago

Sure, you can start by editing view.xhtml and find below lines:

<p:panelGrid id="pivot-grid" styleClass="pivot-grid"
        binding="#{pivotGridHandler.component}"
        rendered="#{pivotGridHandler.valid and empty chartHandler.chartName}" />

And just remove the " and empty chartHandler.chartName" part.

By the way, could you redirect further questions to our mailing list instead? While this issue tracker is intended for reporting problems, you can write freely on any subject regarding the project on the mailing list.

Hope this helps!

Regards, Xavier

echeypaz commented 10 years ago

Ok, i'll write other question in mailing list. I removed " and empty chartHandler.chartName" , then reboot the pentaho server, but it only show or grid or chart anywhere the two components.

Thanks.

mysticfall commented 10 years ago

@echeypaz Please double check that you have edited the right section, and try to switch to chart mode. You should see the selected chart component right below the grid.

echeypaz commented 10 years ago

Wonderfull!!!! Pivot4j is the best analysis view tool!!!!

mysticfall commented 10 years ago

Glad to know I was able to be of some help :)