@@ -5,7 +5,7 @@
<script lang="ts">
import { defineComponent, ref, watch, onMounted, PropType } from 'vue';
-// import Highcharts from 'highcharts/highstock';
+import Highcharts from 'highcharts/highstock';
// import HighchartszhCN from '@/utils/highcahrts-zh_CN';
import { defaultOpts } from '@/utils/chartOptions';
@@ -33,11 +33,13 @@ export const defaultOpts = {
//版权信息
credits: { enabled: false },
boost: {
- useGPUTranslations: true
+ useGPUTranslations: true,
+ seriesThreshold: 2
},
//数据列通用配置
plotOptions: {
series: {
+ animation: false,
turboThreshold: 0, //不限制数据点个数
boostThreshold: 1,
dataGrouping: {