jscharting-vue icon indicating copy to clipboard operation
jscharting-vue copied to clipboard

Quasar support

Open Daemach opened this issue 11 months ago • 0 comments

I have tested Apexcharts and Highcharts, and I am hoping to get JSCharting working. I get the following error with normal code, but even as simple as this. It should be failing because it can't find options.

Uncaught SyntaxError: ambiguous indirect export: Chart jscharting.vue:2:9

<template>
  <JSCharting
    ref="chartZilla"
    class="columnChart"
    :options="options"
  />
</template>

<script setup>
import JSCharting from 'jscharting-vue';
</script>

I am hoping to use the export server to create static images.

Daemach avatar Aug 04 '23 21:08 Daemach