Fix: revise UI

This commit is contained in:
2018-12-12 00:57:35 +09:00
parent f3a0c469b6
commit c13d81158f
5 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ ChartRecord.getPosY = function(rowIndex) {
}
ChartRecord.getDefaultFontStyle = function() {
return { font: "28px Arial", fill: "#fff", align: "center" };
return { font: "26px Arial", fill: "#ffc", align: "center" };
}
ChartRecord.GAP_RECORD_Y = 40;