Axis Customize

The Sparkline axis can be collapsed using visible property in axisLineSetting and this not applicable for win-loss. You can customize color, width and dash array of axis line.

  • JS
  • $("#container").ejSparkline({
                // ...
                axisLineSettings: {
                    visible: true,
                    color:"#ff14ae",
                }
    
                // ...
            });