score:2
Accepted answer
They are not the same color because highcharts
adds different colors for each serie
.
You can see default colors here.
You can set color
for each serie manually like the following.
{
type: 'pie',
name: 'Total consumption',
data: [{
name: 'Jane',
color: '#4572A7',
y: 13
}, {
name: 'John',
color: '#AA4643',
y: 23
}, {
name: 'Joe',
color: '#89A54E',
y: 19
}],
center: [100, 50],
size: 100,
showInLegend: false,
dataLabels: {
enabled: false
}
}
Source: stackoverflow.com
Related Query
- Highcharts Default Colors Are Not Same at Pie and Column?
- Decimals on yAxis are not being displayed, even if that same code works on highcharts jsfiddle
- Highcharts pie chart annotations are not centering
- HighCharts and Map Bubble are not compatible
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- highcharts custombutton hover and press changing colors by default
- Highcharts how to make a set number of colors for pie chart data and drilldown data
- Highcharts: Why text of dataLabels inside column bar are not getting justified and are overflowing
- Highcharts datetime column bars are not lining up correct
- Highcharts - Column labels with different widths are not aligned
- Highcharts Boxplot - box with lower, upper quartile and median is not displaying when min and max are null of a category
- Category names and the chart are not aligned in polar chart, Highcharts
- Highcharts how to use column title as X axis and not as Legend
- Colors are not rotating in Highcharts Bubble chart
- share colors between pie and column in highchart
- how to enable only 1 out of 2 column column graph by default when page loads in highcharts and the 2nd one gets visible when toggled in the legend
- HighCharts pie chart X-axies values are not displayed while trying to get data from MySQL database using PHP
- Highcharts pie charts individual sections are not receive focus. Tooltips are not displayed on focus
- What if x and x2 values are same in X range highcharts
- Highchart pie chart colors are not changing
- Highcharts treemap with drillnodes and color axis : do not display sub level colors in the main level
- In Highcharts after zoom in and zoom out some of the x-axis values are not display
- Border is partially hidden on hover in Highcharts column and pie charts
- Highcharts datalabels are not showing infront of each slice in pie chart
- How to make Highcharts default pie not show when Angular page loading
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- Highcharts - Stacked Bar Column - Total Value of Stacked Bar not Correct with Negative and Positive Values
- Highcharts : How to align column chart and bubble chart vertically in the same series
- How to create a column range chart in Highcharts using range and navigator functions?
- set different colors for each column in highcharts
More Query from same tag
- highchart not displaying in the center on mobile screen
- Setting color on label gridline Highcharts
- Adding HTML tables dynamically in Highcharts
- Inserting Highcharts bar graph into sharepoint 2013 page
- highchart boost doesn't render correctly when going above y-max
- Highchart Z-Index practice not functioning
- Remove the strikethrough on legend symbols for line charts?
- Errors with Highcharts/Highstock and React, unexpected token
- Highcharts: Credits on multiple lines
- HghCharts drilldown module: Uncaught TypeError: Cannot read property 'lang' of undefined
- knockoutJS dynamic chart with high charts
- Possible to create a dual y axis chart but where the secondary y series is using a secondary x axis?
- How to avoid blank candles showing 0, 0, 0, 0 in highstock candlestick chart on dynamic update with shift
- Highcharts- show all the days of the particular month
- How to show two specific data points from tabular data in Highcharts?
- Highcharts: Giving Series Update Animation Same Smoothness as Point Update Animation
- render a circle onclick event in highcharts
- Adding different y-axis name to all different chart in synchronous chart Highchart
- PHP & Javascript Date Issue
- Is there no way to turn off animation in Highcharts for multiple real-time curves?
- show highcharts node text from beginning if the text is to long
- Highcharts line chart: point should be clickable, the line between the points not. Is that possible?
- How to change the series color and mark after I draw the line chart in highcharts?Does it has databound event?
- Highchart not rendering inside a ajax function angularjs
- Scroll bar in Highcharts tooltip
- How to replace label line with dot in highcharts
- highcharts pie drilldown not working in meteorjs
- HighChart xAxis Datetime value
- Override default highlighting on hover in networkgraph
- Highcharts legend js error