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 Articles
- Highcharts Default Colors Are Not Same at Pie and Column?
- set different colors for each column in highcharts
- Highcharts clickable column to open another page on same site
- how to display 2 same highcharts without duplicate the code
- 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
- What's the code in Highcharts such that the bars (columns) in the same group use the same color?
- Highcharts column drilldown colors exhausted after 9 columns?
- Same index in column chart Highcharts
- How to use the default colors when specifying patterns in a zone in Highcharts
- Decimals on yAxis are not being displayed, even if that same code works on highcharts jsfiddle
- Highcharts bubble chart with updating default colors
- Set a minimal default range for a column chart in Highcharts
- Opacity colors in Highcharts (with default color)
- 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 set the default y column values
- Highcharts Column type visualization: multiple data points for the same Xaxis label
- Highcharts code with same set of code/data works in PHP but does not work in JSfiddle
- 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?
- How do you change the colour of each category within a highcharts column chart?
- HighCharts : Is it possible to customize the colors of individual series?
- How can I change the colors of my highcharts piechart?
- How to make highcharts default to 0 for missing data
- Hide line in default state in Highcharts
- Highcharts Series - want to show/hide all EXCEPT selected series (reversal of default logic)
- Disable-Click on Legend in HighCharts Column Graph
- Maximum bar width in Highcharts column charts
- Styling bar colors in Highcharts with a gradient issue
- Displaying percentage in Y-axis of Highcharts column chart
- Highcharts DotNet: Would it be at all possible to label Plotlines
- destroy() called in ngOnDestroy throws Cannot read property 'forExport' of undefined
- FsPlot for osx sierra
- Array for subseries on highcharts Drilldown
- Symfony webpack "Highcharts is not defined"
- how to render angular directive in Highcharts tool tip in Angular8
- How to align centre a custom label in highcharts
- Highcharts With Drilldown In IE10+ Does Not Show Underlined Label Style
- Displaying array values in Bar chart of HighCharts
- Highcharts draggable annotaion how to move by steps?
- Highstock Not showing max data value without Zoom
- Add more data to High-chart X axis
- Highcharts - Change opacity of chart when tooltip is shown
- How to enable plotting only if values are present in Highcharts?
- Put my labels in front of the graph without obscuring the points
- How can I create a daily chart with HighCharts
- Highcharts setData not working with php,json on button click
- How to make the full million value show up on y-axis and tooltip (Highcharts)
- How can I use highcharts draggable plotline as video timeline (vice versa)
- Highcharts simple column chart: data not showing