stencil-apexcharts
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -5,2 +5,6 @@ # Change Log | ||
## [0.0.3](https://github.com/apexcharts/stencil-apexcharts/compare/v0.0.2...v0.0.3) (2019-03-18) | ||
## [0.0.2](https://github.com/apexcharts/stencil-apexcharts/compare/v0.0.1...v0.0.2) (2019-03-18) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "stencil-apexcharts", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Stencil Component for ApexCharts", | ||
@@ -14,2 +14,9 @@ "author": { | ||
}, | ||
"keywords": [ | ||
"apexcharts", | ||
"stencil", | ||
"charts", | ||
"data-visualization", | ||
"web components" | ||
], | ||
"module": "dist/esm/index.js", | ||
@@ -37,3 +44,8 @@ "main": "dist/index.js", | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"standard-version": { | ||
"scripts": { | ||
"prerelease": "npm run build" | ||
} | ||
} | ||
} |
@@ -9,3 +9,3 @@ <p align="center"><img src="https://github.com/apexcharts/stencil-apexcharts/raw/master/assets/stencil-apexcharts.png"></p> | ||
<p align="center">Stencil.js wrapper for <a href="https://github.com/apexcharts/apexcharts.js">ApexCharts</a> to build interactive visualizations in stencil.</p> | ||
<p align="center"><a href="https://stenciljs.com">Stencil.js</a> wrapper for <a href="https://apexcharts.com">ApexCharts</a> to build interactive visualizations in stencil.</p> | ||
@@ -19,3 +19,3 @@ <p align="center"><a href="https://apexcharts.com/javascript-chart-demos/"><img src="https://apexcharts.com/media/apexcharts-banner.png"></a></p> | ||
- Put a script tag similar to this `<script src='https://unpkg.com/stencil-apexcharts@0.0.1/dist/apex.js'></script>` in the head of your index.html | ||
- Put a script tag similar to this `<script src='https://unpkg.com/stencil-apexcharts/dist/apex.js'></script>` in the head of your index.html | ||
- Then you can use the element anywhere in your template, JSX, html etc. | ||
@@ -22,0 +22,0 @@ |
5673250