score:2
Accepted answer
I followed this, http://highslide.com/forum/viewtopic.php?f=9&t=7622 and resolved my problem
score:0
Try this:
chart = new Highcharts.Chart({
chart: {
renderTo: 'container',
defaultSeriesType: 'column',
type: 'area', //this is also needed
},
plotOptions: {
series: {
fillOpacity: 0.1
}
}, ...
jsfiddle: http://jsfiddle.net/4HkXf/1/
score:4
You can set the color of series:
var chart;
$(document).ready(function() {
chart = new Highcharts.Chart({
chart: {
renderTo: 'container',
defaultSeriesType: 'column'
},
xAxis: {
categories: ['1','2']
},
plotOptions: {
column: {
pointPadding: 0.2,
borderWidth: 0
}
},
series: [{
name: 'Tokyo',
data: [95.6, 54.4]
}, {
name: 'New York',
data: [106.6, 92.3]
}, {
name: 'London',
data: [59.3, 51.2]
}, {
name: 'Berlin',
data: [46.8, 51.1],
color: 'rgba(150,100,50,0.5)'
}]
});
});
Note the last series defined there with color.
Source: stackoverflow.com
Related Query
- Set opacity of Highcharts pie chart
- Set Opacity Pie Chart Highcharts
- set Pie chart labels exact in center of Slices of PIE highcharts
- How to dynamically set title in Pie Chart of Highcharts
- Highcharts display label for pie chart using html table as data source
- Highcharts how to make a set number of colors for pie chart data and drilldown data
- Highcharts set slice size of pie chart
- Opacity Highcharts pie chart IE8
- How to set Highcharts chart maximum yAxis value
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- HighCharts - Make the pie chart 100% of the div
- Place text in center of pie chart - Highcharts
- Highcharts : Change opacity of a column chart
- Highcharts Pie Chart.How to set labels in two lines
- Highcharts - labels inside and outside a pie chart
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- Highcharts pie chart dynamically changes size
- Highcharts not displaying data labels for Pie chart in arabic
- Total of values in HighCharts Pie Chart
- HighCharts Pie Chart - Add text inside each slice
- highcharts - chart names for multiple pie chart series in one chart
- Highcharts Pie Chart Drilldown not showing on third drill
- Highchart's Pie Chart Opacity Changes on Hover
- Highcharts Pie Chart Label Threshold
- Highcharts Bar Chart - How to set the minimum bar width/length
- HighCharts - Pie chart drilldown for multilevel (3 to 4 level)
- Grand Totals in HighCharts Pie Chart Legend
- HighCharts Pie Chart Legend value alignment
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- Rotating dataLabels in a Highcharts pie chart
More Query from same tag
- How can I change the width of the bars in a highchart?
- Total valued figures often overlapping with bars in Highcharts Barchart
- Sockets getting emitted , however data is not getting displayed in High charts Spline
- Highcharts column chart, disable interpolation when loading from data table
- How to fix "Highcharts error #13" on live chart? when i'm already insert DOMContentLoaded
- Highcharts generated from HTML table: Can't add second yAxis dynamically
- Stacked Column Highchart with Angular6 is not working
- How to make a good structure of array in Yii2?
- Remove the Z Axis Column Line in Highcharts 3D
- HighCharts tooltip issue
- PIE Chart is not working in IE 8 with HighCharts
- Highstock doesn't work
- Remove UTC date from Highcharts tooltip
- If sentence Highcharts
- Adding same precision to the yAxis Label of HighCharts
- Prevent column text overlapping
- The color of axis is the same as line of series
- Highcharts Node.js export server : Connection error
- Plot a a json chart with HighCharts & Vue.js
- No animation when adding points to two serieses in Highcharts
- React Highcharts: How to display tooltip value to specific div outside of the chart
- highchart stacked bar chat add series dynamically
- Highcharts: Remove shadow from center of donut chart
- Show data labels on top in stacked column graph in highcharts
- Highcharts - Export with background color
- JSON getting data from multidimensional arrays
- Mult-level Drill Up
- Highstock: xy zooming with panning
- High charts date getting changed to random years
- Custom tooltip data for specific points on highchart