We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Any RangeBar chart?

You already offer RangeColumn, and RangeBar would be just a simple rotation, the same way Column and Bar complement each other.

Any possible way to get a RangeBar from a RangeColumn?

Regards,
Cris

3 Replies

DD Dharanidharan Dharmasivam Syncfusion Team October 24, 2016 05:09 AM UTC

Hi Cristian, 

Thanks  for using Syncfusion product. 
 
We have analyzed your query. As of now we don’t have rangeBar chart. As a work around you can use isTransposed property for rangeColumn to rotate it. Kindly find the code snippet below, 

Code Snippet: 
JS: 

//... 
commonSeriesOptions:  
  { 
    type: 'rangecolumn',  
    isTransposed: true 
  }, 
//... 

Screenshot: 
 

For your reference we have attached the sample. Kindly find the sample from below link, 

For more information in isTransposed property, kindly follow the below link, 

Thanks, 
Dharani. 



CS Cristian Scutaru October 24, 2016 06:01 AM UTC

That's exactly what I was looking for, Dharani, thank you so much!


DD Dharanidharan Dharmasivam Syncfusion Team October 24, 2016 12:35 PM UTC

Hi Cristian, 

Thanks for your update. 

Kindly revert us, if you need any further assistance. 

Thanks, 
Dharani. 


Loader.
Live Chat Icon For mobile
Up arrow icon