Y grid lines with different colors or styles ?

804 views
Skip to first unread message

sbam...@gmail.com

unread,
Oct 10, 2014, 11:42:11 AM10/10/14
to c3...@googlegroups.com
Hi,

is it possible to set a parameter to color or style y-grid lines ?

Ciao
sbama

lbobo...@gmail.com

unread,
Aug 20, 2015, 3:57:22 AM8/20/15
to c3js, sbam...@gmail.com
2014년 10월 11일 토요일 오전 12시 42분 11초 UTC+9, sbam...@gmail.com 님의 말:
########################### css ##########################
.c3-ygrid-line.red line {
stroke: red;
}
.c3-ygrid-line.yellow line {
stroke: yellow;
}
########################### js ###########################
grid: {
y: {
/* show: true, */
lines: [
{value: 40, class: 'yellow'},
{value: 50, class: 'red'}
]
}
},
Reply all
Reply to author
Forward
0 new messages