cancel
Showing results for 
Search instead for 
Did you mean: 

How to overwrite nodata with some custom text-vizFrame Charts

former_member356284
Participant

Hello All,

I am using vizFrame Charts, but here before data is getting fetched from the backed, nodata is getting displayed on the screen.

I tried a lot of techniques.

Tried to make the chart visible only after the model has been binded to it.

But this technique is working fine in the case of a view but not for a chart inside an icon tab bar.

Please let me know if you anything related to it.

Thanks,

Aakanksha

Former Member
0 Kudos

HI Dennis,

I am working on vizframes. As of now it is working fine .But i want to set "no data" text when there is no data from backend.

If i change the version No data text comes automatically .But i dont want to do this .So I am doing with css ,I have label with Text property set to "no data" text. Through css class i am trying to put it over vizframe. But I am unable to put it on top of vizframe ,Its going under vizframe. I tried with z-index property .But still no help. Kindly give me your advice here.

Thank you.

mynynachau
Community Advocate
Community Advocate
0 Kudos

Please create a new question in the community: https://answers.sap.com/questions/ask.html

Accepted Solutions (1)

Accepted Solutions (1)

former_member182862
Active Contributor

HI Askanksha

IMO, the right way to so this is to have busy = true for the chart; and on onAfterRendering of the chart, set the busy to false.

Dennis

former_member356284
Participant
0 Kudos

Yeah, Thankx Dennis. It worked for me.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Aakanksha ,

Please try https://archive.sap.com/discussions/thread/3437822

Let me know incase of any concerns.

Regards,

Meghal Shah

former_member356284
Participant
0 Kudos

Hi Meghal,

I tried this, it is not working for me, may be because I am using vizFrame library.