score:35
take a look at the highcharts api here: https://api.highcharts.com/highcharts/chart.backgroundcolor and you will see it's a property of the chart object that can take a solid color:
{
chart: {
backgroundcolor: '#fcffc5',
polar: true,
type: 'line'
}
}
or gradiant:
{
chart: {
backgroundcolor: {
lineargradient: [0, 0, 500, 500],
stops: [
[0, 'rgb(255, 255, 255)'],
[1, 'rgb(200, 200, 255)']
]
},
polar: true,
type: 'line'
}
}
score:0
you can data: [[0, 0, true],
you can hide value by 'false
' and you can set your gradient
by
coloraxis: {
min: 0,
stops: [
[0, '#5dba76'],
[0.4, '#ffff00'],
[0.8, '#f30000']
],
mincolor: '#ff0000',
maxcolor: '#ffff00'
},
thanks :)
score:0
you can hide value by 'false'
data: [[0, 0, false], [0, 1, 2], [0, 2, 3], [0, 3, 4], [0, 4, 5], [1, 0, 2], [1, 1, 4], [1, 2, 6], [1, 3, 8], [1, 4, 10], [2, 0, 3], [2, 1, 6], [2, 2, 9], [2, 3, 12], [2, 4, 15], [3, 0, 4], [3, 1, 8], [3, 2,12], [3, 3, 16], [3, 4, 20], [4, 0, 5], [4, 1, 10], [4, 2, 15], [4, 3, 20], [4, 4, 25]
score:1
that's you want `
chart: {
polar: true,
type: 'line',
backgroundcolor:'rgba(255, 255, 255, 0.1)'
}
`
score:2
there is a backgroundcolor tag you can use: (http://jsfiddle.net/aep4e/)
chart: {
polar: true,
type: 'line',
backgroundcolor:'blue'
},
Source: stackoverflow.com
Related Query
- Changing series color in highcharts dynamically
- Changing HighCharts background color?
- Highcharts area fillOpacity do not work when changing the color
- Highcharts - change background color along specific date range
- Changing the color of the point dynamically in highcharts
- Changing color of spline lines based on values in HighCharts
- Make Highcharts border color match background color on column chart
- Background color to highcharts
- How do I set the background color of a Highcharts HTML label?
- Highcharts Change Bar Background Color Based on categories value
- Changing the color of a background with highcharts.js
- highcharts - changing color of area depending on y-value
- Highcharts - Guage - Changing the color and radius of the center black dot(circle)
- Highcharts - Export with background color
- Highcharts polar background color
- background color change in jquery highcharts
- Highcharts Heatmap background color when invalid data
- Highcharts set background color and opacity
- Highcharts original background color always gets exported
- How to remove background color on hover of bar in highcharts
- Changing Color of Data Labels in HighCharts Bar Chart
- console error when changing line color in a HighCharts scatterplot
- How can I apply different background color to entire tooltip for different series in highcharts
- Highcharts Sunburst changing color on level change
- Change background color on HighCharts
- Highcharts apply different background color to all month of each year
- Highcharts chart with risk color background
- Highcharts threshold background color from 100 y-axis
- Highcharts - Changing color of text if not enough room on bar graph
- set the background color for column group graphs in highcharts
More Query from same tag
- Highcharts tooltips with all items in category listed
- create multiple charts during runtime ssrs
- Highcharts X-Axis value on top of stacked column
- Ionic 2 Highcharts
- Highcharts series data array not working
- HighCharts pointPlacement option not working in a single column chart
- highcharts stacked columns and spline messed up yAxis display
- custom periods value is not taking for linear indicator in highcharts
- Getting error when using angular2-highcharts in angular2 project
- Live multiple series with highchart
- Highcharts, how to create chart drill down with database mysql
- Highcharts stacked percentage area
- MACD + High chart Graph plotting issue
- Update chart with HighchartsReact is not working when a timer is used in React
- Vuejs + HighchartJS xAxis width
- Highmaps with Highcharts : Highcharts error #17 with jQuery
- Angular child component doesnt recognize input changes
- Make a choropleth from a non-highmap-collection map
- How to select zoomed area by passing range as parameter in plot (High Chart)?
- Dotted lines in highcharts.net
- Responsive behaviour for ng-highcharts with compiled ng-click on xAxis labels hidden on load
- HighChart - show tooltips for null on hover
- Is there any way to know whether a highchart DOM is complete rendered?
- Java Server Based Highcharts and width limitation
- Drilldown With Linked Series
- To pass dynamic json array to Highcharts Pie Chart
- Heatmap yAxis change does not work as expected
- Highcharts tooltip background according to line (without setting backgroundColor = null)
- spark-highcharts export to file (png or pdf)
- Update xAxis individual label position for printing Highcharts