Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Can Cube grid and chart be put inside a section?

    Hi,

    I was unable to show cubeGrid or Chart inside a section.

    I was able to show chart in a Vlayout using the code VLayout0.addMember(Chart, 1); But if I change VLayout0 to section ID it does not work.

    How can I make cubeGrid and Chart show under sections?

    Thanks.

    #2
    If you can show a component inside a layout as a member, you should have no problem showing it inside a section stack as an 'item' within a section.

    If you think this is actually a bug to do with the CubeGrid or Chart components, please show us your test case and we can comment!

    Comment

    Working...
    X