Skip to main content

WINLOSSSPARKLINE

The WINLOSSSPARKLINE have the following options:

OptionDescription
DataA range reference that represents sparkline data. For example: A1:C3.
DataOrientationA number that represents the sparkline data orientation, 0 is vertical, 1 is horizontal.
DateAxisDataA range reference that represents sparkline date axis data. For example: D1:F3. This setting is optional.
DateAxisOrientationA number that represents the sparkline date axis orientation, 0 is vertical, 1 is horizontal. This setting is optional.
SettingA string with JSON format. For example: "{axisColor:rgb(255,255,0),firstMarkerColor:brown,highMarkerColor:red,lastMarkerColor:blue,lowMarkerColor:green,markersColor:purple,negativeColor:yellowgreen,
seriesColor:pink,displayXAxis:true,showFirst:true,showHigh:true,showLast:true,showLow:true,showNegative:true,showMarkers:true,lineWeight:3,displayHidden:false,
displayEmptyCellsAs:1,rightToLeft:false,minAxisType:1,maxAxisType:1,manualMax:5,manualMin:-3}". This setting is optional.

The following table lists the JSON format string and the equivalent sparkline setting method or property.

Json PropertySparklineSetting Method or Property
AXISCOLORaxisColor()
FIRSTMARKERCOLORfirstMarkerColor()
HIGHMARKERCOLORhighMarkerColor()
LASTMARKERCOLORlastMarkerColor()
LOWMARKERCOLORlowMarkerColor()
MARKERSCOLORmarkersColor()
NEGATIVECOLORnegativeColor()
SERIESCOLORseriesColor()
DISPLAYEMPTYCELLSASdisplayEmptyCellsAs
RIGHTTOLEFTrightToLeft
DISPLAYHIDDENdisplayHidden
DISPLAYXAXISdisplayXAxis
SHOWFIRSTshowFirst()
SHOWHIGHshowHigh()
SHOWLASTshowLast()
SHOWLOWshowLow()
SHOWNEGATIVEshowNegative()
SHOWMARKERSshowMarkers()
MANUALMAXmanualMax
MANUALMINmanualMin
MAXAXISTYPEmaxAxisType
MINAXISTYPEminAxisType
LINEWEIGHTlineWeight

Sample Usage

In order to use the WINLOSSSPARKLINE formula, start with your edited Excellentable:

Then type in the WINLOSSSPARKLINE formula in the area you would like to display the outcome:

By adding the values you would like to calculate the WINLOSSSPARKLINE formula for, Excellentable will generate the outcome:


A
B
C
1
Month 
Revenue
2
02/01//2014
10
3
03/01//2014
20
4
04/01//2014
50
5
05/01//2014
100
6
06/01//2014
30
7
07/01//2014
-10
8
08/01//2014
-25
9
09/01//2014
60
10
10/01//2014
50
11
11/01//2014
30
12
11/30//2014
80
13
12/31//2014
88
D
1
2
3
4
5
6
7
#NAME?
8
9
10
11
12
13


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.