score:1
Accepted answer
It can be done exactly the same as in the answer mentioned in your question but instead of modifying the graph
you have to modify the area
property.
Code:
chart.series[1].area.attr({
fill: 'rgba(124,181,236,0.7)'
});
Demo:
Source: stackoverflow.com
Related Query
- access svg element in a arearange HighCharts chart
- How can I get access to a Highcharts chart through a DOM-Container?
- Highcharts export chart exportSettings with svg file
- Highcharts adds duplicate xmlns attribute to SVG element in IE
- HighCharts Stock Chart error code 18
- highcharts chart showing only last element in series
- Highcharts using Django-Chartit. Chart lines not displayed without window resize, or Inspect Element
- Highcharts display label for pie chart using html table as data source
- Question on Highcharts SVG element create / destroy using Highcharts.SVGRenderer
- Highcharts SVG Export from Python Server Side Code
- HighCharts Arearange Chart not working
- How to click on SVG element in highcharts to download file using Selenium
- Render SVG images on each point of gantt chart in highcharts
- Highcharts AreaRange Chart issues with xAxis and last data point label
- Highcharts cloud issue with data source when duplicating chart
- Getting value from tooltip when hover on svg element on the graph created with highcharts
- Draggable Highcharts SVG Element
- I have no direct access to code but wonder if I can append my chart data points to a log file
- Highcharts svg element "highcharts-series-group" not resizing
- Get SVG Data from Highcharts without displaying the chart
- Can not access Highcharts chart from container, so I can't change data in a chart dynamically
- Highcharts SVG element not updating. Custom Freeform Drawing inside Highchats?
- How to create a column range chart in Highcharts using range and navigator functions?
- Highcharts chart option backgroundColor:'transparent' showing black on IE 8
- How to set Highcharts chart maximum yAxis value
- HighCharts turn animation false for line chart
- Programmatically change a chart title in highcharts
- Reload chart data via JSON with Highcharts
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Highcharts donut chart without inner pie?
More Query from same tag
- HighCharts stacked column chart : 'plotOptions.series.stacking' are incompatible types
- Highcharts: Change Pie Colors By Clicking on a button
- Javascript basic issue regarding passing parameters
- building highcarts options in views.py
- remove the single quote from json data, highchart dotnet api
- Highcharts multiple rowsUrl in same charts
- generate valid JSON for highcharts on click
- Highcharts y axis thousands separator
- Highcharts.js DateTime on x axis coming from JSON only displays number
- How to move point's label and SVGs by moving a point graphic in highcharts gantt?
- highchart background right side of hover marker
- Extending line/area chart lines to chart edges
- Highcharts event redraw/load with reflow, and Angular
- change the default distance in between the parallel axis in highchart
- Parse Json Data in Ajax Post
- Highcharts series.data not working for me
- Automatically plot accumulated data
- Tooltip help in HighCharts Column chart
- Highmaps redraw bug after update points (with enabled zoom)
- Highcharts Legend titles changing after drilldown and back?
- The right order of values for Bollinger Bands
- How can I reveal my chart tooltip programatically when the tooltip combines data from multiple series? (sync charts)
- Inner area color for pie-donut highchart
- highcharts for Angular 2 - No Directive annotation found on ChartComponent
- Drilldown displayed in coloum instead of pie chart
- Return xAxis category on click
- Highchart - Editing the tooltip date format content on hover
- US Counties map in Highmaps for Angular throws compilation error
- Highcharts addPoint function show nothing
- which chart can I use to make this? from highcharts