https://github.com/andybuibui/echarts-extension-bingmaps
🌎 A Bing Map (https://www.bing.com/maps) extension for Apache ECharts (https://github.com/apache/echarts)
https://github.com/andybuibui/echarts-extension-bingmaps
bing bing-maps data-visualization echarts echarts-bing-map echarts-bingmap echarts-extension echarts-for-react echarts5
Last synced: about 1 year ago
JSON representation
🌎 A Bing Map (https://www.bing.com/maps) extension for Apache ECharts (https://github.com/apache/echarts)
- Host: GitHub
- URL: https://github.com/andybuibui/echarts-extension-bingmaps
- Owner: andybuibui
- License: mit
- Created: 2024-03-21T07:39:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T03:40:53.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T03:11:23.049Z (about 1 year ago)
- Topics: bing, bing-maps, data-visualization, echarts, echarts-bing-map, echarts-bingmap, echarts-extension, echarts-for-react, echarts5
- Language: JavaScript
- Homepage: https://github.com/andybuibui/echarts-extension-bingmaps
- Size: 169 KB
- Stars: 23
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Bingmap extension for Apache ECharts
This is an Bingmap extension for [Apache ECharts](https://echarts.apache.org/en/index.html)
[](https://www.npmjs.org/package/echarts-extension-bingmaps) [](https://npmcharts.com/compare/echarts-extension-bingmaps?minimal=true) [](https://www.jsdelivr.com/package/npm/echarts-extension-bingmaps)
## [Warning:Migrating to Azure Map](https://github.com/andybuibui/echarts-extension-azure-map)

## [Migrating to Echart Extension Azure Map](https://github.com/andybuibui/echarts-extension-azure-map)
## Installation
```shell
npm install echarts-extension-bingmaps --save
```
## Import
Import packaged distribution file `echarts-extension-bingmaps` and add BingMap API script and ECharts script.
```html
```
You can also import this extension by `require` or `import` if you are using `webpack` or any other bundler.
```js
// use require
require('echarts');
require('echarts-extension-bingmaps');
// use import
import * as echarts from 'echarts';
import 'echarts-extension-bingmaps';
```
## Examples
### FlyChart

### Heart Chart

### Line Chart

### Pie Chart

### Scatter Chart

## More Links
- [echarts-extension-bingmaps](https://github.com/andybuibui/echarts-extension-bingmaps)
- [echarts-extension-azure-map](https://github.com/andybuibui/echarts-extension-azure-map)
- [echarts-extension-amap](https://github.com/plainheart/echarts-extension-amap)
- [echarts-extension-gmap](https://github.com/plainheart/echarts-extension-gmap)
- [echarts-extension-bmap](https://github.com/apache/echarts/blob/master/extension-src/bmap/bmap.ts)
## Contributing
Pull requests are welcomed. For major changes, please open an issue first to discuss what you would like to change.
## Creators ✨
## License
[MIT](https://choosealicense.com/licenses/mit/)