Skip to content

Commit d16cfdc

Browse files
committed
Fix clang tidy + changelog
1 parent d572fc4 commit d16cfdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
### Fixed
66

7-
- Removed 'min' align property from the API which equivalent with the 'none'.
87
- Markers are the same even if new record added.
98
- Axis line hide/show at same time with axis labels/ticks/title.
109
- Do not draw invisible axis line.
1110
- Do not interpolate hiding/showing legend
1211

1312
### Changed
1413

14+
- Removed 'min' align property from the API which equivalent with the 'none'.
1515
- Changed MarkerId to be a string instead of a number.
1616

1717

src/chart/rendering/drawlegend.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "base/text/smartstring.h"
2222
#include "chart/generator/plot.h" // NOLINT(misc-include-cleaner)
2323
#include "chart/main/events.h"
24-
#include "chart/options/channel.h"
24+
#include "chart/options/options.h"
2525
#include "chart/rendering/colorbuilder.h"
2626
#include "chart/rendering/drawbackground.h"
2727
#include "chart/rendering/drawlabel.h"

0 commit comments

Comments
 (0)