mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
* ✨ OPEN / CLOSE principle - open for extension but closed for modification. Allow the extension of city coordinates so that echarts-cities-pypkg can be installed, hence 138,398 city coordinations is added covering all countries in the world * 🐛 what if no country data is returned * 🔥 remove lazy object test * 🎨 last resort, have to introduce country as a parameter to geo.add() function. no way to search for the coordinates without the country name. * 📚 documentation update * 📚 fix typos and add missing docstrings * 🔬 more unit tests * 💚 make unit test pass * 🐛 without unicode_literals but with utf-8, all Chinese strings are utf-8 encoded, hence requires decoding. * 🎨 🔨 code refacotring and 📚 update documentation * 🎨 finalized version * 🔥 remove un-used function * 🔨 change function parameter name: map_country -> coordinate_country * 🔨 country -> region * 🔨 country -> region * 🚜 rename db file * 🔨 whitening with black * 📖 update dataset * 📖 update data set country
6 lines
176 B
Plaintext
6 lines
176 B
Plaintext
include pyecharts/datasets/city_coordinates.json
|
|
include pyecharts/datasets/countries_regions_db.json
|
|
include pyecharts/templates/*.html
|
|
include README.md
|
|
include changelog.md
|