mirror of
https://github.com/e107inc/e107.git
synced 2025-10-13 05:55:02 +02:00
Code cleanup
This commit is contained in:
@@ -1077,7 +1077,7 @@ function AwesomeChart(canvasElementId){
|
||||
if(this.title){
|
||||
pieAreaHeight = pieAreaHeight - this.titleFontHeight - this.titleMargin;
|
||||
marginTop += this.titleFontHeight + this.titleMargin;
|
||||
};
|
||||
}
|
||||
|
||||
for(var i=0; i<this.data.length; i++){
|
||||
dataSum += this.data[i];
|
||||
|
Reference in New Issue
Block a user