Added support for maxTimeDelta and dateFormat

This commit is contained in:
2025-07-19 10:37:12 +02:00
parent ac387674a4
commit 474865ddb4
6 changed files with 107 additions and 43 deletions

View File

@@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.6",
"version": "1.0.7",
"description": "Lightweight charting library for the browser and Node.js",
"license": "MIT",
"repository": {
@@ -41,7 +41,6 @@
"serve": "npx http-server . -c-1 --gzip"
},
"dependencies": {
"axios": "^1.5.0"
},
"devDependencies": {
"esbuild": "^0.25.5",