Hi all,
is available some jQuery control to show graph coming from OLAP PivotGrid data ?
Thanks
Marco
Hi Marco!
There is a sample that demonstrates how to display a column chart with the data from a pivot grid here. This is not a built-in functionality, however you should be able to easily adapt the code from the sample to suit your need.
Is this what you are looking for?
Best,
Philip
Hi Philip,
i am looking for a similar thing.
Bur it seems to be an asp-net example, do you have an html/jquery example ?
I am attaching the HTML sample. You will need to fix the references to the js and css files.
Let me know if you need any further assistance.
it's perfect.
I have other two questions (if you need i will open two new topics) :
- it's possibile to export data from PivotGrid/PivotView in xls or csv format ?
- it's possible to save Pivot state , that is: layout of PivotGrid including selected measures,dimensions and filter, to reload later from a remote db or web server?