Skip to content

Commit

Permalink
Change color of pie chart
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhi1092 committed May 8, 2018
1 parent 41317fd commit 1ce58c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/play/level/modal/CourseVictoryComponent.vue
Expand Up @@ -12,7 +12,7 @@
div.clearfix.well.well-sm.well-parchment.combo-results(v-if="level.assessment === 'cumulative'")
div.text-center.text-uppercase.left-column
div.pie-container
pie-chart(:percent='percentConceptsCompleted', :stroke-width="10", color="green", :opacity="1", :borderStrokeWidth=0)
pie-chart(:percent='percentConceptsCompleted', :stroke-width="10", color="#20572B", :opacity="1", :borderStrokeWidth=0)
img(:src="comboImage").combo-img
h5 {{ $t('play_level.combo_concepts_used', { complete: conceptGoalsCompleted, total: conceptGoals.length }) }}
div
Expand Down

0 comments on commit 1ce58c1

Please sign in to comment.