File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Fixed
6
6
7
- - Removed 'min' align property from the API which equivalent with the 'none'.
8
7
- Markers are the same even if new record added.
9
8
- Axis line hide/show at same time with axis labels/ticks/title.
10
9
- Do not draw invisible axis line.
11
10
- Do not interpolate hiding/showing legend
12
11
13
12
### Changed
14
13
14
+ - Removed 'min' align property from the API which equivalent with the 'none'.
15
15
- Changed MarkerId to be a string instead of a number.
16
16
17
17
Original file line number Diff line number Diff line change 21
21
#include " base/text/smartstring.h"
22
22
#include " chart/generator/plot.h" // NOLINT(misc-include-cleaner)
23
23
#include " chart/main/events.h"
24
- #include " chart/options/channel .h"
24
+ #include " chart/options/options .h"
25
25
#include " chart/rendering/colorbuilder.h"
26
26
#include " chart/rendering/drawbackground.h"
27
27
#include " chart/rendering/drawlabel.h"
You can’t perform that action at this time.
0 commit comments