Results 3 issues of offline

This addresses Issue #69. Changes: 1. Modify `data-microtip-size` attribute to account for height & width. 2. Add `data-microtip-width` attribute to specify tooltip width. 3. Add `data-microtip-height` attribute to specify tooltip...

You can specify the size of the tooltip with `data-microtip-size`. However, this only accounts for the width of the tooltip. If my text size is large, the tooltip height will...

Per the documentation for HTTP Provider: ``` The method property MUST be a JSON string, such as "POST", as per RFC 7231. It defaults to "GET". ``` ``` When provided,...

enhancement