Skip to content
Snippets Groups Projects

Resolve "Make use of dynamic component for result chart"

Merged Remi PLANEL requested to merge make-use-of-dynamic-component-for-result-chart-107 into dev
12 files
+ 280
301
Compare changes
  • Side-by-side
  • Inline
Files
12
<template>
<v-container fluid>
<v-card flat>
<highcharts
ref="chart"
:options="formattedchartOptions"
:update-args="[true, true, false]"
></highcharts>
</v-card>
</v-container>
<v-card flat class="mt-2">
<highcharts
ref="chart"
:options="formattedchartOptions"
:update-args="[true, true, true]"
></highcharts>
</v-card>
</template>
<script>