Marker Customization
You can customize markers by initializing the e-markerSettings
property. The customization option allow you to change the visibility, fill, width, opacity and border option color, width, opacity for marker. This customization only applicable for line, column and area type Sparkline.
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" ng-app="SparklineApp">
<head>
<title>Essential Studio for AngularJS: Sparkline</title>
<!--CSS and Script file References -->
</head>
<body ng-controller="SparkCtrl">
<div id="container" >
<ej-sparkline e-markersettings-visible="true" e-markersettings-fill="#ff14ae" e-markersettings-width="4"
e-markersettings-border-width="1"></ej-sparkline>
</div>
<script>
angular.module('SparkApp', ['ejangular'])
.controller('SparkCtrl', function ($scope) {
});
</script>
</body>
</html>
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page