Hello Synfusion Team,
We are using synfusion area chart. We want to hide the vertical lines of area chart. Is there any way to do it?
I tried using line chart but there i couldn't set the color gradient.
Our Result:
We want to hide vertical lines highlighted in yellow. It should look something like below.
html-
ts:
|
<ejs-chart>
<e-series-collection>
<e-series [dataSource]='data' type='Line' xName='x' yName='y' fill="blue" width=2 >
</e-series>
</e-series-collection>
</ejs-chart> |
Okay, I think this will do. Thank you synfusion team.