|
@@ -102,13 +102,13 @@ type NewLineOptions struct {
|
|
|
}
|
|
|
|
|
|
type LineStyleOptions struct {
|
|
|
- DashStyle string `json:"dashStyle"`
|
|
|
- Color string `json:"color"`
|
|
|
- LineWidth int `json:"lineWidth"`
|
|
|
- LineType string `json:"lineType"`
|
|
|
- Radius int `json:"radius"`
|
|
|
- DataMark string `json:"dataMark"`
|
|
|
- MarkType string `json:"markType"`
|
|
|
- MarkSize int `json:"markSize"`
|
|
|
- MarkColor string `json:"markColor"`
|
|
|
+ DashStyle string `json:"dashStyle"`
|
|
|
+ Color string `json:"color"`
|
|
|
+ LineWidth float64 `json:"lineWidth"`
|
|
|
+ LineType string `json:"lineType"`
|
|
|
+ Radius int `json:"radius"`
|
|
|
+ DataMark string `json:"dataMark"`
|
|
|
+ MarkType string `json:"markType"`
|
|
|
+ MarkSize int `json:"markSize"`
|
|
|
+ MarkColor string `json:"markColor"`
|
|
|
}
|