Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tx-techno-num
impactometre
Commits
ae696011
Commit
ae696011
authored
Sep 08, 2020
by
Elouan Le Bars
Browse files
[ADD] percentages to bar chart
parent
28573ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/components/ResultsDetailledView.vue
View file @
ae696011
...
...
@@ -53,6 +53,9 @@ export default {
ticks
:
{
max
:
100
,
min
:
0
,
callback
:
function
(
value
,
index
,
values
)
{
return
(
value
+
'
%
'
);
}
},
},
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment