Skip to content

Commit

Permalink
typo (#2377)
Browse files Browse the repository at this point in the history
  • Loading branch information
guonanci authored Mar 2, 2021
1 parent 9206fc6 commit 9a9e6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/plots/scatter.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ scatterPlot.render();
{
shapeField: 'gender',
shape: (gender) => {
if(type === 'male'){
if(gender === 'male'){
return 'circle';
}
// TODO
Expand Down

0 comments on commit 9a9e6da

Please sign in to comment.