diff --git a/src/components/chart/ChartOrder.vue b/src/components/chart/ChartOrder.vue index e942d2a..d3ac233 100644 --- a/src/components/chart/ChartOrder.vue +++ b/src/components/chart/ChartOrder.vue @@ -17,7 +17,7 @@ @@ -37,7 +37,7 @@ :color="color" :base-color="color" style="flex: 6em" /> - {{weights.length?(weights[0]*100).toFixed(1):''}}% + {{weights.length?allocationText(weights[0]):''}}