cancel
Showing results for 
Search instead for 
Did you mean: 

Custom properties -additional controls like date picker etc

Former Member
0 Kudos

Hi

Is it possible to add the below controls in the custom property for visualiaztion extension

1.Slider

2.Date picker

3.Text box

4.Radio button

Had gone through the samplebar extension tutorial but it is limited to only check box type property controls

Kindly suggest.

Regards

Md.Arrif

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

yes surely you can do that but you need to dig deeper with d3.

Please have a look at these below links which I found on google.. I will recommend to go through D3.js coding to design such components.

Brush as Slider

D3.js Slider Examples

A D3.js dashboard with a console for selecting dimensions

D3.js Tips and Tricks: Using HTML inputs with d3.js

Former Member
0 Kudos

Ranajay,

Thanks for your answer.

I need these controls in the vizualization properties tab in compose room,not inside the visualization itself.

So I think it should be achieved in lumira specific APIs rather than D3.