plot(line_chart): Add missing natural stroke style (#1366)
This commit is contained in:
parent
5f13b49690
commit
1abb6c2222
1 changed files with 5 additions and 0 deletions
|
|
@ -59,6 +59,11 @@ where
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn natural(mut self) -> Self {
|
||||||
|
self.stroke_style = StrokeStyle::Natural;
|
||||||
|
self
|
||||||
|
}
|
||||||
|
|
||||||
pub fn linear(mut self) -> Self {
|
pub fn linear(mut self) -> Self {
|
||||||
self.stroke_style = StrokeStyle::Linear;
|
self.stroke_style = StrokeStyle::Linear;
|
||||||
self
|
self
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue