轨迹线颜色调整
This commit is contained in:
parent
5bd0a14073
commit
01ef575be3
@ -13,7 +13,7 @@ export interface IPathLineData extends GraphicData {
|
|||||||
|
|
||||||
export const pathLineConsts = {
|
export const pathLineConsts = {
|
||||||
pathLineWidth: 1,
|
pathLineWidth: 1,
|
||||||
pathLineColor: '0X000000',
|
pathLineColor: '0Xff0000',
|
||||||
};
|
};
|
||||||
|
|
||||||
export class PathLine extends JlGraphic {
|
export class PathLine extends JlGraphic {
|
||||||
|
Loading…
Reference in New Issue
Block a user