File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
MPChartLib/src/main/java/com/github/mikephil/charting/charts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -355,14 +355,14 @@ public boolean isEmpty() {
355355 public abstract void notifyDataSetChanged ();
356356
357357 /**
358- * calculates the offsets of the chart to the border depending on the
358+ * Calculates the offsets of the chart to the border depending on the
359359 * position of an eventual legend or depending on the length of the y-axis
360360 * and x-axis labels and their position
361361 */
362362 protected abstract void calculateOffsets ();
363363
364364 /**
365- * calcualtes the y-min and y-max value and the y-delta and x-delta value
365+ * Calculates the y-min and y-max value and the y-delta and x-delta value
366366 */
367367 protected abstract void calcMinMax ();
368368
You can’t perform that action at this time.
0 commit comments