keplergl / keplergl/kepler.gl

[Bug] about visualChannels.sizeField

Open
#1,980 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
12k
Forks
2k
Avg merge
1d 5h
Merged PRs (30d)
66

Description

**I use python to create a html. and I set sizeField successed. When I open the web page, **I check Height Based on**, it is OK,but the map display content is wrong. The content is same as default(based on count of points). Then, I click coin 'X' on the right, and choose the column I want to see in the map, the display content is right. **

`
"visualChannels": {
"colorField": {
"name": "num",
"type": "integer"
},
"sizeField": {
"name": "num",
"type": "integer"
},
"colorScale": "quantile",
"sizeScale": "linear"
}
`

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the map with the provided visualChannels.sizeField configuration, then trace how the initial map applies sizeField versus the default point count. Compare that behavior with selecting the column through the map UI; done when the configured size field is used on initial load and matches the interactive selection.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, typescript
Domain
data-visualization, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.