Fix chart legend position
This commit is contained in:
parent
0646e41a82
commit
c4da5cc31d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@
|
||||||
.panel-body
|
.panel-body
|
||||||
- question_replies = survey_question.survey_replies
|
- question_replies = survey_question.survey_replies
|
||||||
- if question_replies.any?
|
- if question_replies.any?
|
||||||
= pie_chart question_replies.group(:text).count, library: { legend: 'bottom', plotOptions: { pie: { dataLabels: { enabled: false }, showInLegend: true } } }
|
= pie_chart question_replies.group(:text).count, library: { legend: { position: 'bottom' }, plotOptions: { pie: { dataLabels: { enabled: false }, showInLegend: true } } }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue