[docs] update
This commit is contained in:
parent
a47a4d0eb7
commit
b420fef05b
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
and include in your project:
|
and include in your project:
|
||||||
```js
|
```js
|
||||||
import Chart from "frappe-charts/dist/frappe-charts.min.esm"
|
import Chart from "frappe-charts"
|
||||||
```
|
```
|
||||||
|
|
||||||
* ...or include within your HTML
|
* ...or include within your HTML
|
||||||
|
|||||||
@ -315,7 +315,7 @@
|
|||||||
<p class="step-explain">And include it in your project</p>
|
<p class="step-explain">And include it in your project</p>
|
||||||
<pre><code class="hljs javascript"> import { Chart } from "frappe-charts"</code></pre>
|
<pre><code class="hljs javascript"> import { Chart } from "frappe-charts"</code></pre>
|
||||||
<p class="step-explain">... or include it directly in your HTML</p>
|
<p class="step-explain">... or include it directly in your HTML</p>
|
||||||
<pre><code class="hljs html"> <script src="https://unpkg.com/frappe-charts@1.0.0"></script></code></pre>
|
<pre><code class="hljs html"> <script src="https://unpkg.com/frappe-charts@1.1.0"></script></code></pre>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user