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

Histogram

Hi Syncfusion,
do you have built-in Histogram?

1 Reply

DD Dharanidharan Dharmasivam Syncfusion Team June 12, 2017 12:33 PM UTC

Hi Kosta,  

Thanks for contacting Syncfusion support. 

We have analyzed your query. As of now in chart, we have histogram for indicators of MACD type. In indicators, we can specify the histogram to macdType property as depicted in the below code snippet. So that the indicators can be rendered as histogram. Find the code snippet below to achieve this requirement. 

Angular 1: 

<div id="container" ej-chart> 
       <e-series> 
              <e-series e-dataSource="ChartData" e-name='Hilo'> 
              </e-series> 
       </e-series> 
       <e-indicators> 
            <e-indicator e-type="macd" e-seriesName="Hilo" e-macdType="histogram"> 
            </e-indicator> 
       </e-indicators> 
</div> 
                                                              


Screenshot: 
 

Sample for reference can be find from below link. 

For more information on macd type, kindly follow the below link. 

If we have misunderstood your query, kindly revert us with the following details, which will be helpful in further analysis and provide you the solution sooner. 

·       Share some screenshots with your requirement 
·       If possible, share the competitor links with your requirement 

Thanks, 
Dharani. 


Loader.
Live Chat Icon For mobile
Up arrow icon