score:17
Please use color as hex i.e "#ff0000"
instead of 'red'.
score:0
I can't say exactly what the reason is.
but, here is the solution for it
use type in chart level
chart:{
type: 'area'
}
this will be applied to all the series
here is your updated fiddle http://jsfiddle.net/4HkXf/1/
hope this will be of some use to you.
score:2
fillOpacity: 0.1,
color: "rgb(0,0,0)"
seems to work on all browsers
fillOpacity: 0.1,
color: "#000"
does not work on all browsers
color: "rgba(0,0,0,0.1)"
does not work on all browsers
score:5
I resolved it by removing fillOpacity
, and instead specifying opacity as part of the color using rbga
:
series: [{
name: 'Buy / Sell ',
data: data.shares_change,
type: 'column',
color: 'rgba(0,128,0,0.4)', // #080
negativeColor: 'rgba(128,0,0,0.4)', // #800
pointWidth: 8
}]
Source: stackoverflow.com
Related Query
- Highcharts area fillOpacity do not work when changing the color
- Highcharts area graph with fillColor changing color depending on the zone color?
- Changing the color of the point dynamically in highcharts
- Highcharts change the line color if its out of the area range
- highcharts - changing color of area depending on y-value
- Highcharts - Series tooltip doesn't work when plotting lines that zigzag on the x axis
- HighCharts range area plot not working when plot is inverted
- HighCharts not updating when the state changes in React
- Highcharts - Guage - Changing the color and radius of the center black dot(circle)
- change datalabels color in a HighCharts chart when hovering without updating the series
- Highcharts not working when pass the javascript variable as hightcharts series data
- Highcharts : I am changing x-axis label, why are the label's not showing up?
- Highcharts donut pie not showing hover indicator if the slice color is white
- console error when changing line color in a HighCharts scatterplot
- HighCharts title styles i.e textDecoration property not applying when we export the chart using canvg
- How do I update an external DIV when a user swipes the finger along an Highcharts Area graph?
- How do i color the highcharts legend square symbol when my chart has multiple color entries
- Synchronized HighCharts does not work when charts have different width
- Highcharts not printing the line when there is empty data in the beginning
- Highcharts - Changing color of text if not enough room on bar graph
- Angular 9 Highcharts - when using series of type pie with type gauge the innerSize of pie is not working
- Highcharts areaspline, not getting the default color for chart
- Highcharts userOptions does not update after changing the chart title
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Highcharts When printing the chart does not fit the page
- highcharts Line color in the chart, in the legend and in the tooltip do not match
- When i scroll Gnatt highcharts some of the data is not shown in some columns
- Highcharts treemap with drillnodes and color axis : do not display sub level colors in the main level
- How can I fix the error #17 "The requested series type does not exist" error when trying to display a highcharts graph in Vue.js?
- how to customize heatmap highcharts plot area and the color of the datalabels
More Query from same tag
- Which javascript graphs / chart library?
- extra tooltip for displaying yAxis values on right side
- Change a highchart x axis Label
- How to detect the correct date format in highcharts
- HighCharts error #18: Requested Axis Does not exist
- Motion in drilldown bubble chart Highcharts
- groupPadding for stacking series in Highcharts
- Highcharts - disable hover for slices on pie chart
- Highcharts Gauge not showing in Angular
- Highcharts tooltip line height in styled mode
- How can I customize a Highchart filename?
- Import Highcharts and highcharts-more (AngularJS 1.5 + TypeScript + webpack)
- Legend height seems to have an impact on pie size
- Set bubble transparency in Highcharts?
- JSON data size limit
- Highchart graph customization not performing well
- TypeError: null is not an object (evaluating 'b.body') - Highcharts/wkhtmltopdf
- AngularJS With Highcharts WITHOUT JQuery
- How to format text infront of a datalabel in highchart?
- How can I capture all points belonging to the same series with the same xAxis value without a loop?
- Title/Text In Event (marker) Tooltip?
- How do I add text to a gauge's ticks?
- Highcharts how to customize enableMouseTracking?
- Highcharts chart sometimes appears squashed
- Convert SVG to an image/png using JS/PHP
- Extend line until new value occurs
- Torn off point markers on Navigator highcharts
- how to : specify colors for multiple axes chart?
- Highcharts on Modal Element being Clipped
- High Chart inserting data from arrays into line graph