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.