score:6
Accepted answer
I found a way like this and its working :-)
plotOptions: {
ohlc: {
color: 'red',
upColor: 'green'
}
},
series : [{
type: 'ohlc',
name : 'Stock Price',
data : [],
yAxis : 0,
}, {
type: 'column',
name : 'volume',
data : [],
yAxis : 1,
}]
score:2
You can use these to change the colors for down line and up line colors as well.
plotOptions: {
candlestick: {
color: 'red',
upColor: 'green'
lineColor: 'red',
upLineColor: 'green'
}
}
Source: stackoverflow.com
Related Query
- Highchart / Highstock how to set color of individual ohlc or candle?
- Cannot set Individual Point color in Series for Highstock API, it works for Highchart API
- How to set series-label to false by default and change the color of series label text in highchart
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- How to set color for non plotting Area in HighChart
- How to create a new Highstock chart with new Highchart and not jquery?
- Highstock/Highchart cannot set Individual Point color
- How to set PointIntervals per month in HighChart
- how to set a rangeSelector for highstock
- How to change series legend text color in HighChart chart?
- How do I set the background color of a Highcharts HTML label?
- Set background color to HighChart xAxis labels
- How to Change Highchart Column Color Dynamicly
- How to color series legend in highcharts when colorbypoint is set to true
- how to change color of line chart in highchart based on a categorical column in r?
- How to set border in column chart - Highchart
- How to show plotlines on highstock when its set much higher than the data series?
- How can I set the alignment for individual axis labels in highcharts?
- Set background color for only one pane in multi-pane Highstock chart
- How do I setup Individual Column color for each Column (HighStock/HighChart)
- HighCharts - how to set labels font color for printing?
- Highstock - How to change tooltip color
- In Highcharts, how can we separatedly set up the border color of each block in a Pyramid chart
- Set series color based on X axis on a column Highchart
- How to set Highchart datetime format to minute?
- How do I set the highchart gantt headers as fixed when I scroll vertically
- How can I set the legend symbol color for a series when using colorByPoint?
- How can I set navigator's start&end in Highstock candlestick chart?
- how to add an color picker control to highchart for changing the color of series by user
- How to set a minimum range in highstock navigator?
More Query from same tag
- How to set PointIntervals per month in HighChart
- Highstock \ Highcharts. Combine line and percentage charts?
- Highcharts: Align two series horizontally to the same x-axis which are in opposite sides
- Highchart not printing json when I add extra line to redirect
- How to add icon/svg/image on X-axis for bar graph onclick event using highcharts?
- Draw polygons with highcharts
- Angular Highcharts Radial Bar Chart not working as expected
- Get rid of the name against the series which is already showing in legends
- Legends Name Over Bar Charts Instead of Value
- Highcharts (javascript) strange artifact (bug?) with simple graphic
- Stacked Bar chart with multiple yAxis
- How to send JSON using JSF2 Primefaces Request Context to Highchart?
- Highcharts plot MACD + EMA + Volume
- Highcharts (highstock) anyway to detect maximum value in a series
- Drop down menu disappears after the chart is created
- Manipulate PHP array to group small values for use in Pie Chart
- put labels on the right of the chart area in HighCharts
- Highchart columns chart overlaps yAxis.plotLines labels
- Add additional data to a Highcharts series for use in formatters
- how to get updated value of react useState hook from setInterval function in highcharts?
- How to get grid position in React Highcharts
- Maximum value for gauge being ignored in highcharts
- Slider in Highcharts similar to Google Playground
- Format highcharts tooltip
- Highmaps caribbean map
- Adding different y-axis name to all different chart in synchronous chart Highchart
- HighCharts Export Server not rendering series marker symbols consistently
- Highstock returns incorrect Width after print
- Highcharts 4.0 iPhone/Touchscreen Scrolling
- highcharts: A chart with 1 or 0 in Y axis