Need a special offer?Find out if your project fits.
+

question about on reportchange

Answered
long yu asked on October 1, 2018

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 !
 

3 answers

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster October 2, 2018

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

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster October 23, 2018

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

Public
long yu October 23, 2018

hi: 
cool, thanks a lot and Congratulations to you !

Please login or Register to Submit Answer