elm-apex-charts-link
Advanced tools
Comparing version 1.0.1 to 1.0.3
{ | ||
"name": "elm-apex-charts-link", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "write your charts specifications in elm, export to json and use it via ports or web-components", | ||
"main": "/src/apex-chart-element.js", | ||
"main": "./src/apex-chart-element.js", | ||
"files": [ | ||
"/src/*.js" | ||
"./src/*.js" | ||
], | ||
"dependencies": { | ||
"apexcharts": "^3.20.0" | ||
"@webcomponents/custom-elements": "^1.4.3", | ||
"apexcharts": "^3.26.1" | ||
}, | ||
@@ -12,0 +13,0 @@ "devDependencies": { |
# Apex link | ||
![CI](https://github.com/leojpod/elm-apex-charts-link/workflows/CI/badge.svg?branch=master) | ||
*a tentative solution to using apex charts within the comfort of elm* | ||
@@ -33,4 +35,4 @@ | ||
The second requires to import and setup the npm companion package: [put the url here](), once you've set it up you can use the [`Apex.apexChart`](Apex#apexChart). | ||
The second requires to import and setup the npm companion package: [elm-apex-charts-link](https://www.npmjs.com/package/elm-apex-charts-link), once you've set it up you can use the [`Apex.apexChart`](Apex#apexChart). | ||
For a complete example, have a look at [`/example`](https://github.com/leojpod/elm-apex-charts-link/tree/master/example). |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
3763
38
2
0
1
+ Added@webcomponents/custom-elements@1.6.0(transitive)
Updatedapexcharts@^3.26.1