1.1.10 • Published 3 years ago

ai-search-behaviortrace v1.1.10

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

BehaviorTrace

import { BehaviorTrace } from "ai-search-behaviortrace";

<BehaviorTrace
  apiUrl="/module/powersearch/api/dimension/data/get"
  tabConfigUrl="POST /module/ps-module-data-config/getInputOutPutParam"
  tableDataUrl="POST /module/powersearch/api/module/data/get"
  dimensionCode="12345"
  queryParams={{
    subjectCode: "person",
    categoryCode: "gx",
    startTime: "2020-09-02",
    endTime: "2020-09-03",
  }}
  showLine={true}
  mapUrl="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
  cellWidth={80}
/>;

props

参数类型说明必填默认值
classNamestring组件自定义样式-
apiUrlstringtab 列表-
tabConfigUrlstring获取出入参配置数地址-
dimensionCodestringtab 列表入参-
tableDataUrlstring数据列表
mapUrlstring地图瓦片地址
queryParamskey:striung入参 value
showLineboolean地图点位连线true
cellWidthnumber表格列宽100
1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago