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",
|
type: "Line",
|
||||||
step: false,
|
step: false,
|
||||||
smooth: false,
|
smooth: false,
|
||||||
showSymbol: false,
|
showSymbol: true,
|
||||||
showXAxis: true,
|
showXAxis: true,
|
||||||
showYAxis: true,
|
showYAxis: true,
|
||||||
},
|
},
|
||||||
|
@ -72,8 +72,7 @@ limitations under the License. -->
|
|||||||
data: props.data[i].map((item: any, itemIndex: number) => [props.intervalTime[itemIndex], item]),
|
data: props.data[i].map((item: any, itemIndex: number) => [props.intervalTime[itemIndex], item]),
|
||||||
name: i,
|
name: i,
|
||||||
type: "line",
|
type: "line",
|
||||||
symbol: "circle",
|
symbolSize: 5,
|
||||||
symbolSize: 8,
|
|
||||||
showSymbol: props.config.showSymbol,
|
showSymbol: props.config.showSymbol,
|
||||||
step: props.config.step,
|
step: props.config.step,
|
||||||
smooth: props.config.smooth,
|
smooth: props.config.smooth,
|
||||||
|
Loading…
Reference in New Issue
Block a user