1. bmaplib.heatmap
## Installation
bmaplib.heatmap
Package: bmaplib.heatmap
Created by: Dafrok
Last modified: Tue, 12 Apr 2022 03:49:50 GMT
Version: 1.0.4
License: MIT
Downloads: 14,595
Repository: https://github.com/Dafrok/BMapLib.Heatmap

Install

npm install bmaplib.heatmap
yarn add bmaplib.heatmap

BMapLib.Heatmap

Installation

NPM

 $ npm i --save bmaplib.heatmap

CDN

 <script src="//unpkg.com/bmaplib.heatmap"></script>

Usage

ES Next

 import Heatmap from 'bmaplib.heatmap'

// You should use this lib after BaiduMap loaded. For Example:

loadBaiduMap.then(() => {
  new Heatmap()
})

CDN

 <script src="//api.map.baidu.com/api?v=2.0"></script>
<script src="//unpkg.com/bmaplib.heatmap"></script>
<script>
  new BMapLib.Heatmap()
</script>

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin