Commit 4227d20b authored by Paul Asmuth's avatar Paul Asmuth
Browse files

set kDefaultPointSizePT to 2

parent d4c8846e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ using namespace std::placeholders;

namespace fviz::elements::chart::points {

static const double kDefaultPointSizePT = 3;
static const double kDefaultPointSizePT = 2;
static const double kDefaultPointSizeMinPT = 1;
static const double kDefaultPointSizeMaxPT = 24;
static const double kDefaultLabelPaddingEM = 0.4;