File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,8 @@ const DrawAxes &&DrawAxes::init() &&
105105 for (auto axisIndex : Refl::enum_values<Gen::AxisId>()) {
106106 const auto &axis = plot->axises .at (axisIndex);
107107
108- const static Gen::SplitAxis::Parts oneSized{{}};
108+ const static Gen::SplitAxis::Parts oneSized{
109+ {std::size_t {}, Gen::SplitAxis::Part{}}};
109110 splits[axisIndex] =
110111 axis.parts .empty () ? oneSized : axis.parts ;
111112
Original file line number Diff line number Diff line change 88#include < cstdlib>
99#include < functional>
1010#include < memory>
11- #include < new>
1211#include < optional>
1312#include < span>
1413#include < string>
1514#include < string_view>
16- #include < type_traits>
1715#include < utility>
1816#include < variant>
1917#include < vector>
Original file line number Diff line number Diff line change 1616
1717#include " base/conv/auto_json.h"
1818#include " base/conv/numtostr.h"
19+ #include " base/conv/tostring.h"
1920#include " base/refl/auto_enum.h"
2021#include " base/text/smartstring.h"
2122#include " chart/options/options.h"
Original file line number Diff line number Diff line change 5353 "refs" : [" cf62886" ]
5454 },
5555 "basic_animations/labels/rectangle_labels_rotated_charts" : {
56- "refs" : [" b79fb18 " ]
56+ "refs" : [" 4b7c849 " ]
5757 },
5858 "basic_animations/legend_transitions/color_2discrete_anim" : {
5959 "refs" : [" fed1ebe" ]
24412441 "refs" : [" ecb5f2b" ]
24422442 },
24432443 "ww_noFade/wNoFade_Tests/Marker_label_problem/rotated_bar_to_donut" : {
2444- "refs" : [" 9196915 " ]
2444+ "refs" : [" 7f75c64 " ]
24452445 },
24462446 "ww_noFade/wNoFade_Tests/Marker_transition_problem/Bubble_Stacked_Bubble_to_Area" : {
24472447 "refs" : [" 295cd11" ]
You can’t perform that action at this time.
0 commit comments