Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have line chart and if maximize the chart then display the title and if minimize the chart then hide the title in the chart.
I have filter like category, if select any values in category then category value is displaying if maximize the chart and if minimize the chart then hide the category.
Please see the attached example for reference.
If possible please suggest me how to achieve this scenario.
Thanks & Regards,
Lakshman
Pretty sure that is going to require macro and API calls, so about the best I have is the API Guide QVW to let you know what APIs are available:
Just note that with the Ajax client, you have to be very careful with macros as everything runs server-side, so it is quite likely you may run into problems getting things to work properly in many cases. I would almost think it may be easier to have two different versions of your chart and use the show/hide condition expressions on them to control which one is shown, that may be the better workaround on this one potentially.
Regards,
Brett