Commit 3dd2a8ce authored by Leo Iannacone's avatar Leo Iannacone

Revert "explode label in chart pie"

This reverts commit 70285de2.
parent 70285de2
...@@ -117,8 +117,6 @@ function Page_History() { ...@@ -117,8 +117,6 @@ 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