examples: add screenshot example (#1456)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Screenshot
|
||||
|
||||
<script setup>
|
||||
import ScreenshotExample from '../../examples/screenshot/ScreenshotExample.vue';
|
||||
</script>
|
||||
|
||||
This example demonstrates how to take a screenshot of the current graph.
|
||||
|
||||
<div class="mt-6">
|
||||
<ScreenshotExample />
|
||||
</div>
|
||||
Reference in New Issue
Block a user