Skip to content

Instantly share code, notes, and snippets.

@rajmeghpara
Created June 4, 2018 10:15
Show Gist options
  • Save rajmeghpara/9e3d40cc20096b2b23bc36a3f546cadf to your computer and use it in GitHub Desktop.
Save rajmeghpara/9e3d40cc20096b2b23bc36a3f546cadf to your computer and use it in GitHub Desktop.
<SingleRange
componentId= "revenue-list",
dataField= "ran_revenue",
className= "revenue-filter",
data= [
{ start: 0, end: 1000, label: "< 1M" },
{ start: 1000, end: 10000, label: "1M-10M" },
{ start: 10000, end: 500000, label: "10M-500M" },
{ start: 500000, end: 1000000, label: "500M-1B" },
{ start: 1000000, end: 10000000, label: "> 1B" }
],
showRadio= true,
showFilter= true,
filterLabel= "Revenue",
URLParams= false,
innerClass= {
label: "revenue-label",
radio: "revenue-radio"
}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment