Skip to content

Quasar support #26

@Daemach

Description

@Daemach

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions