To define the initial load of rows and columns and values this is the code for xml
<axes>
<axis name="rows">
<hierarchy sort="asc">
<dimensionName>[Business Sector]</dimensionName>
<hierarchyName>[Business Sector]</hierarchyName>
</hierarchy>
<hierarchy>
<dimensionName>[Measures]</dimensionName>
<hierarchyName>[Measures]</hierarchyName>
</hierarchy>
</axis>
<axis name="columns">
<hierarchy sort="asc">
<dimensionName>[Industry]</dimensionName>
<hierarchyName>[Industry]</hierarchyName>
</hierarchy>
</axis>
</axes>
Is there a way to definite in the var ie:
SyntaxEditor Code Snippet
var report = { configuratorActive: false, data: jsondata, axes { row: .....
Hi!
Yes, sure. Please look at this sample: https://jsfiddle.net/xh3q1y47/14/
Does it help?
Hello David and all Flexmonster users,
After the release of version 2.3, we would like to provide you with the updated sample: https://jsfiddle.net/flexmonster/v3kvwdjb/.
Regards,
Tanya