score:1
Accepted answer
example how to add pattern fill to rendered background, remember to join to your scripts, script responsible for pattern.
<script src="https://code.highcharts.com/modules/pattern-fill.js"></script>
chart.mybackground = chart.renderer.rect(plotleft + 10, plottop, firstpointwidth - 20, 50, 0)
.attr({
'stroke-width': 1,
stroke: 'red',
fill: {
pattern: {
path: {
d: 'm-1 1 l2 -2 m0 16 l16 -16 m15 17 l8 -8',
strokewidth: 2,
zindex: 6
},
color: 'black',
width: 16,
height: 16
}
},
opacity: 0.5,
zindex: 5
})
.add();
Source: stackoverflow.com
Related Query
- How Can we display blocked area for particular timeline in horizontal bar in gantt highchart
- How can I display the outcome of the for loop in highcharts
- Highstock - How can i display the open, high, low, close in the line or area charts tooltip
- How can I apply a radial gradient for 3d but ONLY for particular charts?
- How to add negative area or background for a specific bar or pie chart in highcharts?
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- How can I draw Highcharts horizontal stacked bar with date-time duration
- How can I change the background color of horizontal bar if date value is less than to current date?
- How can I create a horizontal stacked bar chart with labels on the bars themselves as well as labels above the bars?
- How can I put text within horizontal bar chart data points using Highcharts as well as adding text underneath each data point? Example below:
- How can I show the value above only a particular bar in highcharts?
- How to apply borderRadius only for top side of Column or Bar in Highchart
- Highcharts - How can I remove starting and ending padding from area chart
- Highcharts.js: how can stacked area graph animations be smooth?
- In highcharts's stacked bar chart, how can I remove the white space between different
- How can I show the label next to the bar in r highcharter?
- How to output JSON in python so it can be used for Geckoboard's Highcharts plugin
- How to set the x value for High Charts error bar
- How can I prevent my HighChart bar chart from being inverted?
- How to place x axis labels on top of horizontal bar chart
- HighCharts: Logarithmic Scale for Horizontal Bar Charts
- How to add a horizontal line in Column bar chart in Highcharts plugin?
- How can I add a Bar Chart to my Django based Database?
- Display blank space if data is not present for a particular date
- HighCharts: How to display unique text for yAxis Label in a spline chart
- how to display 2 same highcharts without duplicate the code
- Highcharts - In area chart how to use gradient color for multiple series?
- How can I set the alignment for individual axis labels in highcharts?
- how can i add in highcharts a different dashStyle just for a part of the graph
- How to display a Bar Chart in DataTable
More Query from same tag
- Highcharts: Is it possible to display series with the same name in different columns?
- Highcharts navigator not working with data set
- Hyperlinked column in a Highcharts drilldown
- HighCharts Live Data using mqtt
- How to generate two heatmap on same scale?
- Highcharts can not display ajax's return data
- Dynamically added directive is not interpolated
- highcharts not showing on heroku using python flask app
- How to fire click event in moxie highcharts
- High Chart Formatting
- HighChart Chart displaying incorrect data when switched to StockChart
- Add Categories to Highcharts via Loop
- How to add clickable HTML-link into tooltip in Highcharts 5.0.x?
- Highcharts highstocks - Dual chart axis issue
- Redrawing the tooltip inside of the tooltip positioner callback
- How to render a line from dataLabels to marker on graph in HighCharts?
- Highcharts export (PhantomJS) to server does not show words
- Rendering multiple charts with React
- create-react-app Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- Website content is not responsive in PDF A4 page
- Highcharts 'marker' line padding
- Highcharts change prototype function based on options
- Custom legend in rCharts (highcharts)
- High chart with diffrent series data
- Highcharts - Ignore Series in Pie Percentage
- Javascript: Trying to load highcharts without freezing the browser
- Can highcharts crosshairs show on top of area chart fill?
- Highcharts datetimex axis incorrect start time and interval
- Column behind column highchart