Vertical bar (Data Visualization) in UI builder

achyuthkrishna
Tera Contributor

Hi Experts,

 

I am using Vertical bars to represent some data in Configurable workspace. when clicked on a bar, respective data should be populated. How to achieve that? 

 

I am currently using for "Open tickets by age". So when I click on ">2 Months" I need list of tickets matching the condition. Could you please help me? 

 

Thank You

3 REPLIES 3

Nootan Bhat
Kilo Sage

Hi @achyuthkrishna 

You can have a modal pop upon the data visualization clicked. That modal can have the List layout which has the data source configured using the client state parameter.

Upon clicking the data visualization populate the state values example if client state is "tableName" on click of data visualization, you can populate it as "@payload.params.table" same goes for query too.

If List component is configured using data binding, required data can be populated based on visualization click.

 

Let me know if it helped.

 

Thanks

 

Hi @achyuthkrishna,

Please mark the reply as Accepted if it answered your question, so that others can get benefit.

 

Thanks

Nootan

Hi @Nootan Bhat 

Looks like you are very knowledgeable with data visualization. Do you think you can help me with this?

Workspace - UI Builder - Bar chart drilldown 

 

I would really appreciate it. Thanks in advance!