☰
Why Choose ApexCharts
- 20 chart types
- 1 million weekly downloads
- 100+ samples includes
var options = {
series: [
{
data: [-33, -13, -45, 95, 12, 15, -34, -61, 66, 82, 1, -36]
}
],
chart: {
height: 350,
type: 'line',
zoom: {
enabled: false,
},
},
dataLabels: {
enabled: false,
},
title: {
text: 'Negative color for values less than 0',
align: 'left',
},
xaxis: {
categories: [
'Jan',
'Feb',
'Mar',
'Apr',
'May',
'Jun',
'Jul',
'Aug',
'Sep',
'Oct',
'Nov',
'Dec',
],
},
stroke: {
width: 5,
curve: "monotoneCubic"
},
plotOptions: {
line: {
colors: {
threshold: 0,
colorAboveThreshold: '#0088ee',
colorBelowThreshold: '#ff0000',
},
},
}
};
var chart = new ApexCharts(document.querySelector("#chart"), options);
chart.render();
Reset Password
Enter your email address and we'll send you a link to reset your password.
Back to Login
Please wait...