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 0dd3dc8 commit 14b7d40Copy full SHA for 14b7d40
src/chart/speclayout/bubblechart.cpp
@@ -1,7 +1,6 @@
1
#include "bubblechart.h"
2
3
#include <algorithm>
4
-#include <base/io/log.h>
5
#include <cmath>
6
7
namespace Vizzu::Charts
@@ -78,10 +77,7 @@ void BubbleChart::generate()
78
77
0.00001))
79
currMarker->emplaceCircle(*candidate0);
80
else {
81
- IO::log() << "Bubblechart generation failed. "
82
- "Overlapping circles detected. "
83
- << markers.end() - currMarker << " / "
84
- << markers.size() << " marker not placed.";
+ // TODO bubblechart generation failed. It need a fix.
85
break;
86
}
87
preMarker = currMarker;
0 commit comments