candleview 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,11 @@
1
- <h1 align="center">
2
- 📊 CandleView
3
- </h1>
1
+ <p align="center">
2
+ <table align="center" border="0" cellpadding="0" cellspacing="0" style="border: none !important; border-collapse: collapse !important;">
3
+ <tr style="border: none !important;">
4
+ <td style="border: none !important; padding: 0;"><img src="./assets/logo/logo_50x50.jpeg" alt="CandleView Logo" width="50" height="50" style="border-radius:5px"></td>
5
+ <td style="border: none !important; padding: 0 0 0 10px;"><h1 style="margin: 0;">CandleView</h1></td>
6
+ </tr>
7
+ </table>
8
+ </p>
4
9
  <h4 align="center">
5
10
  A data visualization charts and draw graph engine for the financial industry.
6
11
  </h4>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "candleview",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "A data visualization charts and draw graph engine for the financial industry.",
5
5
  "keywords": [
6
6
  "Finance",
@@ -19,7 +19,7 @@
19
19
  "bugs": {
20
20
  "url": "https://github.com/0xhappyboy/candleview/issues"
21
21
  },
22
- "homepage": "https://github.com/0xhappyboy/candleview#readme",
22
+ "homepage": "https://candleview-website.vercel.app/",
23
23
  "main": "dist/index.js",
24
24
  "module": "dist/index.mjs",
25
25
  "types": "dist/index.d.ts",