I want to implement line chart in that if values continuosly in fluctuation then want to highlight background

Hello,


I want to implement line chart in that if values continuously in fluctuation then want to highlight background with color.


Refer image for your reference.


Attachment: Pic2_9567e48b.png

1 Reply

DG Durga Gopalakrishnan Syncfusion Team January 12, 2026 01:49 PM UTC

Hi Yogesh,


You can create a vertical stripline by adding the stripline to the horizontal axis and setting its visible property to true. Striplines are rendered within the specified start and end range, and you can add multiple striplines to an axis. We have prepared the sample and attached for your reference. Please check with below snippet and screenshot.


primaryXAxis={{ stripLines: [{ start: 500, end: 2000,  color: 'red', visible: true, opacity: 0.2 }] }}




Sample : https://stackblitz.com/edit/react-4ptviysv?file=index.js


UG : https://ej2.syncfusion.com/react/documentation/chart/strip-line#vertical-striplines


Demo : https://ej2.syncfusion.com/react/demos/#/tailwind3/chart/stripline


Kindly revert us if you have any concerns.


Regards,

Durga Gopalakrishnan.


Loader.
Up arrow icon