We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看到了issue下也有人提到了分级的问题,确实使用省作为划分范围太广了,但是如果按照市划分的话,经过尝试发现会太繁杂而且不太好看,考虑到大家游玩或者出差之类的,大多是以市为标准,也许可以这么考虑: 1、在地图上依旧按照省划分并标出名字,计算每一个省份所含有的市数量(若是直辖市则计算区数量,下同); 2、对于每一个省份,使用者可以输入自己去过该省份的城市数,将该数值除以该省的总城市数得到百分比p; 3、对p进行分级,如可以分为5级:0,0-25%,25%-50%,50%-75%,75%-100%; 4、按照p所处的级别对省份进行上色。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
看到了issue下也有人提到了分级的问题,确实使用省作为划分范围太广了,但是如果按照市划分的话,经过尝试发现会太繁杂而且不太好看,考虑到大家游玩或者出差之类的,大多是以市为标准,也许可以这么考虑:
1、在地图上依旧按照省划分并标出名字,计算每一个省份所含有的市数量(若是直辖市则计算区数量,下同);
2、对于每一个省份,使用者可以输入自己去过该省份的城市数,将该数值除以该省的总城市数得到百分比p;
3、对p进行分级,如可以分为5级:0,0-25%,25%-50%,50%-75%,75%-100%;
4、按照p所处的级别对省份进行上色。
The text was updated successfully, but these errors were encountered: