We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a91c17 commit 2415dc0Copy full SHA for 2415dc0
MPChartLib/src/main/java/com/github/mikephil/charting/components/AxisBase.java
@@ -449,8 +449,7 @@ public void addLimitLine(LimitLine l) {
449
450
if (mLimitLines.size() > 6) {
451
Log.e("MPAndroiChart",
452
- "Warning! You have more than 6 LimitLines on your axis, do you really want " +
453
- "that?");
+ "Warning! You have more than 6 LimitLines on your axis, do you really want that?");
454
}
455
456
0 commit comments