I am using your design in Domo, I have all of the features working great, except I cannot get the buttons (FullScreen, expand all, etc.) to function.
Domo requires that I split the code into Java and HTML. The issue I am having is that I have to filter the data through its own function, so when I click on the button I get a "cannot read properties" error. I am assuming it's because it cannot get to the chart.fullscreen command to execute it due to it residing within another function.
I have tried everything and I am stuck! Do you have any recommendations?
Good Afternoon Sir,
I am using your design in Domo, I have all of the features working great, except I cannot get the buttons (FullScreen, expand all, etc.) to function.
Domo requires that I split the code into Java and HTML. The issue I am having is that I have to filter the data through its own function, so when I click on the button I get a "cannot read properties" error. I am assuming it's because it cannot get to the chart.fullscreen command to execute it due to it residing within another function.
I have tried everything and I am stuck! Do you have any recommendations?