Customize
HighCharts Library 
xAxis
labels
align :
enabled :
rotation :
step :
staggerLines :
plotBands
color :
plotLines
color :
yAxis
allowDecimals :
alternateGridColor :
ceiling :
floor :
endOnTick :
gridLineDashStyle :
gridLineColor :
gridLineWidth :
gridLineColor :
lineColor :
lineWidth :
max :
min :
minRange :
maxRange :
offset :
opposite :
reversed :
reversedStacks :
showEmpty :
showLastLabel :
showLastLabel :
startOfWeek :
startOnTick :
tickColor :
tickInterval :
tickLength :
tickPixelInterval :
tickPosition :
tickWidth :
tickmarkPlacement :
tooltip
animation :
backgroundColor :
borderColor :
borderRadius :
borderWidth :
enabled :
followPointer :
followTouchMove :
footerFormat :
headerFormat :
hideDelay :
pointFormat :
shadow :
shape :
shared :
snap :
useHTML :
valueDecimals :
valueSuffix :
valuePrefix :
xDateFormat :
title
margin :
floating :
text :
useHTML :
verticalAlign :
x :
y :
subtitle
align :
floating :
text :
useHTML :
verticalAlign :
x :
y :
series
id :
index :
name :
type :
zIndex :
plotOptions
area
allowPointSelect :
animation :
duration :
easing :
color :
connectEnds :
connectNulls :
cropThreshold :
dashStyle :
enableMouseTracking :
fillColor :
fillOpacity :
lineColor :
lineWidth :
negativeColor :
negativeFillColor :
pointInterval :
pointStart :
selected :
showCheckbox :
showInLegend :
stickyTracking :
trackByArea :
turboThreshold :
visible :
series
allowPointSelect :
animation :
color :
dashStyle :
dataLabels
align :
borderRadius :
backgroundColor :
borderColor :
color :
enabled :
borderWidth :
rotation :
padding :
shadow :
useHTML :
verticalAlign :
x :
y :
zIndex :
enableMouseTracking :
lineWidth :
marker
enabled :
fillColor :
height :
lineColor :
lineWidth :
radius :
states
hover
enabled :
fillColor :
lineColor :
lineWidth :
lineWidthPlus :
radius :
radiusPlus :
select
enabled :
fillColor :
lineColor :
lineWidth :
radius :
symbol :
width :
legend
align :
backgroundColor :
borderColor :
borderRadius :
borderWidth :
enabled :
floating :
itemDistance :
itemMarginBottom :
itemMarginTop :
itemWidth :
layout :
lineHeight :
margin :
padding :
reversed :
rtl :
symbolPadding :
symbolRadius :
symbolWidth :
verticalAlign :
width :
x :
y :
+
 -
Chart Result
Code Selected
tooltip > animation (false)
yAxis > endOnTick (false)
yAxis > minRange (2)
yAxis > maxRange (2)
yAxis > showLastLabel (true)
yAxis > showLastLabel (true)
title > text ('tttt')
subtitle > text ('sty')
legend > align ('right')
legend > borderColor ('#37C3FF')
legend > enabled (true)
legend > floating (true)
legend > itemDistance (30)
legend > itemWidth (200)
legend > lineHeight (40)
legend > reversed (false)
legend > rtl (false)
legend > verticalAlign ('middle')
plotOptions > area > animation (true)
plotOptions > area > enableMouseTracking (true)
plotOptions > area > fillColor ('#37C3FF')
plotOptions > area > lineColor ('#37C3FF')
plotOptions > series > allowPointSelect (true)
plotOptions > series > lineWidth (35)
plotOptions > series > dataLabels > enabled (false)
Clear all
Code Result
tooltip: {
animation: false
}
,
yAxis: {
endOnTick: false,
minRange: 2,
maxRange: 2,
showLastLabel: true,
showLastLabel: true
}
,
title: {
text: 'tttt'
}
,
subtitle: {
text: 'sty'
}
,
legend: {
align: 'right',
borderColor: '#37C3FF',
enabled: true,
floating: true,
itemDistance: 30,
itemWidth: 200,
lineHeight: 40,
reversed: false,
rtl: false,
verticalAlign: 'middle'
}
,
plotOptions: {
area: {
animation: true,
enableMouseTracking: true,
fillColor: '#37C3FF',
lineColor: '#37C3FF'
}
,
series: {
allowPointSelect: true,
lineWidth: 35,
dataLabels: {
enabled: false
}
}
}
RefreshAll RefreshResults
Click here to see your activities