feat:CN-1570 轨迹地图页右上角饼图、折线图开发

This commit is contained in:
hyx
2024-02-28 07:38:41 +08:00
parent fdafad4c85
commit afc4586c1a
6 changed files with 189 additions and 77 deletions

View File

@@ -355,7 +355,8 @@ export const api = {
location: {
map: apiVersion + '/locationIntelligence/map',
density: apiVersion + '/locationIntelligence/population/density',
trend: apiVersion + '/locationIntelligence/active/subscribers'
trend: apiVersion + '/locationIntelligence/active/trend',
count: apiVersion + '/locationIntelligence/active/count'
}
}