Skip to content

Commit

Permalink
fixup pie chart colors (fixes #345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short committed Mar 7, 2018
1 parent 0d579e9 commit e2b692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/visualizations/chart/plotly/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function preparePieData(seriesList, options) {
labels,
type: 'pie',
hole: 0.4,
marker: { colors: ColorPaletteArray },
marker: { colors: colorPalette },
text: serie.name,
textposition: 'inside',
textfont: { color: '#ffffff' },
Expand Down

0 comments on commit e2b692f

Please sign in to comment.