mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 00:08:56 +00:00
feat: update line
This commit is contained in:
parent
3f178f89f8
commit
f192e1bb29
@ -65,7 +65,7 @@ export const DefaultGraphConfig: { [key: string]: any } = {
|
||||
type: "Line",
|
||||
step: false,
|
||||
smooth: false,
|
||||
showSymbol: false,
|
||||
showSymbol: true,
|
||||
showXAxis: true,
|
||||
showYAxis: true,
|
||||
},
|
||||
|
@ -72,8 +72,7 @@ limitations under the License. -->
|
||||
data: props.data[i].map((item: any, itemIndex: number) => [props.intervalTime[itemIndex], item]),
|
||||
name: i,
|
||||
type: "line",
|
||||
symbol: "circle",
|
||||
symbolSize: 8,
|
||||
symbolSize: 5,
|
||||
showSymbol: props.config.showSymbol,
|
||||
step: props.config.step,
|
||||
smooth: props.config.smooth,
|
||||
|
Loading…
Reference in New Issue
Block a user