Commit 70285de2 authored by Leo Iannacone's avatar Leo Iannacone

explode label in chart pie

parent d051ee7b
...@@ -117,6 +117,8 @@ function Page_History() { ...@@ -117,6 +117,8 @@ function Page_History() {
Chartist.Pie('#distributions-chart', distributions_data, { Chartist.Pie('#distributions-chart', distributions_data, {
donut: true, donut: true,
donutWidth: 15, donutWidth: 15,
labelOffset: 15,
labelDirection: 'explode'
}); });
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment