hi :
when i used on('reportchange'), i found that, if we gave a option in the report in the beginning ,
flexmonster consider as there is a change !
for example : in the page http://jsfiddle.net/flexmonster/w3a7hxs9/, try give un option in the report
var pivot = new Flexmonster({
container: "pivot-container",
componentFolder: "https://cdn.flexmonster.com/",
toolbar: true,
report: {
dataSource: {
data: getData()
},
options: {
"viewType": "charts"
}
}
});
thank you !
Hello Long Yu,
Thank you for reporting this. The described behavior does not look correct. Our dev team will prepare a fix in the minor release on ETA Oct22.
We will keep you updated on the case.
Regards,
Dmytro
Hello Long Yu,
We are glad to inform that the version with the fix has already been released.
You are welcome to update the component.
Regards,
Dmytro
hi:
cool, thanks a lot and Congratulations to you !