Marker Customization
You can customize markers by initializing the e-marker-settings
property. The customization options allow you to change the fill
, width
, opacity
and border
for marker. This customization only applicable for line, column and area type Sparkline.
<ej-spark-line id="sparkline" >
<e-marker-settings color="#ff14ae" visible="true">
<e-border width="1" ></e-border>
</e-marker-settings>
</ej-spark-line>