w-geo-vue 1.0.2 → 1.0.3
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.
- package/README.md +1 -1
- package/dist/w-geo-vue.umd.js +3 -3
- package/dist/w-geo-vue.umd.js.map +1 -1
- package/docs/examples/app.html +1 -1
- package/docs/examples/app.umd.js +3 -3
- package/docs/examples/app.umd.js.map +1 -1
- package/docs/examples/w-plot_default.html +1 -1
- package/docs/examples/{w-spt-plot-depth_multi line.html → w-spt-liq-plot-depth_multi line.html } +4 -4
- package/docs/examples/{w-spt-plot-depth_one line.html → w-spt-liq-plot-depth_one line.html } +4 -4
- package/docs/examples/{w-spt-plot-depth_one line_legendPosition(bottomleft).html → w-spt-liq-plot-depth_one line_legendPosition(bottomleft).html } +6 -6
- package/docs/examples/{w-spt-plot-depth_one line_legendPosition(bottomright).html → w-spt-liq-plot-depth_one line_legendPosition(bottomright).html } +6 -6
- package/docs/examples/{w-spt-plot-depth_one line_legendPosition(topleft).html → w-spt-liq-plot-depth_one line_legendPosition(topleft).html } +6 -6
- package/docs/examples/{w-spt-plot-depth_one line_legendPosition(topright).html → w-spt-liq-plot-depth_one line_legendPosition(topright).html } +6 -6
- package/docs/examples/{w-spt-plot-depths-with-grades-and-tools_default.html → w-spt-liq-plot-depths-with-grades-and-tools_default.html} +6 -6
- package/docs/examples/{w-spt-plot-depths-with-grades_default.html → w-spt-liq-plot-depths-with-grades_default.html} +6 -6
- package/docs/examples/{w-spt-plot-depths_default.html → w-spt-liq-plot-depths_default.html} +4 -4
- package/docs/getDefAxis.mjs.html +2 -2
- package/docs/getDefChart.mjs.html +2 -2
- package/docs/getDefLegend.mjs.html +2 -2
- package/docs/getDefOpt.mjs.html +2 -2
- package/docs/global.html +2 -2
- package/docs/index.html +2 -2
- package/docs/module-WPlot.html +2 -2
- package/docs/{module-WSptPlotDepth.html → module-WSptLiqPlotDepth.html} +4 -4
- package/docs/{module-WSptPlotDepths.html → module-WSptLiqPlotDepths.html} +4 -4
- package/docs/{module-WSptPlotDepthsWithGrades.html → module-WSptLiqPlotDepthsWithGrades.html} +4 -4
- package/docs/{module-WSptPlotDepthsWithGradesAndTools.html → module-WSptLiqPlotDepthsWithGradesAndTools.html} +4 -4
- package/docs/setLegendLoc.mjs.html +2 -2
- package/package.json +1 -1
- package/src/App.vue +16 -16
- package/src/{AppZoneWSptPlotDepth.vue → AppZoneWSptLiqPlotDepth.vue} +28 -28
- package/src/{AppZoneWSptPlotDepths.vue → AppZoneWSptLiqPlotDepths.vue} +8 -8
- package/src/{AppZoneWSptPlotDepthsWithGrades.vue → AppZoneWSptLiqPlotDepthsWithGrades.vue} +8 -8
- package/src/{AppZoneWSptPlotDepthsWithGradesAndTools.vue → AppZoneWSptLiqPlotDepthsWithGradesAndTools.vue} +8 -8
- package/src/components/WGeoVue.vue +8 -8
- package/src/components/{WSptPlotDepths.vue → WSptLiqPlotDepths.vue} +7 -7
- package/src/components/{WSptPlotDepthsWithGrades.vue → WSptLiqPlotDepthsWithGrades.vue} +4 -4
- package/src/components/{WSptPlotDepthsWithGradesAndTools.vue → WSptLiqPlotDepthsWithGradesAndTools.vue} +25 -23
- /package/src/components/{WSptPlotDepth.vue → WSptLiqPlotDepth.vue} +0 -0
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ export default {
|
|
|
65
65
|
|
|
66
66
|
[Necessary] Add script for w-geo-vue.
|
|
67
67
|
```alias
|
|
68
|
-
<script src="https://cdn.jsdelivr.net/npm/w-geo-vue@1.0.
|
|
68
|
+
<script src="https://cdn.jsdelivr.net/npm/w-geo-vue@1.0.3/dist/w-geo-vue.umd.js"></script>
|
|
69
69
|
```
|
|
70
70
|
Directly use:
|
|
71
71
|
```alias
|